/* -------------------------------------
	Author:  T.Blumer ~ api-webservices.com
	
	Built: 2009-06-26 (YYYY-MM-DD)
	
	Last Edit: 2009-06-26 (YYYY-MM-DD)
	
	URI: 
---------------------------------------*/

/* @group Body */


html, body, #wrap {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #a2bcb3 url(../images/design/mainbg.jpg) repeat-x center top;
}

body, p {
	margin-top: 0;
	padding-top: 0;
}

a{
	color: #1c9696;
}

a:visited{
	color: #0e3b31;
}

a:hover{
	color: #046d5e;
	text-decoration: none;
}
a:active{
	color: #31c6a3;
	text-decoration: underline;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #046d5e;
	margin-bottom: 0;
	padding-top: 0;
}

blockquote{
	width: 50%;
	font-family: "Gill Sans", Futura, "Trebuchet MS", "Lucida Grande", Lucida, sans-serif;
	clear: both;
	margin: 0 auto;
	padding: 0 1em;
}
blockquote p:first-child{
	background: url(../images/design/barb.png) repeat-x 0 top;
	padding-top: 1.5em;
}
/*blockquote p:last-child{
	background: url(../images/design/barb.png) repeat-x 0 bottom;
	padding-bottom: 1.5em;
}*/

/* @end */

/* @group Layout */

#wrapper {
	height: auto;
	min-height: 100%;
	background: url(../images/design/wrap_bg.jpg) repeat-y center;
}

#contact {
	
}

#container {
	padding-bottom: 60px;
	/* must be same height as the footer */
	width: 960px;
	margin: auto;
}

#header {
	background: url(../images/design/inside_head.jpg) no-repeat;
	height: 123px;
}
#header h1{
	margin: 0;
}
#header a{
	display: block;
	margin: 0 auto;
	width: 960px;
	text-decoration: none;
	height: 70px;
}

#header a i{
	visibility: hidden;
}

#contact {
	color: #c5d9d8;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

#nav {
	display: block;
	float: left;
	width: 180px;
	font: 16px "Times New Roman", Times, Georgia, serif;
	background-repeat: repeat-y;
}

#nav ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 0;
	background-image: url(../images/design/inside_nav.jpg);
}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	background: url(../images/design/over.gif) 0 top;
	padding: 6px 20px 6px 24px;
}

#nav li a:hover {
	color: #fc0;
	background: url(../images/design/over.gif) 0 bottom;
}

#content {
	display: block;
	float: right;
	width: 774px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 4px;
}


#content img{
	background-color: #fff;
	border: 1px solid #333;
	padding: 5px;
	margin: 4px;
}
#content img.no-border{
	background-color: transparent;
	border: none;
	padding: 0;
}

#footer {
	position: relative;
	margin-top: -60px;
	/* negative value of footer height */
	height: 47px;
	clear: both;
	background-color: #000;
	border-top: 1px solid #798e8a;
	text-align: center;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1c9696;
	padding-top: 12px;
}
#footer a:visited{
	color: #aaa;
}
#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: auto;
	width: 980px;
	color: #4c4c4c;
	padding-top: 11px;
}

#api a {
	color: #4c4c4c;
}

#api a:hover {
	color: #046d5e;
}

/* CLEAR FIX*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */

/* @group Pretty Forms */

form {
	margin: 0 0 1em;
	padding: 0;
}

label {
	color: #235353;
}

input, textarea {
	color: #235353;
	background: #eff8f7;
	border: 1px solid #046d5e;
}

.submit {
	padding-bottom: 1em;
	margin: 0;
}

.submit input {
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset {
	border: 1px solid #046d5e;
}

fieldset p {
	padding-left: 20px;
}

legend {
	background: #046d5e;
	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;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.cutline{
	font-size: 14px;
	font-style: italic;
}
.col{
	float: left;
	width: 48%;
	padding-right: 6px;
	padding-left: 6px;
	display: block;
	font-size: 14px;
}
.PedAnmName {
	font-weight: bold;
	font-size: 18px;
	color: #046d5e;
}

.PedCalvedRow {
	font-style: italic;
}

.PedS {
	color: #046d5e;
}

.PedD {
	color: #046d5e;
}

.ped_pedbody {
	font-size: 12px;
}

#epdtable {
	width: 500px;
}

.epd_all{
	border-bottom: 1px solid #046d5e;
	border-left: 1px solid #046d5e;
}

#epdtable td {
	border-top: 1px solid #046d5e;
	border-right: 1px solid #046d5e;
}

.epdhead {
	font-size: 11px;
	background-color: #a2bcb3;
	font-weight: bold;
	color: #046d5e;
}

.epdsubhead {
	font-size: 11px;
	background-color: #e2f8f6;
	color: #046d5e;
}

.epddata {
	font-size: 12px;
	background-color: #fff;
}

/* Performance table style */

#performance {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #cfcac4;
	border-left: 1px solid #cfcac4;
	width: 630px;
}

#performance td {
	border-top: 1px solid #cfcac4;
	border-right: 1px solid #cfcac4;
	padding: 2px 4px;
}

.perfhead {
	font-weight: bold;
	color: #908c88;
	text-align: left;
}

.perfsubhead {
	background-color: #f1ede4;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.perfdata {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

/* @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 conversion 07/22/10**/
.epdOutsideTab
{
	width: 500px;
	padding:0px;
	border-spacing:0px;
}

.PedTable
{
	font-size: 12px;
	height:150px;
}

.PedTable td
{
	white-space:nowrap;
	text-align:left;

}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	 margin-left:35px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable 
{	
	width: 100%;
	border-left: 1px solid #046d5e;
}
.EPDValueTable
{	
	width: 100%;
	border-bottom: 1px solid #046d5e;
	border-left: 1px solid #046d5e;
}
.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td
{
	border-top: 1px solid #046d5e;
	border-right: 1px solid #046d5e;
	text-align: center;
	padding:3px;

}
.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue
{
	font-size: 11px;
	background-color: #a2bcb3;
	font-weight: bold;
	color: #046d5e;
}

.EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader,.EPDProdSubHeader
{
	font-size: 11px;
	background-color: #e2f8f6;
	color: #046d5e;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow ,.EPDValueDataRow
{
	font-size: 12px;
	background-color: #fff;
}
/*
.EPDProdHeaderCED,.EPDProdHeaderBW, .EPDProdHeaderWW, .EPDProdHeaderYW, .EPDProdHeaderYH,
.EPDProdHeaderSC,
.EPDProdDataCED, .EPDProdDataBirth,.EPDProdDataWW,.EPDProdDataYR,.EPDProdDataYHT,
.EPDProdDataSC,
.EPDMatHeaderCEM,.EPDMatHeaderCEM, .EPDMatHeaderMilk, .EPDMatHeaderMKHMKD, .EPDMatHeaderMW, 
.EPDMatHeaderMH,.EPDMatHeaderEn,
.EPDMatDataMHT, .EPDMatDataMWT, .EPDMatDataMKHMKD, .EPDMatDataMilk, .EPDMatDataCEM,
.EPDMatDataAnmEn,
.EPDCarcCW, .EPDCarcMARB, .EPDCarcRE, .EPDCarcFAT,.EPDCarcCarcGrp,
.EPDCarcUsndGrp,
.EPDCarcDataCarcGrp,.EPDCarcDataFAT, .EPDCarcDataRIB, .EPDCarcDataMARB, .EPDCarcDataCWT ,
.EPDCarcDataUsndGrp,
.EPDValueHeaderYg,.EPDValueHeaderQg,.EPDValueHeaderGv,.EPDValueHeaderFv,.EPDValueHeaderWv,
.EPDValueHeaderBv,
.EPDValueDataYg, .EPDValueDataQg, .EPDValueDataGv,.EPDValueDataFv,.EPDValueDataWv,.EPDValueDataBv
{
	padding-top: 3px;
	padding-bottom: 3px;
}
*/


.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	 text-align:center;
}

