/* -------------------------------------
	Author: John Doe ~ johndoe.com
	Built: 2008-06-26
	Last Edit: 2011-07-18 Brandi Kapfer
	URI: archerangus.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background-color: #000;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}

a{
	color: #f9a116;
}

a:hover{
	color: #fcfe17;
}

a:active{
	
}

a:visited{
	color: #cd670e;
}

input, textarea{
	background-color: #ccc;
	border: 1px solid #fff;
}
blockquote{
	background: url(images/bottom-blockquote.png) no-repeat 0 bottom;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 375px;
}
blockquote p:first-child{
	background: url(images/top-blockquote.png) no-repeat 0 top;
	padding-top: 45px;
}
blockquote p{
	color: #630;
	font: italic medium "Gill Sans", Futura, "Trebuchet MS", sans-serif;
	margin-top: 0;
	padding: 1px 1em;
	margin-bottom: .5em;
}
/* An extra div if needed, not plugged into the HTML by default */
#container{
	display: block;
	margin: auto;
	width: 822px;
}

#nav{
	display: block;
	float: left;
	width: 196px;
	background: #000 url(images/nav_bg.jpg) no-repeat;
}

#nav ul{
	list-style-type: none;
	margin: 0;
	text-align: right;
	color: #fff;
	font: bold 15px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-top: 88px;
	padding-bottom: 87px;
	padding-left: 0;
}

#nav li{
}

#nav li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}

#nav li a:hover{
	background-image: url(images/nav_over.jpg);
	color: #f9a116;
}

#header{
	display: block;
	background: url(images/header_bg.jpg) no-repeat;
	width: 625px;
	height: 255px;
	
}

#header a{
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
}

#header a i{
		visibility: hidden;
}

#wrapper{
	display: block;
	float: right;
	width: 626px;
}
#content{
	display: block;
	padding: 8px;
	color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#content img{
	border: 1px solid #f9a116;
}

#content img.noBorder{
	border: 0;
}


#contact{
	color: #fff;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	clear: both;
	text-align: right;
	color: #4c4c4c;
}

#api a{
	color: #4c4c4c;
}

#api a:hover{
	color: #999;
}

.title{
	color: #f9a116;
}

/* @end */

/* @group EPDs and Pedigrees */

/* Thuy edit 2009-01-19 */
.animal-columns{
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 30%;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}
.cutline{
	font-size: 10px;
	font-style: italic;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}



/*adjustments for HP EPD */
.PedAnmName{
	font-weight: bold;
	font-size: 16px;
	color: #f9a116;
}

.PedCalvedRow{
	font-style: italic;
}

.PedS, .PedD{
	color: #f9a116;
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left:35px;
}

.PedTable{
	padding:10px;
}

.PedTable td{
	text-align: left;
	padding: 0px 20px 10px 0px;
	padding: 10px;
}


.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{	
	width: 450px;	
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;	
	padding: 4px;
	white-space: nowrap;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #191919;
	border-top: 1px solid #999;	
	font-size: 11px;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #333;	
	font-size: 11px;
}

.EPDProdSubHeader td, .EPDMatSubHeader td, .EPDCarcSubHeader td, .EPDValueSubHeader td{	
	
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{	
	background-color: #666;
}

.EPDProdDataRow td, .EPDMatDataRow td, .EPDCarcDataRow td, .EPDValueDataRow td{	
	
}

.EPDAcc{
	padding-left:5px;
}

.EPDAsOfDt{
	width: 448px;

}

/* @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/prev.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(images/next.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 */

