/* -------------------------------------
	Design: Tim Blumer
	CSS: Thuy Copeland
	Built: 2008-02-02
	Last Edit: 2011-07-18 tc
	URI: angusjournal.com/provensiresservices/
---------------------------------------*/
/* @group Layout */
body{
	margin: 0;
	padding: 0;
	background-image: url(../images/design/bg.jpg);
	text-align: center;
}
body, p{
	font: 12px Helvetica, Arial, sans-serif;
}
a{
	color: #066;
}
a:visited{
	color: #8c6013;
}
a:hover{
	background-color: #dfd9a1;
	color: #000;
	text-decoration: none;
}
a:active{
	color: #067f08;
	background-color: #fff;
}
#container{
	width: 700px;
	background-color: #fff;
	margin: 10px auto;
	border: 1px solid #066;
	text-align: left;
}
#header{
	height: 125px;
}
#header img{
	border: none;
	float: left;
	margin: 10px 20px 0 25px;
}

#contact{
	float: left;
	padding: 10px 10px 10px 0;
}
#contact p{
	margin: 0;
	line-height: 1.4;
}
#wrapper{
	
}
#nav{
	text-align: center;
	font-size: 18px;
	clear: both;
	padding: 5px 0;
	border-top: 1px solid #066;
	border-bottom: 1px solid #066;
}
#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li{
	display: inline;
}
#nav a{
	color: #066;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited{
	color: #8c6013;
}
#nav a:hover{
	background-color: #fff;
	text-decoration: underline;
	color: #000;
}
#nav a:active{
	color: #067f08;
	background-color: #fff;
}
#content{
	padding: 10px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	font-weight: bold;
	font-style: italic;
	color: #066;
	text-align: center;
}
#content img{
	border: 1px solid;
}
#content img.no_border{
	border: none;
}
#content ul, #content ol{
	margin: 0 0 0 30px;
	padding: 0;
	list-style-position: inside;
}
#content li{
	padding: 5px 0;
}
#banner{
	background: url(../images/design/banner.jpg) no-repeat;
	height: 185px;
	width: 290px;
}
#banner p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 50px 45px 0 40px;
}
/* semen table */
#semen{
	padding: 0;
	border: 4px solid #dfc069;
}
#semen p{
	margin: 0;
	padding: 0;
}
#semen th{
	color: #fff;
	background-color: #066;
	padding: 5px;
	font-size: 16px;
}
#semen td{
	color: #066;
	font-weight: bold;
	padding: 2px;
	font-size: 14px;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	text-align: right;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0;
	padding: 0;
}

label{
	color: #066;
}

input, textarea{
	color: #066;
	background: #fee3ad;
	border: 1px solid #066;
	margin: 0;
	padding: 0;
}

.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #066;
}

legend{
	background: #066;
	padding: 2px 6px;
	color: #fff;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 5px;
}
.right{
	float: right;
	margin-left: 5px;
}
.clear{
	clear: both;
}
/* Note: Arial renders better than Helvetica below 12px. */
.cutline{
	font: 9px Arial, Helvetica, sans-serif;
	margin: 0;
}
a.video{
	padding-left: 18px;
	height: 16px;
	background: url(../images/design/video.png) no-repeat left center;
}


/* @group Pedigree */
/* edited 2011-07-18 tc */
.PedTable {
	font: 12px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* end edit */

.PedAnmName {
	font-weight: bold;
	font-size: 15px;
	color: #066;
}

.PedCalvedRow {
	font-style: italic;
	font-size: 14px;
}

.PedS {
	font-weight: bold;
}

.PedD {
	font-weight: bold;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
	margin-right: 1em;
}
.PedRow {
	
}

.PedCell1 {
	
}

.PedPGS {
	
}

.PedPGD {
	
}

.PedCell2 {
	
}

.PedPGSS {
}

.PedPGSD {
	
}

.PedPGDS {
	
}

.PedPGDD {
	
}

.PedCell3 {
	
}

.PedMGS {
	
}

.PedMGD {
	
}

.PedMGSS {
	
}

.PedMGSD {
	
}

.PedMGDS {
	
}

.PedMGDD {
	
}

/* @end */
.EPDAcc
{
	padding-left: 5px;
}
.epdall{
	display: block;
	width: 552px;
}
/* begin changes */
.epdall table{
	border-bottom: 1px solid #066;
	border-left: 1px solid #066;
	margin-bottom: 1em;	
}
.epdall td{
	border-top: 1px solid #066;
	border-right: 1px solid #066;
	padding: 2px;
}
/* end changes */
table.EPDProdTable {
	width: 100%;
}

/* @group Production */

.EPDProdHeaderProd {
	background-color: #98a392;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.EPDProdSubHeader {
	background-color: #c0beaf;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.EPDProdDataRow {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

.EPDProdHeaderCED {
}

.EPDProdHeaderBW {
	
}

.EPDProdHeaderWW {
	
}

.EPDProdHeaderYW {
	
}

.EPDProdHeaderYH {
	
}

.EPDProdHeaderSC {
	
}

.EPDProdDataCED {
	
}

.EPDProdDataBirth {
	
}

.EPDProdDataWW {
	
}

.EPDProdDataYR {
	
}

.EPDProdDataYHT {
	
}

.EPDProdDataSC {
	
}

table.EPDMatTable {
	width: 100%;
}

/* @end */

/* @group Maernal */

.EPDMatHeaderMat {
	background-color: #98a392;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.EPDMatSubHeader {
	background-color: #c0beaf;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.EPDMatDataRow {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

.EPDMatHeaderCEM {
	
}

.EPDMatHeaderMilk {
	
}

.EPDMatHeaderMKHMKD {
	
}

.EPDMatHeaderMW {
	
}

.EPDMatHeaderMH {
	
}

.EPDMatHeaderEn {
	
}

.EPDMatDataCEM {
	
}

.EPDMatDataMilk {
	
}

.EPDMatDataMKHMKD {
	
}

.EPDMatDataMWT {
	
}

.EPDMatDataMHT {
	
}

.EPDMatDataAnmEn {
	
}

table.EPDCarcTable {
	width: 100%;
}

/* @end */

/* @group Carcass */

.EPDCarcHeaderCarc {
	background-color: #98a392;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.EPDCarcSubHeader {
	background-color: #c0beaf;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.EPDCarcDataRow {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

.EPDCarcCW {
	
}

.EPDCarcMARB {
	
}

.EPDCarcRE {
	
}

.EPDCarcFAT {
	
}

.EPDCarcCarcGrp {
	
}

.EPDCarcUsndGrp {
	
}

.EPDCarcDataCWT {
	
}

.EPDCarcDataMARB {
	
}

.EPDCarcDataRIB {
	
}

.EPDCarcDataFAT {
	
}

.EPDCarcDataCarcGrp {
	
}

.EPDCarcDataUsndGrp {
	
}

table.EPDValueTable {
	width: 100%;
}

/* @end */

/* @group $Value */

.EPDValueHeaderValue {
	background-color: #98a392;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.EPDValueSubHeader {
	background-color: #c0beaf;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.EPDValueDataRow {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

.EPDValueHeaderWv {
	
}

.EPDValueHeaderFv {
	
}

.EPDValueHeaderGv {
	
}

.EPDValueHeaderQg {
	
}

.EPDValueHeaderYg {
	
}

.EPDValueHeaderBv {
	
}

.EPDValueDataWv {
	
}

.EPDValueDataFv {
	
}

.EPDValueDataGv {
	
}

.EPDValueDataQg {
	
}

.EPDValueDataYg {
	
}
.EPDValueDataBv{
	
}

/* @end */

/* @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 */

