.categoryRow{
	font-weight: bold;
	align: center
}

.headerRow{
	background: #000000;
	color: #ffcc99;
	text-align: center;
	font-weight: bold;
	padding: 2px;
}

.animalRow td, .animalRow_alt td{
	padding-left:10px;
	padding-right:10px;
}
.animalRow{
	background: #ffffff;
}

.animalRow_alt{
	background: #ECC397;
}

td.animalImage{
	padding-left:0px;
}


.detailsSectionHeader{
	text-align:left;
	font-weight:bold;
}
.detailsAnimalName{
	font-size:22px;
	font-weight:bold;
	font-style:italic;
}
table.detailsSectionSummary{
	border:1px solid black;
	
}
table.detailsSectionSummary td{
	padding-left:3px;
	padding-right:3px;
	border:1px solid black;
}
table.detailsSectionDescription{
	margin-bottom:50px;
}
td.detailsDescription{
	width:700px;
	text-align:left;
	padding-left:15px;
	color: #ffcc99;
}
.detailsSummaryRow{
	text-align:left;
	color: #ffcc99;
}
div.detailsPedigreeAnimal{
	text-align:left;
	width:175px;
	border-bottom:1px solid black;
	color: #ffcc99;
}

body.video{
	background: #cccccc;
}
a.videoLink, a.videoLink:hover, a.videoLink:visited{
	font-weight: bold;
	color: #cccccc;
	font-size: 16px;
}