body {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: White;
	color: Black;
}
hr {
	border-top: medium solid #AA6600;
	border-bottom: thin solid #708090;
	-moz-border-radius: 2px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.ancestry {
	height: auto;
	border: 2px dotted #FF9900;
	text-align: left;
	margin: 0% 10% 0% 0%;
	padding: 5px;
}
*[class="ancestry"] {
	border: 1px dotted #FF9900;
}
.description ,.father ,.mother {
	padding: 10px;
	display: block;
	font-weight: normal;
}
#picturefathernoscript {
	display: block;
}
#picturefather {
	display: none;
	text-align: center;
}
#picturemothernoscript {
	display: block;
}
#picturemother{
	display: none;
	text-align: center;
}
#showpicf {
	float: right;
	text-align: right;
	display: none;
}
#showpicm {
	float: right;
	text-align: right;
	display: none;
}
.father ,.mother {
	font-weight: bolder;
}
.ddetail {
	display: block;
	overflow: visible;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.ddetail div span {
	font: 80% Arial, Helvetica, sans-serif;
	display: inline-block;
	border-bottom: 2px groove #FF9900;
	left: 0px;
	width: 6em;
	}
.dname {
	font: bolder larger/2em serif;
}
.daddinfo {
	margin-top: 10px;
	padding: 2px;
}
.dpicture {
	display: inline;
	margin: 0px;
}
.ddcontainer {
	width: 100%;
	padding: 0px;
	clear: both;
}
#donkeylist, #donkeydetailscont {
	position: relative;
	float: left;
	margin: 0 0 0 0;
}
#donkeylist, .ddetailframe {
	height: 29.5em;
}
#donkeylist {
	width: 35%;
}
.donkeylistlist {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 0px;
}
#donkeydetailscont {
	width: 63%;
}
.ddetailframe {
	position: static;
	border: none;
	width: 100%;
	top: 0%;
	left: 0%;
}
#donkeylist span {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#donkeylist ul b {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 0;
	zoom: 1;
}
.clearpic200, .clearpic300 {
	position: relative;
	z-index: 1500;
}
.clearpic200 {
	left: -201px;
}
.clearpic300 {
	left: -301px;
}

.addinfobox {
	position: relative;
	z-index: 0;
}

.addinfobox span {
	position: absolute;
	visibility: hidden;
	/*
	display:none;
	*/
	text-align: center;
	height: 0;
	padding: 5px;
	border: 4px ridge maroon;
	left: -1000px;
	color: black;
	background-color: white;
	text-decoration: none;
}

.addinfobox span img {
	border-width: 0;
	padding: 5px;
}

.addinfobox:link {
	color: maroon;
}

.addinfobox:visited {
	color: maroon;
}
/**/
.addinfobox:hover {
	background-color: transparent;
	text-decoration: none;
	z-index:100;
}

.addinfobox:hover span {
	visibility: visible;
	top: 30px;
	left: 30px;
	/*
	display: inline;
	*/
	height: auto;
	width: auto;
}


