/**********************************************************************
 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;
                      }
