@charset "utf-8";
/* CSS Document */
.EquicensusCss form#EC_search {
	margin: 0px 0px 20px;
	}
.EquicensusCss form#EC_search input {
	font-size:2em;
	border: 2px solid #293351;
	border-radius: 10px;
	width: 75%;
	padding: 5px 2%;
	}
.EquicensusCss form#EC_search button {
	background:#293351;;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 0px 10px;
	color:#ffffff;
	font-size:2em;
	cursor:pointer;
	}
.EquicensusCss form#EC_search button #search-icon {
    background:url(../img/search.png) no-repeat left top;
	display:inline-block;
	width: 20px;
	height:20px;
}
.EquicensusCss .no-display {
	display:none;
	}
.EquicensusCss .hide_empty:empty {
	display:none;
	}
.EquicensusCss .section h3 {
	font-size:2em;
	font-weight:200;
	color:#293351;
	border-bottom:2px solid #293351;
	margin: 1em 0 0.25em;
	}
.EquicensusCss table.table {
	width:100%;
	border-collapse:collapse;
	border: 1px solid #a0a0a0;
	color:#333333;
	}
.EquicensusCss table.table thead th,
.EquicensusCss table.table tfoot td {
	background: #a0a0a0;
	font-size:1.1em;
	font-weight:bold;
	padding: 2px 4px;
	color:#efefef;
	}
.EquicensusCss table.table thead tr {
	border-bottom:1px solid #333333;
	}
.EquicensusCss table.table tfoot tr {
	border-top:1px solid #333333;
	}
.EquicensusCss table.table tbody tr:nth-child(odd) {
	background: #efefef;
	}
.EquicensusCss table.table tbody tr:nth-child(even) {
	background: #c3c3c3;
	}
.EquicensusCss table.table tbody td {
	padding:3px 5px;
	}
.EquicensusCss table.table tbody td a,
.EquicensusCss a.equineLink {
	color: #333333;
	border-bottom: 2px solid #dfdfdf;
	text-decoration:none;
	}
.EquicensusCss table.table tbody td a:hover,
.EquicensusCss a.equineLink:hover {
	border-bottom: 2px solid #666666;
	}
.EquicensusCss .gender {
	display:block;
	width:24px;
	height:24px;
	padding: 1px 5px;
	}
.EquicensusCss .gender-M {
	background:url(../img/mars.png) no-repeat center;
	}
.EquicensusCss .gender-F {
	background:url(../img/venus.png) no-repeat center;
	}
	
.EquicensusCss table.attributeList {
	border-collapse:collapse;
	}
.EquicensusCss table.attributeList td {
	padding: 0.5em 1em;
	}
.EquicensusCss table.attributeList tr td:nth-child(1) {
	padding-left: 3em;
	text-align:right;
	border-right: 1px solid #293351;
	}
.EquicensusCss table.attributeList tr td:nth-child(2) {
	padding-right: 3em;
	text-align:left;
	}
.EquicensusCss .pageLink {
	cursor:pointer;
	border-radius: 1em;
	background:#c3c3c3;
	color:#333333;
	padding:0.2em;
	display:inline-block;
	margin: 2px 5px;
	text-align:center;
	width: 1em;
	}
.EquicensusCss .pageLink.active {
	background:#efefef;
	cursor:default;
	}
.EquicensusCss #sbTotals {
	text-align:right;
	}
.EquicensusCss .tLeft {
	text-align:left;
	}
.EquicensusCss .tRight {
	text-align:right;
	}
.EquicensusCss .tCentre {
	text-align:left;
	}
.EquicensusCss table#parentageTable {   
	border-collapse: separate; 
	border-spacing: 2px 2px; 
	width: 100%; 
	}
.EquicensusCss table#parentageTable td { 
	padding: 3px 5px; 
	}
.EquicensusCss .equineMale { 
	background: #bfc9fa; 
	}
.EquicensusCss .equineFemale { 
	background: #eed5f0; 
	}
.EquicensusCss .equineUndefined { 
	background: #eeeeee; 
	color: #888888; 
	}
.EquicensusCss .info {
	padding: 5px 0;
	}
.EquicensusCss .hidden {
	display:none;
	}
.EquicensusCss .loading {
	width:150px;
	margin: -75px -75px;
	position:fixed;
	height:150px;
	top: 50%;
	left: 50%;
	z-index:999999;
	}
.EquicensusCss .loading img {
	text-align:center;
	width:100%;
	height:100%;
	}
.EquicensusCss .errors {
	margin:0 0 10px 0;
	}
.EquicensusCss .errors div {
	background-color: #fce7af;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);;
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);;
	padding: 5px 20px;
	border-radius: 10px;
	border: 2px solid #293351; /*977311;*/
	color:#293351;
	font-size:1.5em;
	margin: 2px 0;
  	}
	