/* -------------------------------------
	Designed by Tim Blumer
	CSS: T. Copeland ~ api-webservices.com
	Built: 2008-10-09
	Last Edit: 2008-10-27
	URI: http://www.wendlingangusfarm.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(../images/design/bg.jpg) repeat;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
	color: #720008;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
}
p{
	font-size: .813em;
	margin-top: 0;
	line-height: 1.462em;
}
a, a:link{
	color: #4780c3;
}
a:visited{
	color: darkblue;
}
a:hover{
	color: darkblue;
}
a:active{
	color: darkred;
}
abbr{
	text-decoration: none;
}
/* LVHA */
/* An extra div if needed, not plugged into the HTML by default */
#container{
	background: url(../images/design/content_bg.jpg) repeat-y;
	width: 925px;
	margin: 0 auto;
	height: auto;
}
#header{
	background: url(../images/design/header.jpg) no-repeat;
	width: 925px;
	height: 155px;
}
#header a{
	float: left;
	height: 70px;
	width: 430px;
	margin-left: 16px;
	text-decoration: none;
}
#header a i{
	visibility: hidden;
}
#hcard-John-Wendling{
	text-align: right;
	margin-right: 20px;
	font-size: .688em;
	padding-top: 5px;
	color: #fff;
	line-height: 1.25em;
}#hcard-John-Wendling a{
	float: none;
	height: auto;
	width: auto;
	margin: 0;
	text-decoration: underline;
}
#wrapper{
	background: url(../images/design/wrapper.jpg) no-repeat;
	float: left;
}
#nav{
	list-style-type: none;
	margin: 0;
	padding-left: 3em;
	width: 150px;
	float: left;
}
#nav a{
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 2em;
	font-size: .875em;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: #000 0px 0px 0px;
}
#nav a:visited, #footer a:visited{
	color: #9f9f9f;
}
#nav a:hover, #footer a:hover{
	text-decoration: underline;
}
#nav a:active, #footer a:active{
	color: #4780c3;
}
#content{
	min-height: 300px;
	float: left;
	margin-left: 30px;
	width: 655px;
}
#content h1{
	margin-top: 0;
}
#content img{
	border: 1px solid;
}
#footer{
	background: url(../images/design/footer.jpg) no-repeat;
	font-size: .75em;
	list-style-type: none;
	text-align: center;
	padding-top: 63px;
	height: 72px;
	margin: 0;
	padding-left: 205px;
	clear: both;
}
#footer li{
	display: inline;
}
#footer a{
	color: #fff;
	text-decoration: none;
	padding-right: .5em;
	border-right: 1px solid #fff;
	padding-left: .25em;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(../images/design/bg.jpg);
	padding-bottom: 2em;
	text-align: right;
}
.no_border, #footer a.no_border{
	border: none;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0;
	padding: 0;
}

label{
	color: #1f4167;
}

input, textarea{
	color: #1f4167;
	background: #fee3ad;
	border: 1px solid #1f4167;
	margin: 0;
	padding: 3px;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #1f4167;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #1f4167;
	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;
}
.column{
	float: left;
	margin-right: 2%;
	width: 23%;	
}
.PedAnmName{
	color: #1f4167;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
}

.PedCalvedRow{
	font-size: .75em;
	font-weight: bold;
}

.PedS{
	font-weight: bold;
	background-color: #fee3ad;
}

.PedD{
	font-weight: bold;
	background-color: #fee3ad;
}

.ped_pedbody{
	font-size: .813em;
}

#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead{
	font-size: .75em;
	background-color: #1f4167;
	color: #fffdee;
}

.epdsubhead{
	font-size: .75em;
	background-color: #720008;
	color: #fffdee;
}

.epddata{
	font-size: .813em;
	background-color: #f5f4d8;
}

/* @end */

/** new for .net conversion 07/21/10**/
.epdOutsideTab
{
	width: 65%;
	padding:0px;
	border-spacing:0px;
}

.PedTable
{
	font-size: .813em;
	height:150px;
}

.PedTable td
{
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	 margin-left:35px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable
{	
	width:100%;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}


.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td
{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	white-space:nowrap;
 padding:3px;
}
.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue
{
	font-size: .75em;
	background-color: #1f4167;
	color: #fffdee;
}

.EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader,.EPDProdSubHeader
{
	font-size: .75em;
	background-color: #720008;
	color: #fffdee;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow ,.EPDValueDataRow
{
	font-size: .813em;
	background-color: #f5f4d8;
}
/*
.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
{
	
}


