/*
File :         basic.css
Description :  Contains a basic font + colour stylesheet for < ver 4 web browsers
Date :         13/12/06
Author(s) :    Hardlight Multimedia [www.hardlight.net]
*/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; }

h1 {
	font-size: 20px;
	font-weight: bold;}
h2 {
	font-size 16px;
}
p {
	line-height: 16px;}

#primary_navigation, #head_wrapper, #subnav, a.top, #page_footer, #horse_name img {
	display: none;
	}
#logo {
	height: 96px;
	text-align: center;
	background:url(../images/logo_print.gif) no-repeat center center;
}

#logo img {
	display: none;
}

a img {
	border:none;
	}

#extended_pedigree li {
	list-style-type:none;
	padding-left: 20px;
	text-indent: -20px;
}


.lineage {
	border-collapse:collapse;
	width: 500px;
}

.lineage td {
	border-bottom: 1px solid #000;
	padding:10px;
	width: 25%;
}

.lineage td.noborder, .lineage td.title {
	border-bottom: none;
}

td.title {
	text-align:center;
	font-weight:bold;
	font-size: 0.9em;
}