/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #000 url(images/design/mainbg.jpg) no-repeat;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

input, textarea{
	border: 1px solid #171;
	background-color: #e6e6e6;
}

/* An extra div if needed, not plugged into the HTML by default */
#container{
	display: block;
	width: 900px;
}
#header{
	
}
#wrapper{
	
}

#navwrapper{
	display: block;
	float: left;
	width: 149px;
}

#nav{
	text-align: right;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-left: 7px;
	display: block;
}

#nav a{
	display: block;
	background-color: #fff;
	padding: 4px 10px;
	margin-bottom: 2px;
	text-decoration: none;
	color: #000;
	border: 1px solid #fff;
}

#nav a:hover{
	color: #fff;
	background-color: #266A2E;
	border: 1px solid #14a115;
}

#contact{
	color: #fff;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-left: 6px;
}

#contact a{
	color: #fff;
}

#contact a:hover{
	color: #179319;
}

#clear{
	display: block;
	clear: both;
	width: 40px;
}

#content{
	display: block;
	float: right;
	background-color: #fff;
	width: 736px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 6px;
	min-height:350px;
}
#content img{
	border: 1px solid;
}
#content img.no_border{
	border: none;
}
#footer{
	display: block;
	background-color: #fff;
	padding-top: 10px;
	border-top: 1px solid #128010;
	text-align: center;
	padding-bottom: 10px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-left: 152px;
	width: 748px;
	clear: both;
}

#footer a{
	color: #000;
	text-decoration: none;
}

#footer a:hover{
	color: #171;
	text-decoration: underline;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	color: #1a541a;
	text-align: center;
	padding: 10px 10px 10px 153px;
	width: 748px;
}

#api a{
	color: #1a541a;

}

#api a:hover{
	color: #118611;
}
#sale_animals{
	
}

#sale_animals td{
	padding: 7px;
	text-align: center;
}

.xlstxt{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#animaldata{
	display: block;
	float: left;
	width: 409px;
}

#footnote{
	display: block;
	float: right;
	width: 296px;
	background-color: #e7ffe7;
	border: 1px solid #016800;
	padding: 8px;
}

/* @end */

/* @group EPDs and Pedigrees */

.PedAnmName{
	color: #171;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.PedCalvedRow{
	font-style: italic;
}

.PedS, .PedD{
	color: #171;
	font-weight: bold;
	text-transform: uppercase;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	padding:10px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-bottom: 5px;
	font-size: 10px;
	width: 400px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #171;
	font-weight: bold;
	color: #fff;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #171;
	color: #fff;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #ccc;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 10px;
}

/* @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 */
