/*
Color Palettes:

Possible Background pallette
More Tanish
#B3A789 #FFEEC4 #7F7F7F #E5E5E5 #4D4D4D #B3B3B3 

More Greenish
#BCC499 #73785D #C4AF99 #786B5D #3B3B3B #C4C4C4 

Possible Text pallette
Rustish
#7E2115 #C93622 #7D4415 #C96D22 #828282 #7D7D7D 
*/

/**
 * Style for Profile page for the pedigree ancestors
 */
.SireProfile
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B3B3B; 
}

.SireProfile TABLE
{
	width: 100%;
	padding: 0px;
	margin-bottom: 5px;
}

.SireProfile THEAD
{
	background-color: #786B5D;
}

.SireProfile Content
{
	padding-bottom: 10px;
	vertical-align: top;
}

.SireProfile H1
{	
	color: #3B3B3B; 
	font-weight: bold; 
	font-size: 20px; 
	letter-spacing: 5px;
	text-align: center;
}

.SireProfile H2
{
	color: #3B3B3B; 
	font-weight: bold; 
	font-size: 14px;
	text-align: center;
}

.SireProfile H3
{
	color: #3B3B3B; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
}

.SireProfile Photo 
{
	width: 200px;
	height: 295px;
	padding-right: 10px;
	padding-bottom: 3px;
}

.SireProfilePhotoCaption 
{
	width: 200px; 
	padding-right: 10px;
	padding-bottom: 5px;
	color: #7E2115; 
	font-size: 10px; 
	vertical-align: top;
}
