table.pedigree, td.pedigree_m, td.pedigree_f
{
    border-color: #666666;
    border-style: solid;
}

table.pedigree
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
td.pedigree_m
{	background-image:url("male.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #CAC8CA;
    text-align: center;
    vertical-align: middle;
    height : 17;
}
td.pedigree_f
{	background-image:url("female.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #FFCBCA;
    text-align: center;
    vertical-align: middle;
    height : 17;
}
