#cms {
	position: relative;
	height: 100%;
}
#waiting {
	position: absolute;
	width: 400px;
	height: 30em;
	top: 0px;
	left: 150px;
	z-index: 100;
	border: 5px solid ##755228;
	background: #fff url(/images/indicator_verybig.gif) no-repeat center center;
	display: none;
}
#waiting.show {
	display: block;
}

#searchbox {
	border: 1px solid #755228;
	padding: 0;
	margin: 0;
	clear: both;
}

#searchbox #SearchSubmit {
	margin: 0;
}

hr {
	clear: both;
	height: 1px;
	border:none;
	width: 100%;
	margin: 0;
	color: #000;
	background-color: #AA9560;
}

/* the list of animals - floated left */
#animal_list_wrapper{ /* the containing div */
	width: 45%;
	float: left;
	height: 30em;
	overflow: auto;
}

#animal_list th{
	color:#6C0F14;
	font-style:normal;
}

#2006-sale #container{
	border:1px solid #000;
}

#animal_list a{
	color:#0D2E25;
	
}

#animal_list a:hover{
	color:#6C0F14;
	text-decoration:none;
	
}

#animal_list { /* the table */
	width: 100%;
	margin-top:7px;
	background: #F8F0BC url(/images/catalogue/results-bg.jpg) repeat-x;
	border: 1px solid #AA9560;
	border-bottom:none;

}

#animal_list td {
	border-right: 1px solid #FFFFCC;
	border-bottom: 1px solid #AA9560;
}
#animal_list th {
	background: url(/images/catalogue/table_head.jpg) repeat-x;
}

/* the div with animal details, floated right */
#animal_detail {
	width: 53%;
	float: right;
    text-align:center;
}
#animal_detail img.photo {
	padding: 1px;
	border: 1px solid #AA9560;
	margin-bottom: 5px;
}
#animal_detail table { /* general styles that apply to all animal detail tables */
	border-top: 1px solid #AA9560;
	border-left: 1px solid #AA9560;
	border-right: 1px solid #AA9560;
	width: 100%;
	margin-bottom: 1em;
	background-color: #E5C690;
}
#animal_detail table#ebv_table td {
	border-bottom: 1px solid #AA9560;
	text-align: center;
}
#animal_detail table th {
	background-color: #755228;
	color: white;
}

#pedigree_table tr td{
	font-size:0.85em;
}
#pedigree_table {
    text-align:left;
}

#show_search{
	background:url(/images/catalogue/show-search.jpg) no-repeat;
	height:32px;
	width:118px;
	border:none;
	text-indent:-999em;
	cursor:_hand;
	cursor:pointer;
	
}

#hide_search{
	background:url(/images/catalogue/hide-search.jpg) no-repeat;
	height:32px;
	width:118px;
	border:none;
	text-indent:-999em;
	cursor:_hand;
	cursor:pointer;
}

#search-box{
	background:url(/images/catalogue/form-bg.jpg) repeat-x;
	padding:10px 10px 0 10px;
}

#pedigree_table tr th{
	padding-left:5px;
}

#search-box tr td{
	padding:6px 0;
}
#ebv_table tr th{
	padding:5px 0;
}

#search-box select, #text{
	border:1px solid #A37E49;
	width:125px;
}

#search-box select tr td{
	color:#0B2E25;

}

#text{
	margin:0px;
	
}

#searchbutton{
	background:url(/images/catalogue/search.gif) no-repeat;
	height:32px;
	width:118px;
	border:none;
	text-indent:-999em;
	cursor:_hand;
	cursor:pointer;	

} 

th{
	font-style:italic;
}

/*#form-wrapper{
	margin-top:-70px;
}*/

#catalogue-box{
	margin:0 10px;
	border:1px solid #000;
}