﻿
.hrdb-pedigree 
{
	width: 100%;
	height: 100%;
	/* border: solid 1px #cccccc;*/
	/* min-height: 600px; */
}
.hrdb-pedigree td
{
	position: relative;
	border: solid 1px #ffffff;
}

.hrdb-pedigree .sire
{
	background-color: #ddedf5;
	padding: 1px;
	margin-top: auto;
	margin-bottom: auto;
}

.hrdb-pedigree .dam
{
	background-color: #f7ebe6;
}

.hrdb-pedigree .active
{
	background-color: #ffffc5;
}

.hrdb-pedigree .sire-proc
{
	background-color: #ddedf5;
	background: #ddedf5 url(../../images/blue-processing.gif) no-repeat;
	background-position: center center;
}

.hrdb-pedigree .dam-proc
{
	background-color: #f7ebe6;
	background: #f7ebe6 url(../../images/pink-processing.gif) no-repeat;
	background-position: center center;
}

.pedigree-edit 
{
	display: inline;
	float: right;
}

.pedigree-details
{
	float: left;
	display: inline;
	/*height: 20px;*/
}

