/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(images/menu_background.gif) repeat-x;
}
body, p{
	
}
/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	margin: auto;
	width: 800px;
}
#header{
	color: #00c;
	text-align: center;
	font: bold 24px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#wrapper{
	
}
#nav{
	display: block;
	color: #fff;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	height: 31px;
	padding: 6px;
}

#nav a{
	color: #fff;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 9px;
}

#nav a:hover{
	background-color: #f33;
	padding-bottom: 14px;
	border-top: 4px solid #d82b2b;
	padding-top: 14px;
	vertical-align: -4px;
}

#content{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#footer{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

#footer a{
	text-decoration: none;
	height: 5px;
}

#footer a:hover{
	color: #f33;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding: 20px;
}

.tablehead{
	background-color: #00c;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
}

.tablebody{
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #fff;
}

/* @end */

/* @group EPDs and Pedigrees */

#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead{
	
}

.epdsubhead{
	
}

.epddata{

}

.ped_name{
	
}

.ped_calved{

}

.ped_sirename{
	
}

.ped_damname{
	
}

.ped_pedbody{
	
}

/* @end */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

