@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* ie fix */
	background-color: #fff;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
}


#pedigree {
	text-align:center;
}

#pedigree table.pedigree_content {
	border:solid #861818 3px;

}

#pedigree table tr td {
	margin: 2px;
	padding: 2px;
	border: solid #861818 1px;
	background-color:#FFFFFF;
	color:#333333;
	vertical-align:middle;
}

#pedigree .titles {
	color: #fff;
	border_bottom: solid #861818 2px;
	background-color: #000;
	padding: 0;
	margin: 0;
	font-size:12px;
}

#pedigree .dam_champ {
	background: #d6e1fc url(images/dam.gif) no-repeat;
}

#pedigree .sire_champ {
	background: #d6e1fc url(images/sire.gif) no-repeat;
}

#pedigree .dam {
	background:url(images/dam.gif) no-repeat;
	background-color:#FFFFFF;
}

#pedigree .sire {
	background:url(images/sire.gif) no-repeat;
	background-color:#FFFFFF;
}

#pedigree .champ {
	background: #d6e1fc;
}

#pimg {
	z-index: 999999;
	display: none;
	position: absolute;
}
#pimg h3 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 10px;
	border: 3px solid #999;
	background-color: #eeeeee;	
}

.wrap {
	width: 366px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 436px;
	top: -3px;
	height: 226px;
}

.images {
	background-color: #666;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 20px;
}
.go_back {
	left: 0px;
	bottom: 0px;
	position: absolute;
	padding: 5px;
}
.go_back a {
	display: block;
	color: #EEE;
	text-decoration: none;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEE;
}
.logo {
	padding: 5px;
}

