
table.dogspedigree td {
	border: solid #333333 1px;
	width:25%;
} 

.femaletwise {
  background-color: rgb(255, 200, 200);
}

.maletwice {
  background-color: rgb(200, 200, 255);
}

.femalethree {
  background-color: rgb(255, 100, 100);
}

.malethree {
  background-color: rgb(100, 100, 255);
}

.femalefour {
  background-color: rgb(255, 0, 0);
}

.malefour {
  background-color: rgb(0, 0, 255);
}

table.dogspedigree td.even {
    background-color: #FBFBFB;
    padding: 3px;
}

table.dogspedigree td.odd {
    padding: 3px;
}

#siboff .titlesibl {
	font-weight: bolder;
}

#siboff ul li {
	background: none;
	list-style: none;
}

#siboff ul li, #siboff ul {
	padding-left: 0px;
	margin-left: 0px;
}

#siboff .stit, #siboff .tsibl {
	background-color: #eeeeee;
}
