/* @override http://www.koupalangus.com/basic.css */

a{
	color: #da2c3a;
}
a:visited{
	color: #cf9031;
}
a:hover{
	color: #000;
}
.nav a{
	color: #fff;
}
.nav a:visited{
	color: #f5deb3;
}

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;	
}
.right{
	float: right;
	margin-left: 10px;
}
.center{
	margin: auto;
	text-align: center;
}
.clear{
	clear: both;
}
.PedAnmName{
	color: #000;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.PedCalvedRow{
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	text-align: center;
}

.PedS, .PedD{
	color: #da2c3a;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Adds text indentation to pedigree names */
.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.PedTable {
	font-size: 13px;
}

.PedTable td{
	vertical-align: middle;
	padding-right: 9px;
	line-height: 16px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-top: 1px solid #ac222e;
	border-left: 1px solid #ac222e;
	margin-bottom: 5px;
	font-size: .8em;
	width: 576px;
	text-align: center;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-right: 1px solid #ac222e;
	border-bottom: 1px solid #ac222e;
	padding: 3px;
}

.EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue{
	background-color: #ad232e;
	color: #fff;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #da2c3a;
	color: #fff;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	background-color: #eaeaea;
	text-align: center;
	font: 11px Georgia, "Times New Roman", Times, serif;
	border-left-color: #eaeaea;
}

.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 11px;
	font-style: italic;
	text-align: left;
}
/* @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 widgets */
.slideshow { height: 330px; width: 435px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }
/* @end */
