/* CSS layout by T. Copeland ~ api-webservices.com ~ 23.01.2008 */
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(../images/nav/header_bg.png) repeat-x;
}
body, p{
	font: 14px "Lucida Grande", Lucida, Geneva, "Trebuchet MS", Verdana, sans-serif;
}
p{
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6{
	color: #006;
	margin-top: .25em;
	margin-bottom: .25em;
	line-height: 1.4;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover{
	color: #1d7ffd;
}
a:active{
	color: #990;
}
table{
	margin-bottom: 1em;
}
#container{
	float: left;
}
#header{
	height: 113px;
	width: 100%;
	display: block;
}
#header img{
	border: none;
}
#wrapper{
	float: left;
}
#nav{
	background: url(../images/nav/nav.png) no-repeat;
	width: 115px;
	height: 250px;
	float: left;
}

#nav ul{
	padding-left: 0;
	margin-left: 0;
}

#nav ul li{
	margin: 0;
	list-style-type: none;
	text-align: right;
	padding: .25em 1.25em 0 0;
}
#nav a, #nav a:visited{
	color: #cc6;
	text-decoration: none;
}
#nav a:hover{
	color: #fff;
}
#nav a:focus{
	color: #1d7ffd;
}
#contact{
	background: url(../images/nav/contact.png) no-repeat;
	float: right;
	width: 210px;
	height: 210px;
	text-align: center;
	padding-top: 25px;
	color: #990;
}
#contact p{
	font: 10px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: .25em;
	line-height: 1.2;
}
#content{
	margin-left: 125px;
	padding-right: 2em;
	padding-bottom: 1em;
}
#content img{
	border: 1px solid;
}
#content img.no_borders{
	border: none;
}
#content ul{
	list-style-type: square;
}
#footer{
	text-align: center;
	clear: both;
	margin: 0 auto;
	width: 60%;
	border-top: 2px dotted #000;
	padding-top: .5em;
}
#footer ul{
	margin: 0;
	padding: 0;
}
#footer ul li{
	display: inline;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	float: right;
	padding: 1em;
}
.left{
	float: left;
	margin-right: 1em;
}
.right{
	float: right;
	margin-left: 1em;
}
.animal_columns{
	text-align: center;
	float: left;
	margin-right: 10px;
}

/* My Comment */
.clear{
	clear: both;
}

/* @end */

/* @group EPDs and Pedigrees */

.PedTable
{
	width: 600px;
}
.PedAnmName{
	color: #fb6710;
	font: italic bold 200% Georgia, "Times New Roman", Times, serif;
}

.PedCalvedRow{
	font-weight: bold;
	padding-bottom: 10px;
}

.PedS, .PedD{
	font-weight: bold;
	color: #fb6710;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left:35px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable
{
	width: 400px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 0;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	color: #fff;
	background-color: #333;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	font-size: 80%;
	background-color: #fb8111;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	font-size: 80%;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{	
	padding-bottom: 10px;
}


/* @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 */

