/* CSS Document */

html, body, table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin: 0px;
	text-align: justify;


}
body
{
	background-color: #284062;

	
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}
a {
	color: #333333;
	text-decoration: underline;
	

}
a:hover {
	color: #999999;
	text-decoration: none;
}
.topnav a{
	background-image: url(../images/tnavbutton.gif);
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;

}
.topnav a:hover{
	background-image: none;
	color: #000000;
	text-decoration: none;

}
.sidenav a{
	background-image: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px #FF0000;
	background-color: #284062;



}
.sidenav a:hover{
	background-image: none;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #4D7AB7;


}
.sidenav table{
	padding-left: 5px;

}
.whiteLink a{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
.whiteLink a:hover{
	color: #FFFFFF;
	text-decoration: none;

	
}
.footer {
	font-size: 8pt;
	color: #333333;
}
.whiteH4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
.bText {
	color: #FFFFFF;
	

}
.bText a{
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
.bText a:hover{
	color: #0099FF;
	text-decoration: none;
}
.marginLink a:hover{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.h5Custom {
	font-size: 10pt;
	font-weight: bold;
	color: #CCFFFF;
}
.h3Custom {
	font-size: 12pt;
	font-weight: bold;
	color: #CCFFFF;
}
.whiteborder
{
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

/**
 *	Styles below this line are new and have been added after August 20 2008
 */
 /* Horse listing category list item styles */
 div.sidenav {
 	width:135px;
 	background:#999999;
 	margin-left:10px;
 }
 div.sidenav h3 {
 	font-weight:bold;
 	font-size:11pt;
 }
 div.sidenav .catitem {
 	margin:0px;
 }
 div.sidenav .catitem a{
 	width:124px;
 	padding:3px;
 	margin-top:1px;
 }
 div.catitem {
 	margin-bottom:4px;
	padding:1px;
 }
 div.catitem a {
 	display:block;
	width:150px;
	padding:8px;
	padding-left:35px;
 	border:1px dotted #003366;
 }
 div.catitem a:hover {
 	background:#000066;
	color:#FFFFFF;
	border:1px solid #003366;
 }
 
 /* Horse listing item styles */
 
 div.list-item {
	display: block; 
	margin-bottom:3px;
 }
 div.list-item a {
	display:block;
	width:430px;
	height:120px;
	text-decoration:none;
	background-image: url(../images/listitem_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:6px;
 }
 div.list-item a:hover {
 	background-image: url(../images/listitem_background_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 	color:#ffffff;
 }
 div.list-item a img {
 	border:1px dotted #000066;
	margin-left:12px;
	margin-top:7px;
	margin-right:12px;
	float:left;
	opacity:30%;
 }
 div.list-item a:hover img {
 	opacity:100%;
 }
 div.list-item a span {
 	display:block;
	text-decoration:none;
	padding-top:12px;
	
 }
 
 .clear-both {
 	clear:both;
 }
 
 
 #cat-tile-shell{
 	float:none;
 	display:block;
 	width:450px;
 }
 
 .cat-tile {
 	display:block;
 	float:left;
 	/*margin-right:1px;*/
 }
 .cat-tile a {
 	display:block;
 	width:147px;
 	height:106px;
 	text-align:center;
 	border:1px solid #ffffff;
 	margin-right:1px;
 	overflow:hidden;
 	background-position: center 12px;
 	background-repeat: no-repeat;
 }
 .cat-tile a:hover {
 	border-color:#0099FF;
 	color:#0099FF;
 }
 
 .tile-stallions a {
 	background:url("/images/miscPhotos/thumbStallion2.jpg") no-repeat center 15px;
 }
 .tile-broodmares a  {
  	background:url("/images/miscPhotos/thumbsBMares.jpg") no-repeat center 15px;
 
 }
 .tile-mares  a {
  	background:url("/images/miscPhotos/thumbFillies.jpg") no-repeat center 15px;
 
 }
 .tile-geldings  a {
  	background:url("/images/miscPhotos/thumbGelding.jpg") no-repeat center 15px;
 
 }
 .tile-colts a  {
  	background:url("/images/miscPhotos/thumbsColt.jpg") no-repeat center 15px;
 
 }
 .tile-consignment a  {
  	background:url("/images/miscPhotos/thumbsConsignment.jpg") no-repeat center 15px;
 
 }
 .tile-sold a  {
  	background:url("/images/miscPhotos/thumBabies.jpg") no-repeat center 15px;
 
 }
 
 .cat-desc {
 	padding: 10px;
 }