

/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(../images/mainbg.gif) repeat-y;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
}

a{
	color: #063;
}
/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	width: 820px;
}

#nav{
	display: block;
	float: left;
	color: #fff;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 10px;
	padding-left: 9px;
}

#nav a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#nav a:hover{
	color: #de0c31;
}

#wrapper{
	display: block;
	float: right;
	width: 660px;
}

#header{
	text-align: center;
	width: 660px;
}

#content{
	width: 650px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#footer{
	display: block;
	clear: both;
	padding-left: 154px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#footer a{
	color: #063;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	text-align: center;
	padding-left: 153px;
	padding-top: 7px;
}

.tableheader{
	color: #fff;
	font-weight: bold;
}
.announcement{
	width: 300px;
	margin-left: 175px;
	padding: 10px;
	border: 3px dotted green;
	text-align: center;
}

.animalpic{
	padding: 9px 9px 21px;
	background: url(../images/animalpicbg.jpg) no-repeat;
}

/* @end */

/* @group EPDs and Pedigrees */

.PedAnmName{
	font-weight: bold;
	font-size: 16px;
	color: red;
}

.PedCalvedRow{

}

.PedS, .PedD{
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left:35px;
}

.PedTable{
	padding:10px;
}
.PedTable td{
	padding: 0px 20px 10px 0px;
}
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width:400px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width:68px;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader{
	background-color: #063;
	font-weight: bold;
	color: #fff;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #ccc;
	font-size: 10px;
	font-weight: bold;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{

}
.EPDAcc
{
	padding-left:10px;
}

.EPDAsOfDt
{	width: 400;
	
	font-size: 12px;
}

#igenity{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#igenity th{
	background-color: #063;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}
#igenity th, #igenity td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	padding: 1px;
}

/* @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 */
