/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #fff url(../images/mainbg.png) repeat-y;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

body, p{
	
}

.gallery{
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #d0c2b5;
	border-right: 2px solid #b6a18e;
	border-bottom: 2px solid #b6a18e;
	border-left: 1px solid #d0c2b5;
}

/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	width: 1017px;
}
#header{
	display: block;
	background: url(../images/header.jpg) no-repeat;
	height: 253px;
}

#subhead{
	font: italic 12px "Times New Roman", Times, Georgia, serif;
	color: #5e2f01;
	display: block;
	float: right;
	width: 831px;
}

#wrapper{
	
}
#nav{
	display: block;
	float: left;
	width: 171px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#nav ul{
	list-style-type: none;
	padding-left: 0;
	text-align: right;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#nav li a{
	color: #fdffce;
	text-decoration: none;
	display: block;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	}

#nav li a:hover{
	background-color: #71461c;
}

#content{
	display: block;
	float: right;
	width: 832px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 4px;
	padding-bottom: 10px;
}
#footer{
	display: block;
	clear: both;
	padding-left: 171px;
	text-align: center;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #5e2f01;
	background-image: url(../images/footer.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
	color: #5e2f01;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	padding-left: 171px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
}

#api a{
	color: #999;
}

#api a:hover{
	color: #5e2f01;
}

.plaintext{
	font-size: 12px;
}

/* @end */

/* @group EPDs and Pedigrees */

.PedAnmName{
	font-weight: bold;
	font-size: 16px;
	color: #5e2f01;
}

.PedCalvedRow{
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
}

.PedTable
{
	width: 520px;
	padding-bottom: 10px;

}

.PedS, .PedD{
	color: #5e2f01;
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left:35px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	width: 450px;	
	border-left: 1px solid #cdb9a5;
	
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td
{
	border-bottom: 1px solid #cdb9a5;
	border-right: 1px solid #cdb9a5;
	padding: 3px;
	
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #fdffcb;
	font-weight: bold;
	font-size: 12px;
	color: #542a01;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #e6e6e6;
	font-size: 11px;
	font-weight: bold;
	color: #5b2e01;
	border-right: 1px solid #cdb9a5;
	border-bottom: 1px solid #cdb9a5;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #fff;
	font-size: 11px;
	border-bottom: 1px solid #cdb9a5;
	border-right: 1px solid #cdb9a5;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{	
	width: 442px;
	border-top: 1px solid #cdb9a5;
	border-left: 1px solid #cdb9a5;
	border-right: 1px solid #cdb9a5;
	padding: 3px;
	
}
/* @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 */

/* @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 */
