/* CSS Document */
table#pedigree {
	border:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#F5F7D2;
	text-transform:uppercase;
	}
	
table#pedigree {margin-top:1em;}
table#pedigree td {
	padding:2px 5px;
	border:1px solid black;
	}
table#pedigree td.father {
	background-color:#29315A;
	}
table#pedigree td.mother {
	background-color:#353F74;
	}
#pedigreecontainer
	{
	clear:both;
	text-align:left;
	width:100%;
	margin:0.25em 0;
	}

#extrapicturesbox{
	clear:both;
	text-align:center;
	}
.mainpics
	{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid black;
	padding:2px;
	}
.secondpics
	{
	float:left;
	margin:0 10px 0px 0;
	border:1px solid black;
	padding:2px;
	}
.thirdpics
	{
	margin:0 10px 0px 0;
	border:1px solid black;
	padding:2px;
	}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
 .cattle-stats-col-header {
	 background-color:#0B4FA4;
	 font-size:12px;
	 color:white;
	 font-weight:bold;
 }
