/**********************************************
*					PEDIGREE
**********************************************/
#pedigree {
	color:rgb(95,95,95);
	font:90% Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-transform:lowercase;
	width:100%;
}
#pedigree .pedigree {
	width:100%;
}
#pedigree .name {
	color:rgb(63,63,63);
	display:block;
	font-weight:bold;
	text-decoration: none;
	text-transform:lowercase;
}
#pedigree .year {
	color:rgb(63,63,63);
	font:80% Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-transform:lowercase;
}
#pedigree .color {
	color:rgb(63,63,63);
	font:80% Arial,Helvetica,sans-serif;
	text-transform:lowercase;
}
#pedigree .stallion {
	background:rgb(207,207,207);
	padding-top:2pt;
	padding-right:5pt;
	padding-bottom:2pt;
	padding-left:5pt;
}
#pedigree .mare {
	background:rgb(239,239,239);
	padding-top:2pt;
	padding-right:5pt;
	padding-bottom:2pt;
	padding-left:5pt;
}