/* override main.css as no left navbar */
.main {
	position:absolute;
	left: 10px;
	top:0px
}

h3 {
	background-color: #d2b48c;
	padding-left: 5px;
}

img.detail-status {
	vertical-align: middle;
}

div.spec-intro {
}

div.spec-intro h3 {
	margin-top: 0;
}

div.spec-intro h4 {
	margin-left: 0.5em;
}

div.spec-intro p {
	margin-left: 1em;
}

div.spec-intro div.spec-left {
	float: left;
	display: inline;
	padding: 0 10px 0 10px;
	width: auto;
}

div.spec-intro div.spec-middle {
	float: left;
	display: inline;
	padding-right: 1em;
	width: 22em;
}

div.spec-intro div.spec-right {
	float: left;
	padding: 0 10px 0 10px;
	width: 170px;
}

div.spec-intro div.spec-pics {
	margin-top: 10px;
	border-top: thin dotted #d2b48c;
	padding: 10px 0 0 0;
}

div.spec-intro div.spec-pics div.one-pic {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

div.bloodlines {
	position: relative;
	height: 370px;
}

div.pedigree {
}

div.pedigree div.relation {
	display: inline;
	padding: 0 2em 0 2em;
}

div.pedigree div.farm {
	display: inline;
	padding: 0 0 0 2em;
}

div.pedigree div.farm a {
	font-family: Arial, Sans-serif;
	font-size: 110%;
}

div.pedigree ul.self {
	font-family: Arial, Sans-serif;
	font-size: 90%;
	list-style-type: none;
	padding: 0;
	margin: 1em 0 0 2em;
}

div.pedigree ul.self li {
	font-weight: 600;
	background-image: url('/images/bullets/ribbon.gif');
	background-repeat: no-repeat;
	padding: 0 0 8px 25px;
}

div.pedigree ul.sired {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 3em;
}

div.pedigree ul.sired li {
	background-image: url('/images/bullets/bullet1_sm.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
}

div.pedigree div.ancestor {
	padding-top: 1em;
	border-bottom: thin dotted #d2b48c;
}

div.pedigree div.ancestor div.ancestor-pic {
	float: left;
	display: inline;
	width: 230px;
	margin: 0 1em 1em 1em;
	text-align: center;
}

div.pedigree div.ancestor div.pic img {
	border: 3px groove black;
}

/* margin keeps text from wrapping below pic */
div.ancestor-text {
	width: auto;
	margin: 0 1em 1em 250px;
}

.ancestor-text H4 {
	margin: 0;
	float: left;
	clear: none;
}

.ancestor-text P {
	margin-left: 4%;
	margin-right: 10%;
}

p.credit {
	margin: 0.3em 0 0 1em;
	font-family: Arial, Sans-serif;
	font-size: 70%;
}

div.whole-tree {
	margin: 0;
	font-family : "Verdana", sans-serif;
	font-size: smaller;
	font-weight: bold;
}

div.whole-tree span.x1 {
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	background-image: url('/images/bg/oldpaper.jpg'); padding: 0.5em;
}

div.whole-tree span.x1:hover {
	border-top: thin dotted black;
	border-bottom: thin dotted black;
}

table.tree {
	border: 1px;
}

table.tree td {
	padding: 0.5em;
}

table.tree td.self {
	font-size: 150%;
	border: 3px solid #d2b48c;
}

table.tree td.f {
	border: 3px solid #FFD0D0;
}

table.tree td.m {
	border: 3px solid #D0D0FF;
}

span.x1 {
	background-image: none;
}

