/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	
	Built: 2009-10-02 (YYYY-MM-DD)
	
	Last Edit: 2009-10-02 (YYYY-MM-DD)
	
	URI: corkcattle.com
---------------------------------------*/

/* @group Body */

body {
	margin: 0;
	padding: 0;
	background: #08006f url(../images/layout/bigbg.jpg) no-repeat center top;
}

body, p {
	margin-top: 0;
}

a{
	
}

a:hover{
	
}

a:visited{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #0d00a3;
}

/* @end */

/* @group Layout */

#contact {
	
}

#container {
	display: block;
	width: 685px;
	margin: auto;
}

#header {
	background: url(../images/layout/header.jpg) no-repeat;
	height: 191px;
}



#sitetitle{
	display: block;
	float: left;
	padding-left: 146px;
	padding-top: 60px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #0d00a3;
}

#sitetitle a{
	color: #0d00a3;
	text-decoration: none;
}

#wrapper {
	background: url(../images/layout/wraper.jpg) repeat-y;
}

#nav {
	display: block;
	float: right;
	width: 178px;
	padding-top: 26px;
	padding-right: 21px;
	font: bold 19px "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
}

#nav ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}

#nav li a {
	text-decoration: none;
	display: block;
	color: #0d00a3;
	padding: 2px;
}

#nav li a:hover {
	background-color: #e4bc88;
}

#content {
	padding-left: 40px;
	padding-right: 40px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	min-height: 400px;
	background: url(../images/layout/content.jpg) no-repeat;
}

#content img{
	padding: 4px;
	background-color: #ebe7dc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#content img.noBorder{
	border: 0;
	padding: 0;
	background: transparent none;
}


#pagetitle{
	color: #0d00a3;
	font: italic bold 24px "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 6px;
}

#footer {
	height: 63px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 24px;
	background: url(../images/layout/footer.jpg) no-repeat;
	font: bold 14px "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #000;
	text-align: center;
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999;
	text-align: center;
	padding-bottom: 20px;
}

#api a{
	color: #999;
}

#api a:hover{
	color: #dfa566;
}

/* @end */

/* @group Pretty Forms */

form {
	margin: 0 0 1em;
	padding: 0;
}

label {
	color: #235353;
}

input, textarea {
	color: #235353;
	background: #fee3ad;
	border: 1px solid #235353;
	margin: 0;
	padding: 0;
}

.submit {
	padding-bottom: 1em;
	margin: 0;
}

.submit input {
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset {
	border: 1px solid #235353;
}

fieldset p {
	padding-left: 20px;
}

legend {
	background: #235353;
	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;
}

.PedAnmName {
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	font : normal;
	text-align : center;
}

.PedCalvedRow {	
	font-style: italic;
	font-weight: lighter;
	font-size: 12px;
	text-align : center;
}

.PedS, .PedD{
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	width:550px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	width: 550px;
	padding : 0%;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border:1px;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #ccc;
	font-size: 11px;
	border:0px;
	font-weight: lighter;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #ebe7dc;
	font-size: 11px;
	border:0px;
	font-weight: lighter;	
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #fff;
	border:0px;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	width:550px;
	font-size: 10px;
	background-color: #e6e6e6;
}
/* @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 */

/* @group AJAX Members List */

#memnav a {
	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#memnav a:hover {
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

/* @end */