/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	
	Built: 2010-07-28 (YYYY-MM-DD)
	
	Last Edit: 2010-07-30 (YYYY-MM-DD)
	
	URI: luddingtoncattle.com
---------------------------------------*/

/* @group Reset */
/* Eric Meyer's CSS Reset, modified 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe, hr, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption
{	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #f5f4ef url(../images/body_bg.jpg) repeat-x;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */
/* @group Layout */

#container {
	width: 960px;
	margin: auto;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 98px;
}

#header h1{
	margin: 0;
	padding: 0;
}

#header a{
	display: block;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 0;
	height: 95px;
}

#header a h1{
	visibility: hidden;
}

#page_title {
	height: 152px;
	background: url(../images/title.jpg) no-repeat;
	text-align: center;
	padding-top: 30px;
	padding-right: 17px;
	padding-left: 500px;
	color: #e4e7dc;
	text-shadow: #818567 0 -1px 0;
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	background: url(../images/content.jpg) repeat-y;
}

#nav {
	background: url(../images/nav.jpg) no-repeat;
	height: 59px;
}
#nav ul{
	margin: 0;
	padding: 14px 0 0;
	list-style-type: none;
	text-align: center;
	font: bold 16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#nav ul li { 
	display: inline;
	padding: 0;
}

#nav ul li a{
	color: #d5cdb7;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
}

#nav ul li a:hover{
	color: #fff;
	background-position: center;
}

#content {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 30px;
	padding-right: 30px;
	color: #666;
}

#content img{
	background-color: #fff;
	border: 1px solid #c9cac5;
	margin: 4px;
	padding: 4px;
}

#content img.noBorder{
	border-style: none;
	padding: 0;
	background-color: transparent;
	margin: 0;
}

#content hr{
	border-bottom: 1px dashed #a4ac83;
	margin-top: 8px;
	margin-bottom: 8px;
}

#footer{
	height: 42px;
	background: url(../images/footer.jpg) no-repeat;
	padding-top: 44px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;
}

#footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font: 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#footer ul li { 
	display: inline;
	padding: 0;
}

#footer ul li a{
	color: #e4e7dc;
	text-decoration: none;
	padding: 14px;
	font-weight: bold;
}

#footer ul li a:hover{
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

#contact {
	width: 960px;
	margin: auto;
	text-align: center;
	font-size: 12px;
	color: #7f7f7f;
	padding-top: 2px;
	padding-bottom: 4px;
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 960px;
	margin: auto;
	text-align: center;
	color: #999;
	padding-bottom: 20px;
}

#api a {
	color: #999;
}

#api a:hover {
	color: #c60;
}

.gray_tbl{
	border-top: 1px solid #d6d5d3;
	border-right: 1px solid #d6d5d3;
	background-color: #f5f4ef;
}

.gray_tbl td{
	border-bottom: 1px solid #d6d5d3;
	border-left: 1px solid #d6d5d3;
	padding: 5px;
}

/* @end */
/* @group Typography */
body{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
	color: #796a4b;
}
p{
	margin-top: 0;
	padding-top: 0;
}
/* LVHA */
a, a:link{
	color: #c60;
}
a:visited{
	
}
a:hover{
	color: #9fa87d;
}
a:active{
	
}
/* @end */
/* @group Pretty Forms */

form {
	margin: 0 0 1em;
	padding: 0;
}

label {
	color: #979b78;
}

input, textarea {
	color: #666;
	background: #f5f4ef;
	border: 1px solid #b3b3b3;
}

.submit {
}

.submit input {
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset {
	border: 1px solid #235353;
}

fieldset p {
	padding-left: 20px;
}

legend {
	background: #979e75;
	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;
}
.center{
	text-align: center;
	margin: auto;	
}

/* @group ASP.NET Tags */
/* @group terse set */

.PedAnmName{
	color: #796a4b;
	font-weight: bold;
	font-size: 24px;
}

.PedCalvedRow{
	font-style: italic;
	font-size: 12px;
}

.PedS, .PedD{
	color: #796a4b;
	font-weight: bold;
	font-size: 12px;
}
/* Adds text indentation to pedigree names */
.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
}
.PedTable {
	font-size: 11px;
	margin-top: 8px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-top: 1px solid #81856a;
	border-left: 1px solid #81856a;
	margin-bottom: 2px;
	width: 450px;
	text-align: center;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-right: 1px solid #81856a;
	border-bottom: 1px solid #81856a;
	padding: 1px;
}

.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue{
	background-color: #979e74;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #a0a97e;
	color: #fff;
	font-size: 11px;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #f5f4ef;
	text-align: center;
	font-size: 11px;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 11px;
}

/* @end */

/* @end */
/* @end */
