

/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #65974e url(../images/bigbg.jpg) no-repeat;
}
body, p{
	margin-top: 0;
}

a{
	color: #090d80;
}

a:visited{
	color: #7e0807;
}

/* An extra div if needed, not plugged into the HTML by default */
#container{
	display: block;
	width: 1000px;
}
#header{
	display: block;
	height: 85px;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	padding-top: 83px;
	padding-right: 8px;
	background: url(../images/header.png) no-repeat;
}

#wrapper{
	background-color: #fff;
	display: block;
	width: 894px;
	margin-left: 103px;
	border-right: 1px solid #090d80;
	border-left: 1px solid #090d80;
	border-bottom: 1px solid #090d80;
}
#nav{
	background: url(../images/nav.png) no-repeat;
	border-right: 1px solid #090d80;
	width: 894px;
	padding-left: 104px;
	height: 25px;
	padding-top: 11px;
	font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

#nav ul{
	margin: 0;
	padding: 0;
}

#nav li{
	display: inline;
	text-decoration: none;
}

#nav li a{
	color: #090d80;
	text-decoration: none;
	background: url(../images/star18px.gif) no-repeat;
	padding: 2px 4px 2px 22px;
}

#nav li a:hover{
	list-style-type: none;
	color: #7e0807;
	background: #fff200 url(../images/star18px_over.gif) no-repeat;
}

#title h1{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#title{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7e0807;
	font-style: italic;
	padding-left: 10px;
}

#content{
	padding: 10px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	min-height: 400px;
}

#clear{
	display: block;
	clear: both;
}

#content img{
	background-color: #fff;
	padding: 8px;
	border: 1px solid #ccc;
}



#content img.no_borders{
	border: none;
}

#contactaddr{
	display: block;
	float: right;
	width: 440px;
	padding: 8px;
}

#contactform{
	display: block;
	float: left;
	background-color: #fffdde;
	width: 390px;
	padding: 8px;
	border: 1px solid #dcd100;
}

#contactform strong{
	color: #7e0807;
}

#footer{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #090d80;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both;
}

#footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer li{
	display: inline;
}

#footer li a{
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	color: #090d80;
	font-weight: bold;
}

#footer li a:hover{
	color: #7e0807;
	background-color: #fff200;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fafafa;
}

#api a{
	color: #fff;
}

#api a:hover{
	color: #fff200;
}

input, textarea{
	background-color: white;
	border: 1px solid #dcd100;
}

/* @end */

/* @group EPDs and Pedigrees */

.PedAnmName{
	font-weight: bold;
	font-size: 20px;
	color: #7e0807;
}

.PedCalvedRow{
	font-weight: bold;
}

.PedS, .PedD{
	font-weight: bold;
	color: #090d80;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left:35px;
}


.PedTable{
width:600px;
}
.PedTable td{
	
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
width: 400px;
}



.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-right: 1px solid #6e9d69;
	border-top: 1px solid #6e9d69;
	border-left: 1px solid #6e9d69;
	border-bottom: 1px solid #6e9d69;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #92b6da;
	font-weight: bold;
	font-size: 10px;
	color: #090d80;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #6e9d69;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	font-size: 11px;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{	width: 400;
	font-size: 14px;
}


/* @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 */
