/* @override http://www.angusjournal.com/testsite/topline/main.css */

/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background-image: url(images/design/mainbg.gif);
	background-color: #6a1d23;
}
p{
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6{
	font: italic bold Georgia, "Times New Roman", Times, serif;
	color: #7e0807;
	margin-bottom: 0;
}

input, textarea{
	border: 1px solid #999;
}

a{
	color: #8e262f;
}

a:hover{
	color: #fb100f;
}

a:visited{
	color: #786652;
}

/* An extra div if needed, not plugged into the HTML by default */
 
#contact{
	
}
#container{
	display: block;
	margin: auto;
	width: 930px;
}
#header{
	display: block;
}
#wrapper{
	
}
#nav{
	background: #f5e9c1 url(images/design/navbg.gif) repeat-x;
	display: block;
	text-align: center;
	font: 18px "Times New Roman", Georgia, Times, serif;
}

#nav ul{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	height: 45px;
	padding-top: 14px;
}

#nav li{
	text-align: center;
	font-family: "Times New Roman", Times, Georgia, serif;
	padding-top: 14px;
	display: inline;
}

#nav li a{
	color: #000;
	text-decoration: none;
	padding: 6px;
}

#nav li a:hover{
	background: url(images/design/over.gif) no-repeat;
}

#subhead{
	background-image: url(images/design/subheadbg.gif);
	padding-bottom: 8px;
	font: italic bold 22px Georgia, "Times New Roman", Times, serif;
	color: #7e0807;
	padding-left: 10px;
}

#content{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 10px;
	min-height: 300px;
	background: #f5e9c1 url(images/design/contentbg.gif) repeat-x;
}
#content img{
	border: 1px solid #000;
}
#content img.no_border{
	border: none;
}
#footer{
	background-image: url(images/design/footer.gif);
	display: block;
	padding: 10px 20px;
	height: 79px;
	text-align: center;
	font: 14px Times, Georgia, "Times New Roman", serif;
}

#footer a{
	color: #8e262f;
	text-align: center;
}

#footer a:hover{
	color: #fb100f;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #cf806f;
}

#api a{
	color: #cf806f;
}

#api a:hover{
	color: #f5e9c1;
}
.left{
	float: left;
	margin-right: 1em;
}
.right{
	float: right;
	margin-left: 1em;
}
.clear{
	clear: both;
}
.sale-report{
	width: 650px;
	margin: 0 auto;
	padding: 1em;
	border: 1px dotted maroon;
} 
/* @end */

/* @group EPDs and Pedigrees */

.PedCalvedRow{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.PedAnmName{
	font-size: 2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.PedS, .PedD{
	text-transform: uppercase;
	font-weight: bold;
}

.ped_pedbody{
}
#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: .5em;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 10px;
}
.epd_all{

}
#red-epd-table{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: .5em;
}
#red-epd-table td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}
#red-epd-table caption{
	font-style: italic;
	font-size: 10px;
}
.epdhead{
	text-transform: uppercase;
	font-weight: bold;
	background-color: #382513;
	color: #f5e9c1;
	text-shadow: #1a1719 1px 1px 0;
}

.epdsubhead{
	font-weight: bold;
	background-color: #decf9f;
	text-transform: lowercase;
}

.epddata{
	background-color: #f7f4d6;
}

/* @end */

/* @group Lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}
 
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
 
/* @end */
/* @group GeneStar Table */
 
#genestar{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#genestar td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	text-align: center;
}

.gs_head{
	padding: 2px;
	background-color: #0c4c89;
	color: #fff;
	font-weight: bold;
}

.gs_subhead{
	background-color: #bc2d27;
	color: #fff;
}
 
/* @end */

/* @group AJAX Members List */
 
#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	}
	
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
 
/* @end */
/** new for .net conversion 07/22/10**/

.epdOutsideTab
{
	width:250px;
	padding:0px;
	margin:0px;
 
}


.PedTable
{
	height:150px;
	 clear:both;

}

.PedTable td
{
	white-space:nowrap;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	 margin-left:35px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable,.EPDValueTable
{	
	width: 100%;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #decf9f;
	margin-bottom: .5em;
 }


.EPDProdTable td , .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td 
{
 	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding:3px;
 	font-size: 10px;
	white-space:nowrap;
 
}

.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue
{
	border-right: 1px solid #000;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #382513;
	color: #f5e9c1;
	text-shadow: #1a1719 1px 1px 0;
 

}

.EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader,.EPDProdSubHeader
{
	font-weight: bold;
	background-color: #decf9f;
	text-transform: lowercase; 
	border-right: 1px solid #000;
}
.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow ,.EPDValueDataRow
{
	background-color: #f7f4d6;
}



.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
}
