/* 
	Design and CSS: Tim Blumer
	Created: 2008-10-11
	Last edit: 2010-08-10 tc (yyyy/mm/dd)
	URL: http://www.pineviewangus.com 
*/

/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: #000 url(images/contaner_bg.jpg) repeat-x;
}
body, p{
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}
/* An extra div if needed, not plugged into the HTML by default */
#container{
	display: block;
	width: 961px;
}
#header{
	display: block;
	background: url(images/header.jpg) no-repeat;
	width: 793px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 16px;
	padding-left: 169px;
	height: 76px;
}

#header h1{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 7px;
}

#header a{
	text-decoration: none;
	color: #007b00;
}

#header a i{
	visibility: hidden;
	display: block;
}

#wrapper{
	display: block;
	width: 961px;
}
#nav{
	display: block;
	float: left;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 156px;
	padding-top: 8px;
}

#nav ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#nav li a{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 4px 4px 4px 16px;
}

#nav li a:hover{
	background-image: url(images/over.jpg);
	color: #fff;
}

#content{
	display: block;
	float: right;
	width: 783px;
	background-color: #fff;
	border-right: 1px solid #144518;
	border-left: 1px solid #144518;
	padding: 10px;
	min-height: 375px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #000;
}

#content img{
	background-color: #fff;
	padding: 8px;
	border: 1px solid #ccc;
}

#content img.no_borders{
	border: none;
	padding: 0;
}
#announcement{
	background: url(images/white-post-it.jpg) no-repeat;
	width: 195px;
	height: 225px;
	padding: 60px 10px 0 20px;
	float: left;
}
#announcement p{
	font: large/1.8 "Courier New", Courier, mono;
	color: #360;
}
#footer{
	display: block;
	clear: both;
	height: 89px;
	padding-left: 167px;
	padding-right: 13px;
	text-align: center;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 10px;
	background: url(images/footer.jpg) no-repeat;
}

#footer a{
	color: #067f08;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	text-decoration: underline;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999;
	text-align: right;
	padding-bottom: 20px;
}

#api a{
	color: #999;
}

#api a:hover{
	color: #4d9049;
}
/* @end */

/* @group EPDs/Pedigrees/Misc. */
/* new classes added */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
/* end new */
.ped_name, .PedAnmName{
	font-weight: bold;
	font-size: 14px;
}

.ped_calved, .PedCalvedRow{
	font-style: italic;
}

.ped_sirename, .ped_damname, .PedS, .PedD{
	font-weight: bold;
}
.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
	margin-right: 1em;
}
.ped_pedbody{
}

#epdtable, .PedTable {
	font-family: inherit;
}

#epdtable td, .EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-bottom: 1px solid #045618;
	border-left: 1px solid #045618;
}

.epd_all{
	border-top: 1px solid #045618;
	border-right: 1px solid #045618;
}
.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable{
	border-top: 1px solid #045618;
	border-left: 1px solid #045618;
	margin-bottom: 5px;
	font-size: .8em;
	width: 450px;
	text-align: center;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td{
	border-right: 1px solid #045618;
	border-bottom: 1px solid #045618;
	padding: 3px;
}
.epdhead, .EPDProdHeaderProd, .EPDMatHeaderMat, .EPDCarcHeaderCarc, .EPDValueHeaderValue{
	background-color: #4d9049;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.epdsubhead, .EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader{
	background-color: #a3e29f;
	font-size: 10px;
}

.epddata, .EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow{
	font-size: 10px;
}
.EPDAcc
{
	padding-left:15px;
}
.EPDAsOfDt
{
	font-size: .5em;
}
/* @end */