/* CSS by T. Copeland ~ api-webservices.com ~ created 2008-07-02 
billug  modified  07/01/10/ for .net conversion
*/

body{
background-color: #ffc;
}
body, p{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-style: italic;
	font-family: "Lucida Grande", Lucida, Geneva, "ITC Avant Garde Gothic", Tahoma, sans-serif;
	margin: 0;
}

h1{font-size: 200%;}
h2{font-size: 175%;}
h3{font-size: 150%;}
h4{font-size: 125%;}
h5{font-size: 110%;}
h6{font-size: 100%;}

p.cutline{
	font-size: 10px;
	font-style: italic;
}

#container{
	width: 955px;
	float: left;
}
#header{
	background: url(images/design/header_bg.jpg) repeat-x;
	height: 84px;
}
#wrapper{
	float: left;
	background-image: url(images/design/body_bg.gif);
}
#leftcol{
	width: 168px;
	min-height: 400px;
	float: left;
	background: url(images/design/leftdeco.jpg) no-repeat;
}
#nav{
	border-bottom: 1px dashed #000;
	font-size: 12px;
	width: 772px;
	padding: 3px 0 8px 15px;
	margin-left: 168px;
}
#nav a, #footer a{
	text-decoration: none;
	color: #0e3f7f;
}
#nav a:hover, #footer a:hover{
	text-decoration: underline;
	color: #000;
}
#maincol{
	float: left;
	width: 787px;
}

#content{
	font: 14px/1.4 Helvetica, Geneva, Verdana, Arial, sans-serif;
	padding: 10px 10px 0 15px;
	border-right: 1px dashed #000;
	width: 600px;
	min-height: 400px;
	float: left;
}

#content p{
	font: 14px/1.4 Helvetica, Geneva, Verdana, Arial, sans-serif;
	padding-bottom: 14px;
}
#sale_table{
	border-bottom: 1px solid #122b71;
	border-left: 1px solid #122b71;
}
#sale_table td, #sale_table th{
	font-size: 9px;
	padding: 3px;
	border-top: 1px solid #122b71;
	border-right: 1px solid #122b71;
	text-align: center;
}
#sale_table th.sortable-text{
	font-size: 9px;
}
#contact{
	float: left;
	width: 141px;
	font-size: xx-small;
	padding: 10px 0 0 10px;
}
#contact p{
	padding-bottom: 10px;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 325px;
	padding: 15px;
	color: #fff;
}
#api a{
	color: #ffc;
	text-decoration: none;
}
#api a:hover{
	color: #000;
	background-color: #ffc;
}
#footer{
	border-top: 1px dashed #000;
	font-size: 12px;
	float: left;
	width: 772px;
	padding: 5px 0 5px 15px;
	margin-left: 168px;
}
#epdtable{
	border-bottom: 1px solid #122b71;
	border-left: 1px solid #122b71;
}

#epdtable td{
	border-top: 1px solid #122b71;
	border-right: 1px solid #122b71;
}

.epdhead{
	background-color: #122b71;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.epdsubhead{
	background-color: #3865ca;
	color: #0e027f;
	font-size: 12px;
}

.epddata{
	font-size: 12px;
}

.PedAnmName{
	color: #122b71;
	font-size: 20px;
	font-weight: bold;
}

.PedCalvedRow{
	font-weight: bold;
}

.PedS{
	font-weight: bold;
	color: #122b71;
}

.PedD{
	font-weight: bold;
	color: #122b71;
}

.ped_pedbody{
	font-size: 14px;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}

/** new for .net conversion **/
.PedTable
{
font: 14px/1.4 Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.epdOutsideTab
{
	
	width: 75%;
	padding:0px;
	border-spacing:0px;
	 
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	 margin-left:35px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable
{
	width: 100%;
	border-bottom: 1px solid #122b71;
	border-left: 1px solid #122b71;
	
}
.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td
{
	border-top: 1px solid #122b71;
	border-right: 1px solid #122b71;
	padding:3px;

}
.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue
{
	background-color: #122b71;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader,.EPDProdSubHeader
{
	background-color: #3865ca;
	color: #0e027f;
	font-size: 12px;
	}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow , .EPDValueDataRow
{
	font-size: 12px;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{

}
