/**********************************************************************
 News Article Stylesheet
**********************************************************************/
.breederListTable		{ background-color: #1A1A1A; color: #DDD7BA; height: 100%; width: 100%; font-size: 11px;
                          border:1px solid #CCCCCC; text-align: left; padding-left: 5px;  
                          }
.breederListTable th	{ background-color: #ffffff; color: #800000; 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: #0066CC; text-decoration : none; font-size: 9px; }
.breederListTable a:hover,
.breederListTable a:active		{ color: #800000; text-decoration : none; font-size: 9px; }

.outerTable 	{ margin: 0px; } 
.outerTable td 	{ height: 125px; padding-left: 5px; padding-bottom: 5px; } 



.thumbnail			{ position: relative; z-index: 0;
                  	  }

.thumbnail:hover	{ background-color: transparent; z-index: 50;
                      }
                      
/***********************************
 Thumbnail Image Styles for Link Popups
***********************************/

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
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: 90px; /*position where enlarged image should offset horizontally */

}
