/* @override http://test.angusjournal.com/woodhill/main.css */

/* 
Woodhill Farms
CSS Layout by T. Copeland ~ api-webservices.com
Built: 2008-03-27
Last Edit: 2010-03-30
gtb modified for .net include  06/28/10
*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background-color: #360;
}
body, p{
	font: 14px/21px "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
}
p{
	margin-bottom: 14px;
	margin-top: 14px;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
	font-style: normal;
	color: #548a0c;
}
a{
	
}
a:link{
	
}
a:visited{
	color: #57229e;
}
a:hover{
	color: #548a0c;
}
a:active{
	color: #aeee00;
}
/* For the yearly Bull Sale Listings table */
#alt-container{
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
	padding: 10px;
}
#sale{
	/*border-left: 1px solid #fff;*/
	margin: 0 auto 1em;
}
#sale th{
	background-color: #89c455;
}
#sale th a{
	color: #000;
}
#sale tr:hover,
#sale tr.alt:hover{
	background-color: #ccfe9f;
}
#sale td, #sale th{
	/*border-right: 1px solid #fff;*/
	font-size: 9px;
	padding: 3px;
	text-align: center;
}
#sale th.sortable{
	font-size: 9px;
}
#sale tr.alt{
	background-color: #89c455;
}
#sale td.alt{
	background-color: rgba(174,216,135,0.5);
}
/* end Bull Sale Listings table */
#container{
	width: 750px;
	padding: 4px;
	margin: 0 auto;
	background-color: #fff;
}
#container-wide{
	padding: 4px;
	margin: 0;
	background-color: #fff;
}
#header{
	background: url(images/design/header_bg.jpg) repeat-x;
	height: 172px;
}
#header h1{
	margin: 0;
	text-align: right;
	font-size: 24px;
	text-transform: uppercase;
	color: #548a0c;
	letter-spacing: 5px;
	background: url(images/design/header.jpg) no-repeat 0 -117px;
	height: 55px;
	font-weight: bold;
	padding-top: 2px;
}
#contact{
	background: url(images/design/header.jpg) no-repeat;
	text-align: right;
	width: 620px;
	padding-top: 58px;
	padding-right: 10px;
	font: 10px "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	height: 59px;
}
#wrapper{
	background: url(images/design/column_bg.gif) repeat-y -1px;
	min-height: 250px;
}
#nav{
	float: left;
	width: 190px;
	padding-left: 13px;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #aed887;
}
#nav li{
	border-bottom: 1px solid #aed887;
}
#nav a{
	padding: 2px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #9f9f9f;
	margin: 1px;
	letter-spacing: 2px;
	font-size: 14px;
}
#nav li a:hover{
	background-color: #89c455;
	color: #fff;
}
#content{
	color: #535353;
	padding: 1px 1.25em .5em 225px;
}
#content img{
	border: 1px solid;
}
#content img.no_border{
	border: none;
}
#footer{
	height: 30px;
	background: url(images/design/nav_bg.gif) repeat-x;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(images/design/column_end.gif) no-repeat;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: right;
}
#api a{
	color: #000;
}
#footer ul{
	list-style-type: none;
	margin: 0;
	float: right;
	padding: 7px 7px 0 0;
}
#footer li{
	color: #535353;
	display: inline;
}
#footer li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #9f9f9f;
}
#footer li a:visited{
	color: #363942;
}
#footer li a:hover{
	color: #535353;
}
#footer li a:active{
	color: #548a0c;
}
/* @end */

/* @group Pretty Forms */

form{
	margin: 0;
	padding: 0;
}

label{
	color: #360;
}

input, textarea{
	color: #360;
	background: #fff;
	border: 1px solid #89c455;
	margin: 0;
	padding: 0;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #89c455;
}
fieldset p{
	padding-left: 20px;
	color: #363942;
}
legend{
	background: #548a0c;
	padding: 2px 6px;
	color: #fff;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.shiny-button{
	border: solid thin #264c00;
    background-color: #360;
    color: #eee;
    padding: .5em;
	text-shadow: 1px 1px 1px #333;
	width: 15em;
/* Yummy Firefox/Safari bonuses */    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#360), to(#360),color-stop(0.4, #aed887));
    box-shadow: 2px 2px 2px #bbb;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 1px 1px 3px #aaa;
	text-decoration: none;
	margin: 1em;
}
.shiny-button:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428400), to(#428400),color-stop(0.4, #aeee00));
	box-shadow: 1px 1px 1px #bbb;
	background-color: #89c455;
	color: #fff;
}
.PedAnmName{
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	color: #360;
	padding: 0;
	margin: 0;
}

.PedCalvedRow{
	color: #222;
	padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

.PedS{
	color: #360;
	font-weight: bold;
}

.PedD{
	color: #360;
	font-weight: bold;
}

.ped_pedbody{
	padding: 0 10px 0 0;
}

#epdtable{
	background-color: #f2f2f2;	
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: .5em 0;
}
#epdtable tr:hover, #epdtable tr.alt:hover{
	background-color: #aeee00;
}
#epdtable th, #epdtable td{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0;
}
#epdtable tr.alt{
	background-color: #aed887;	
}
.epdhead{
	background-color: #360;
	font-size: 16px;
	color: #fff;
}

.epdsubhead{
	background-color: #aed887;
	color: #382513;
}

.epddata{
	font-size: 12px;
	color: #382513;
}

/* @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 */
/*** new for .net  06/25/10 ***/

.PedTable
{
	width: 100%;
	font: 14px/21px "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	white-space: nowrap;
	padding:3px;
	height:160px;
}

.PedPGS
{
 margin-left:40px;
}

.PedPGD
{
 margin-left:40px;
}
.PedMGD
{
 margin-left:40px;
}
.PedMGS
{
 margin-left:40px;
}

table{ width:100%;}
.epdOutsideTab
{
	border: 0px ;
	width:75%;
	font: 14px/21px "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
/*	border-left: 1px solid #a09886;
*/
}
#EPDAsOfDt
{
	color:#000;
	
}
 
.EPDProdTable 
{
	width: 100%;
		background-color: #f2f2f2;	
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: .5em 0;
}

.EPDProdTable tr:hover, .EPDProdTable tr.alt:hover
{
	background-color: #aeee00;	
}

.EPDProdTable th,.EPDProdTable td
{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0;	
}

.EPDProdTable tr.alt
{
	background-color: #aed887;	
}

.EPDProdHeader
{
}

.EPDProdHeaderProd
{
	background-color: #360;
	font-size: 16px;
	color: #fff;
}

.EPDProdSubHeader
{
	background-color: #aed887;
	color: #382513;
}
.EPDProdHeaderCED
{
}
.EPDProdHeaderBW{
}
.EPDProdHeaderWW{
}

.EPDProdHeaderYW{
}
.EPDProdHeaderYH{
}
.EPDProdHeaderSC{
}
.EPDProdDataRow
{
		font-size: 12px;
}
.EPDProdDataCED
{	white-space:nowrap;
}
.EPDProdDataBirth
{	white-space:nowrap;
}
.EPDProdDataWW
{
		white-space:nowrap;
}
.EPDProdDataYR
{
	white-space:nowrap;
}
.EPDProdDataYHT
{
	white-space:nowrap;
}
.EPDProdDataSC
{
	white-space:nowrap;
}
.EPDMatTable 
{
	width:100%;
	background-color: #f2f2f2;	
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: .5em 0;		
}

.EPDMatTable tr:hover, .EPDMatTable tr.alt:hover
{
	background-color: #aeee00;	
}

.EPDMatTable th,.EPDMatTable td
{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0;	
}

.EPDMatTable tr.alt
{
	background-color: #aed887;	
}


.EPDMatHeaderMat
{
	background-color: #360;
	font-size: 16px;
	color: #fff;
}

.EPDMatSubHeader
{
	background-color: #aed887;
	color: #382513;
}
.EPDMatHeaderCEM{
}

.EPDMatHeaderCEM
{
}
.EPDMatHeaderMilk
{
}
.EPDMatHeaderMKHMKD{
}
.EPDMatHeaderMW{
}
.EPDMatHeaderMH{
}
.EPDMatHeaderEn{
}

.EPDMatDataRow
{
		font-size: 12px;
}
.EPDMatDataCEM
{
	white-space:nowrap;
}
.EPDMatDataMilk
{
		white-space:nowrap;
}
.EPDMatDataMKHMKD
{
		white-space:nowrap;
}
.EPDMatDataMWT
{
		white-space:nowrap;
}
.EPDMatDataMHT
{
		white-space:nowrap;
}
.EPDMatDataAnmEn
{
		white-space:nowrap;
}

.EPDCarcTable 
{
	width:100%;
	background-color: #f2f2f2;	
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: .5em 0;	
}


.EPDCarcTable tr:hover, .EPDCarcTable tr.alt:hover
{
	background-color: #aeee00;	
}

.EPDCarcTable th,.EPDCarcTable td
{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0;	
}

.EPDCarcTable tr.alt
{
	background-color: #aed887;	
}


.EPDCarcHeaderCarc
{
	background-color: #360;
	font-size: 16px;
	color: #fff;
}

.EPDCarcSubHeader
{
	background-color: #aed887;
	color: #382513;
}

.EPDCarcCW{
}
.EPDCarcMARB{
}
.EPDCarcRE{
}
.EPDCarcFAT{
}
.EPDCarcCarcGrp{
}
.EPDCarcUsndGrp{
}

.EPDCarcDataRow
{
		font-size: 12px;
}
.EPDCarcDataCWT
{
		white-space:nowrap;
}
.EPDCarcDataMARB
{
		white-space:nowrap;
}
.EPDCarcDataRIB
{
		white-space:nowrap;
}
.EPDCarcDataFAT
{
		white-space:nowrap;
}
.EPDCarcDataCarcGrp
{
		white-space:nowrap;
}
.EPDCarcDataUsndGrp
{
		white-space:nowrap;
}	


.EPDValueTable 
{
	width:100%;
	background-color: #f2f2f2;	
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: .5em 0;
}
.EPDValueTable tr:hover, .EPDValueTable tr.alt:hover
{
	background-color: #aeee00;	
}

.EPDValueTable th,.EPDValueTable td
{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0;	
}

.EPDValueTable tr.alt
{
	background-color: #aed887;	
}


.EPDValueHeaderValue
{
	background-color: #360;
	font-size: 16px;
	color: #fff;
}

.EPDValueSubHeader
{
	background-color: #aed887;
	color: #382513;
}

.EPDValueHeaderWv
{
	
}
.EPDValueHeaderFv
{
	
}
.EPDValueHeaderGv
{
	
}
.EPDValueHeaderQg
{
	
}
.EPDValueHeaderYg{
}
.EPDValueHeaderBv{
}
.EPDValueDataRow
{
		font-size: 12px;
}
.EPDValueDataWv
{
	white-space:nowrap;
}
.EPDValueDataFv
{
	white-space:nowrap;
}
.EPDValueDataGv
{
	white-space:nowrap;
}
.EPDValueDataQg
{
	white-space:nowrap;
}
.EPDValueDataYg{
	white-space:nowrap;
}
.EPDValueDataBv{
	white-space:nowrap;
}
.EPDAcc
{
	 margin-left: 15px;
	 	font-weight:bold;
}