.categoryRow{
	font-weight: bold;
	font:Georgia, "Times New Roman", Times, serif
}

.headerRow{
		background: #623100;
	color: #c5b292;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	font:Georgia, "Times New Roman", Times, serif
}

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

.animalRow_alt{
	background: #d7c57d;
}

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


.detailsSectionHeader{
	text-align:left;
	font-weight:bold;
}
.detailsAnimalName{
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color: #ffffff;
	font:"trebuchet MS"

	
}
table.detailsSectionSummary{
	border:1px solid black;
	color: #ffffff;
	font:"trebuchet MS"

}
table.detailsSectionSummary td{
	padding-left:3px;
	padding-right:3px;
	border:1px solid black;
	color: #fffffff;
	font:"trebuchet MS"

}
table.detailsSectionDescription{
	margin-bottom:50px;
	color: #ffffff;
	font:"trebuchet MS"

}
td.detailsDescription{
	width:700px;
	text-align:left;
	padding-left:15px;
	color: #ffffff;
	font:"trebuchet MS"

}
.detailsSummaryRow{
	text-align:left;
	color: #ffffff;
	font:"trebuchet MS"

}
div.detailsPedigreeAnimal{
	text-align:left;
	width:175px;
	border-bottom:1px solid black;
	color: #ffffff;
	font:"trebuchet MS"

}

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