/* CSS Document */
div.horse-display-container {
	text-align:left;
	width:94%;
	margin-bottom:25px;
	clear:both;
	}
	div.horse-display-container a.paging:link {color:#bcffff;}
	div.horse-display-container a.paging:visited {color:#bcffff;}
	div.horse-display-container a.paging:hover {color:white;}
	div.horse-display-container a.paging:active {color:white;}
div.info-container {
	clear:both;
	margin:0;
	margin:0 10px;
	text-align:justify;
	color:#f5f5dc;
	}
div.horse-display-pictures {
	width:100%;
	margin-top:15px;
	color:#66FFFF;
	}
div.horse-display-pictures img {
	border:1px solid black;
	}
div.writeups {
	/*float:left;*/
	}
div.writeups p{
	margin-top:10px;
	margin-bottom:10px;
	}
	/* div.writeups p:first-letter {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			color:#333333;
			font-weight:bold;
			font-style:oblique;
			letter-spacing:2px;
			} */
div.thankyounotes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f5f5dc;
	margin-top:10px;
	margin-bottom:10px;
	}
div.vitals{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#f5f5dc;
	margin-bottom:10px;
	font-style:italic;
}
h2.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#f5f5dc;
	margin-top:25px;
	margin-bottom:10px;
	padding-bottom:0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px solid #f5f5dc;
	}
	h2.name span{
		border-bottom:4px solid #f5f5dc;
		}
.mainpics
	{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #f5f5dc;
	}
.secondpics
	{
	float:left;
	margin:0 5px 10px 5px;
	border:1px solid #f5f5dc;;
	}
.clear {clear:both; height:1px;}
div.horse-display-pedigree {
		clear:both;
		width:100%;
		margin:0 10px;
		}
	div.horse-display-pedigree table.pedigree {
		width: 75%;
		border-top:none;
		border-left:none;	
		}
		div.horse-display-pedigree table.pedigree td.paternal, td.maternal {
			width:25%;
			padding:2px 5px;
			text-transform:uppercase;
			text-align:left;
			color:#f5f5dc;
			font-family:"Times New Roman", Times, serif;
			font-weight:bold;
			font-size:14px;
			/* border-bottom:1px solid black;
			border-right:1px solid black; */
			}
		div.horse-display-pedigree table.pedigree td.paternal {
			/* background-color:#39300c; */
			}
		div.horse-display-pedigree table.pedigree td.maternal {
			color:#66FFFF;
			/* background-color:#4a4511; */
			}
		span.pedigree-extended {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#CCCCCC;
			font-weight:normal;
			}
div#paging {
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	clear:both;
	}
	div#paging a:link {
	color:#FFFF00;
	}
	div#paging a:visited {
	color:#FFFF00;
	}
	div#paging a:hover{
	color:white;
	}
	div#paging a:active {
	color:white;
	}