/* @override http://www.vanbeekranch.com/css/main.css */

/* -----------------------------
	Design: Ray Palermo
	CSS: Thuy Copeland
	Created: 2006-11-09
	Edited: 2011-07-18 tc
	URI: vanbeekranch.com
------------------------------- */

body {
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, "Arial Narrow", SunSans-Regular;
}

p {
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, "Arial Narrow", SunSans-Regular;
}

td {
	
}

a:link {
	color: #c50;
	text-decoration: none;
}

a:visited {
	color: #808080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #c50;
	text-decoration: none;
}

h1 {
	color: #933;
	font-size: 2em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	margin: 0.67em 0;
}

h2 {
	color: #933;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0.83em 0;
}

h3 {
	color: #933;
	font-size: 1.17em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 1em 0;
}

b {
	color: #933;
	font-weight: bold;
}

strong {
	color: #933;
	font-weight: bold;
}

.left_nav {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.bottom_nav {
	color: #fff;
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

/* @group misc classes */

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear: both;
}

.no-border, .animal img.no-border {
	border: 0 none;
}

.animal {
	float: left;
	width: 210px;
	text-align: center;
	margin: 0 .5em 1em 0;
}

.animal img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #c9cac5;
}

.animal a:hover {
	text-decoration: none;
	background-color: #c50;
	color: white;
}

.animal p {
	margin: 0;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.PedAnmName {
	color: #302010;
	font-size: 18px;
	font-weight: bold;
}

.PedCalvedRow {
	color: #302010;
	font-weight: bold;
}

.PedS, .PedD {
	color: #c8974b;
	font-weight: bold;
}

.ped_pedbody {
	
}

#epdtable {
	border-left: 1px solid #2f1f0f;
	border-top: 1px solid #2f1f0f;
}

#epdtable td {
	border-bottom: 1px solid #2f1f0f;
	border-right: 1px solid #2f1f0f;
}

.epd_all {
	border-bottom: 1px solid #2f1f0f;
	border-right: 1px solid #2f1f0f;
}

.epdhead {
	background-color: #682417;
	color: #fff;
	font-size: 12px;
}

.epdsubhead {
	background-color: #c8974b;
	font-size: 10px;
}

.epddata {
	font-size: 10px;
}

/* @end */

/** gtb  new for .net conversion 07/19/10**/

.PedTable {
	height: 150px;
}

.PedTable td {
	text-align: left;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD {
	margin-left: 35px;
}
/* Start edits to EPD tables for HP addition */
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable {
	border-left: 1px solid #2f1f0f;
	border-top: 1px solid #2f1f0f;
	width: 80%;
}
/* end  */
.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td {
	border-bottom: 1px solid #2f1f0f;
	border-right: 1px solid #2f1f0f;
	padding: 3px;
	white-space: nowrap;
}

.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue {
	background-color: #682417;
	color: #fff;
	font-size: 12px;
}

.EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader,.EPDProdSubHeader {
	background-color: #c8974b;
	font-size: 10px;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow ,.EPDValueDataRow {
	font-size: 10px;
}

.EPDAcc {
	padding-left: 15px;
}

.EPDAsOfDt {
	
}
