/* -------------------------------------
	Author: T. Copeland ~ api-webservices.com
	Built: 2008-11-12
	Last Edit: 2008-11-12
	URI: http://www.basinangus.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
}
body, p{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p{
	font-size: .75em;
	margin-top: 0;
}
a{
	color: #8a1e23;
	text-decoration: none;
}
a:visited{
	text-decoration: underline;
	color: #450e0e;
}
a:hover{
	color: #fff;
	background-color: #b41200;
}
a:active{
	color: #b41200;
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #560b09;
	margin-bottom: 0;
}
/* LVHA */
#container{
	background: url(images/design/bg.jpg) repeat;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	border-right: 1px solid #423a38;
	border-left: 1px solid #423a38;
}
#header img{
	border: none;
}
#wrapper{
	width: 810px;
	height: auto;
	margin: 0 auto;
}
#nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav li{
	display: inline;
	text-transform: uppercase;
	font-size: .875em;
}
#content img{
	border: 2px solid #69010e;
}
#content img.no-border{
	border: none;
}
#content ul{
	font-size: .75em;
}
#footer{
	
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(images/design/footer.jpg) no-repeat 0 bottom;
	padding-bottom: 10px;
	padding-top: 85px;
	display: block;
	text-align: right;
	padding-right: 10px;
}
#api a{
	color: #fff;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0;
	padding: 0;
}

label{
	color: #000;
}

input, textarea{
	color: #000;
	border: 1px solid #676e78;
	margin: 0;
	padding: 0;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}
#content .larger-text{
	font-size: 1em;
}	
fieldset{
	border: 1px solid #676e78;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #676e78;
	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;
	width: 45%;
	margin-right: 5%;
	text-align: justify;
}
.PedAnmName{
	
}

.PedCalvedRow{

}

.PedS, .PedD{
	
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	padding:10px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 5px;
	width:500px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {

	text-align: center;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	text-align: center;

}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	text-align: center;	


}
.EPDAcc
{
	padding-left:15px;
	font : normal;
}

.EPDAsOfDt
{

}
/* @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 */
