/**********************************************************************
	Koi Breeders Stylesheet
**********************************************************************/


.breederListTable		{ background-color: #1A1A1A; color: #DDD7BA; height: 100%; width: 100%; font-size: 11px;
                          border:1px solid #444444; text-align: left; padding-left: 5px;  
                          }
.breederListTable th	{ background-color: #333333; color: #DDD7BA; width: 100%; font-size: 13px;
                          text-align: left; padding: 2px;
                          border:0px solid #444444;
                          } 
.breederListTable td	{ background-color: #F1F1F1; color: #757575; width: 100%; font-size: 10px;
                          padding: 2px; border:0px solid #444444; vertical-align: top;
                          }                                               
.breederListTable a:link, .breederListTable a:visited	{ color: #858585; text-decoration : none; font-size: 9px; }
.breederListTable a:hover, .breederListTable a:active	{ color: #dd6900; text-decoration : none; font-size: 9px; }

.outerTable 	{ margin: 0px; } 
.outerTable td 	{ height: 125px; padding-left: 5px; padding-bottom: 5px; } 
/**********************************************************************
	Koi Breeders Details Styles  FDC22D
**********************************************************************/
#breederDetailContainer	{ width: 760px; border:1px solid #444444; margin:5px 5px 5px 5px; }
.breederDetailTable		{ background: #000000; color: #DDD7BA; width: 760px; margin:0px 0px 0px 0px; }

.breederDetailTable th	{ background: #1A1A1A; color: #DDD7BA; border:1px solid #222222; padding: 4px; text-align: left; }
.breederDetailTable td	{ vertical-align: top; padding: 4px; color: #efefef; font-size: 14px; }
.breederDetailTable h2	{ color: #efefef; font-size: 18px; }
.breederDetailTable h3	{ color: #ff0000; font-size: 15px; font-style: italic; }
#breederDetailImage		{ float: right; border:1px solid #777777; margin:5px 5px 5px 5px; text-align: center; padding: 10px; clear:both; }
.breederDetailTable img	{ border:1px solid #333333; }

.breederVarietiesCell	{ width: 200px; line-height: 20px; padding-left: 10px; 
 background-image:url('breederVarietiesCell.jpg'); background-position:top; background-repeat:repeat-x; }
/***********************************
 Thumbnail Image Styles for Link Popups
***********************************/

.thumbnail span{ /*CSS for enlarged image*/
position: absolute; background: #333333;
padding: 5px; left: -1000px;
border: 1px dashed #cccccc;
visibility: hidden;
color: #e5e5e5;
text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0; padding: 2px;
}

.thumbnail:hover span	{ /*CSS for enlarged image on hover*/
visibility: visible; top: 0;
font-size: 9px; text-align: center;
left: 100px; /*position where enlarged image should offset horizontally */ }

.thumbnail			{ position: relative; z-index: 0; }
.thumbnail:hover	{ background: transparent; z-index: 50; }

