/* -------------------------------------
	Author: Tim Blumer ~ API Web Services
	Built: 09/15/2008
	Last Edit: 09/15/2008 TB
	URI: http://www.akersfarm.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background-color: #2d4126;
	font-family: Arial, Helvetica, sans-serif;
}
body, p{
	margin-top: 0;
}

a:link {
	color: #21331D;
}
a:visited {
	color: #21331D;
}
a:hover {
	color: #21331D;
}
a:active {
	text-decoration: none;
	color: #21331D;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #3b9c55;
}

h1 {
	font-size: 18pt;
	color: #000000;
	text-transform: uppercase;
}

/* An extra div if needed, not plugged into the HTML by default */

#contact strong{
	color: #fff;
	font-size: 16px;
}

#contact a:hover{
	color: #bffec7;
}

#container{
	display: block;
	margin: auto;
	width: 788px;
	background-color: #fff;
}
#header{
	display: block;
}
#wrapper{
}
#nav{
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
	font: 17px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #3b9c55;
	word-spacing: 2px;
}

#nav a{
	color: #2d4126;
	text-decoration: none;
	padding: 3px;
}

#nav a:hover{
	color: #3b9c55;
}

#title{
	background-image: url(images/design/title.png);
	font: 35px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	padding-top: 14px;
	padding-left: 13px;
	letter-spacing: 2px;
	color: #2d4126;
	text-transform: uppercase;
}

#content{
	padding-right: 10px;
	padding-left: 10px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-transform: none;
}

#content img{
	padding: 4px;
	background-color: #47aa69;
	border: 1px solid #2d4126;
}

#content img.no_borders{
	border: none;
	padding: 0;
}

#content img.white_borders{
	border: 6px solid #fff;
	padding: 0;
}

#footer{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 8px;
	background: #47aa69;
	color: #2d4126;
}

#footer a:hover{
	color: #bffec7;
}

#contact{
	background-color: #47aa69;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-bottom: 6px;
	color: #2d4126;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin: auto;
	width: 788px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #87a079;
	text-align: right;
}

#api a{
	color: #87a079;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#api a:hover{
	color: #bffec7;
}

#colright{
	display: block;
	float: right;
	width: 382px;
}

#colleft{
	display: block;
	float: left;
	width: 382px;
	padding-left: 1px;
}

#clear{
	display: block;
	clear: both;
}

.justborder{
	border: 4px solid #2d4126;
}

.logobg{
	background: url(images/design/akers-background.jpg) no-repeat center;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}

/* @end */

/* @group EPDs and Pedigrees */

.ped_name{
	font: bold 16px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #2d4126;
}

.ped_calved{
	
}

.ped_sirename{
	font-weight: bold;
	color: #2d4126;
}

.ped_damname{
	color: #2d4126;
	font-weight: bold;
}

.ped_pedbody{
	font-size: 10px;
}

#epdtable{
	
}

#epdtable td{
}

.epd_all{
	border-top: 1px solid #2d4126;
	border-right: 1px solid #2d4126;
}

.epdhead{
	background-color: #47aa69;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #2d4126;
	border-left: 1px solid #2d4126;
}

.epdsubhead{
	background-color: #d6ebd8;
	color: #2d4126;
	font-size: 10px;
	border-bottom: 1px solid #2d4126;
	border-left: 1px solid #2d4126;
}

.epddata{
	font-size: 11px;
	border-bottom: 1px solid #2d4126;
	border-left: 1px solid #2d4126;
}

/* @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 */
