/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background-color: #42453e;
}
body, p{
	
}

a{
	color: #cbc682;
}

input, textarea{
	background-color: #fefdbd;
	border: 1px solid #5c4f00;
}

/* An extra div if needed, not plugged into the HTML by default */
#contact{
	color: #fff;
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-top: 4px;
	padding-left: 12px;
	text-align: center;
	padding-bottom: 4px;
}

#contact a{
	color: #fff;
}

#container{
	display: block;
	margin: auto;
	width: 899px;
	background: url(images/contentbg.jpg) repeat-y;
}
#header{
	display: block;
	background: url(images/headerbg.jpg) no-repeat;
	padding-left: 8px;
	padding-right: 9px;
	height: 102px;
}

#subhead{
	display: block;
	background: url(images/subheadbg.jpg) no-repeat;
	height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	font-style: italic;
	text-align: center;
	padding-left: 70px;
}

#wrapper{
	display: block;
	float: left;
	width: 161px;
}
#nav{
}

#nav ul{
	background: url(images/navbg.jpg) no-repeat;
	margin: 0;
	list-style-type: none;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	padding: 43px 0 0 14px;
	height: 160px;
}

#nav a{
	display: block;
	width: 132px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #000;
}

#nav a:hover{
	color: #fff;
	text-decoration: underline;
}

#navend{
	display: block;
	background: url(images/navend.jpg) no-repeat;
}

#content{
	display: block;
	float: right;
	width: 714px;
	padding-left: 11px;
	padding-right: 13px;
	color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#footer{
	display: block;
	clear: both;
	text-align: center;
	height: 36px;
	background: url(images/footerbg.jpg) no-repeat;
	padding: 7px 14px 13px 170px;
}

#footer a{
	color: #000;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	width: 899px;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #808080;
}

#api a{
	color: #808080;
}

#api a:hover{
	color: #fff;
}

/* @end */

/* @group EPDs and Pedigrees */

.ped_name{
	
}

.ped_calved{
	
}

.ped_sirename{
	
}

.ped_damname{
	
}

.ped_pedbody{
}

#epdtable{
	
}

#epdtable td{
}

.epd_all{
	}

.epdhead{
	
}

.epdsubhead{
	}

.epddata{
	}

/* @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 */

/* @group lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	margin-top: -50px;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fbfbbe;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fbfbbe;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 10px;
	background-color: #000;
	top: 0;
}



/* @end */
