/* 
	Design & CSS: Ray Palermo
	Additions: T. Copeland
	Last edit: 2009-03-12
	URL: http://www.mccumberangus.com
*/

.pagetitle {
	color: #309;
	font-weight: bold;
	font-size: 18pt;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.pagesubtitle {
	color: #309;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	line-height: normal;
	font-family: "Times New Roman", Georgia, Times;
	height: 0pt
}

.titles {
	font-style: italic;
	font-size: 12pt;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.eventtitle {
	color: #309;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.cutline, .pullquote {
	color: #99c;
	font-style: italic;
	font-size: 11pt;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

body, td, li {
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h4, h3, b {
	color: #309;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

h3 {
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

/* Begin additions */

/* @group EPDs/Peds/misc */

.notice{
	border: 1px solid #d00f0d;
	text-align: center;
	font-size: 14px;
	padding-bottom: 8px;
}

.notice h1{
	background-color: #d00f0d;
	margin-top: 0;
	color: #fffeff;
	text-align: center;
	font-size: 17px;
	margin-bottom: 8px;
}


.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.clear {
	clear: both;
}

.PedAnmName {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #309;
}

.PedCalvedRow {
	font-weight: bold;
}

.PedS, .PedD {
	font-weight: bold;
	color: #309;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD {
	margin-left: 35px;
}

.PedTable {
	padding: 3px;
}

.PedTable td {
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	color: #fff;
	background-color: #309;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead {
	background-color: #c09e5f;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData {
	font-size: 10px;
	text-align: center;
}

.EPDAcc {
	padding-left: 15px;
}

.EPDAsOfDt {
	font-size: 12px;
}

.ped_name {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #309;
}

.ped_calved {
	font-weight: bold;
}

.ped_sirename {
	font-weight: bold;
	color: #309;
}

.ped_damname {
	font-weight: bold;
	color: #309;
}

.ped_pedbody {
	
}

#epdtable {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}

#epdtable td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
}

.epdhead {
	color: #fff;
	background-color: #309;
}

.epdsubhead {
	background-color: #c09e5f;
}

.epddata {
	font-size: 10px;
}
/* @end */
