﻿#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #4F0000;
	visibility: hidden;
	z-index: 1000000;
	cursor: hand;
	cursor: pointer;
	font: bold 12px Verdana;
	color: #CCCCCC;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px Verdana;
//letter-spacing: 5px;
//line-height: 1.1em;
color: white;
//padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #4F0000;
padding: 5px;
z-index: 1000000;
}

a:link    {color:#6c0000; text-decoration:underline; font-family: Times New Roman;   }
a:visited {color:#6c0000; text-decoration:underline; font-family: Times New Roman;  }
a:active  {color:#C86C39; text-decoration:none; font-family: Times New Roman; }
a:hover   {color:#C86C39; text-decoration:none; font-family: Times New Roman; }

a:link.nav    {color:#6c0000; text-decoration:none; font-family: Times New Roman; font-weight: bold;   }
a:visited.nav  {color:#6c0000; text-decoration:none; font-family: Times New Roman;font-weight: bold;  }
a:active.nav   {color:#C86C39; text-decoration:underline; font-family: Times New Roman;font-weight: bold; }
a:hover.nav    {color:#C86C39; text-decoration:underline; font-family: Times New Roman;font-weight: bold; }

a:link.paging    {color:#6c0000; text-decoration:underline; font-family: Times New Roman;font-variant: small-caps; font-weight: bold;  font-size: 8pt;    }
a:visited.paging    {color:#6c0000; text-decoration:underline; font-family: Times New Roman;font-variant: small-caps; font-weight: bold;  font-size: 8pt;   }
a:active.paging    {color:#C86C39; text-decoration:none; font-family: Times New Roman;font-variant: small-caps; font-weight: bold;  font-size: 8pt;  }
a:hover.paging    {color:#C86C39; text-decoration:none; font-family: Times New Roman;font-variant: small-caps; font-weight: bold;  font-size: 8pt;  }



a:link.copyright    {color: #FFFFFF; text-decoration: underline; font-family:  Times New Roman; font-size: 8pt;  }
a:visited.copyright    {color:#FFFFFF; text-decoration:underline; font-family:  Times New Roman; font-size: 8pt; }
a:active.copyright    {color:#FFFFFF; text-decoration:none; font-family:  Times New Roman; font-size: 8pt; }
a:hover.copyright    {color:#FFFFFF; text-decoration:none; font-family:  Times New Roman; font-size: 8pt;}

a:link.h    {color: #16251A; text-decoration: underline; font-family: Times New Roman; font-variant: small-caps; font-weight: bold;font-size: 12pt ; }
a:visited.h  {color:#16251A; text-decoration:underline; font-family: Times New Roman; font-variant: small-caps; font-weight: bold;font-size: 12pt  ; }
a:active.h   {color:#cccccc; text-decoration:none; font-family: Times New Roman; font-variant: small-caps; font-weight: bold; font-size: 12pt  ; }
a:hover.h    {color:#cccccc; text-decoration:none; font-family: Times New Roman; font-variant: small-caps; font-weight: bold; font-size: 12pt  }

a:link.darkbackground    {color: #C86C39; text-decoration: underline; font-family: Times New Roman; font-variant: small-caps; font-weight: bold;}
a:visited.darkbackground    {color:#C86C39; text-decoration:underline; font-family: Times New Roman; font-variant: small-caps; font-weight: bold; }
a:active.darkbackground    {color:#cccccc; text-decoration:none; font-family: Times New Roman; font-variant: small-caps; font-weight: bold; }
a:hover.darkbackground    {color:#cccccc; text-decoration:none; font-family: Times New Roman; font-variant: small-caps; font-weight: bold; }



body
{ 
	font-family: Times New Roman;; font-weight: normal;
	color: #E1E1E1;font-size: 10pt; background-color:#230909
}

table, td
{
	font-family: Times New Roman;;
	font-weight: normal;
	color: #000000;
	font-size: 11pt;
}


.img1
{
	border: 2px solid #7E674D; padding: 2px
}

hr
{
	border-style:inset; border-width:1px; width: 100%;
	color:  #0B0A27
}
 .img
{
	border: 3px groove #503017; padding: 2px; 
}

/* for Sale Comment and Sold */
.hiLiteComment
{
	background-color: #954A00; 
	color:#EADBB9; 
	font-weight:bold
}

/* for horse name on details page and for horse type heading on listing pages */
.horseHeading{
/*font-size: 12pt; font-variant: small-caps; color: #954A00; font-weight: bold */
font-size: 14pt; color: #4A3D2D; font-weight: 400
}

/* for very small font */
.smallFont{
	font-size: 10px;
}

/* for med small font */
.medsmallFont{
	font-size: 12px;
}

/* for med small font */
.medsmallFontPadded{
	padding:3px; font-size: 12px; text-align:left; text-indent:4; margin-top:0;
}


/* for med small white font */
.medsmallwhiteFont{
	font-size: 11pt;
	font-variant: small-caps;
	color:#cccccc;
}

/* border for listing table */
.listingTable{
	padding:3px; border:1px solid #D7A65B; border-collapse: collapse 
}

/* listing table header */
.listingTableHeader{
	background-color: #F2DFC4; 
	padding:3px; border:1px solid #D7A65B; border-collapse: collapse 
}

h1           {
	font-size: 14pt;
	color: #4A3D2D;
	font-weight: 600;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 2px;
}

.pageHeading           {
	font-size: 14pt;
	color: #4A3D2D;
	font-weight: 600;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 2px;
}
.content {
	color: #333333;
	text-align: justify;
	text-indent: 10px;
	letter-spacing: normal;
	line-height: 15pt;
}
.imgrt {
	border: thin groove #4B4B4B;
	padding: 1px;
	margin: 10pt;
	float: right;
}
.img {
	border: thin groove #4B4B4B;
	padding: 1px;
	margin: 10pt;
	float: none;
	position: inherit;
	text-align: center;
}
.whitefont {
	color: #cccccc;
	font-size: 8pt;

}
.imgleft {
	border: thin groove #4B4B4B;
	padding: 1px;
	margin: 10pt;
	float: left;
}
.tabletop {
	vertical-align: top;
}
h5 {
	font-weight: bolder;
	font-size: larger;
	font-variant: small-caps;
}
.navtable {
	border-collapse: collapse;
	background-color: #E2E2E2;
	border: 1px groove #CCCCCC;
}
.navtext {
	color: #333333;
	text-align: left;
	text-indent: 0;
	letter-spacing: normal;
	line-height: 125%;
}
.centertext {
	text-align: center;
}

input, select         {
	font-size: 10px; 
	color: #402644; 
	border-style: solid; border-width: 1px; 
	background-color: #EAE6CE
}

.paging    {color:#000000; text-decoration:none; font-family: Times New Roman;font-variant: small-caps; font-weight: bold;  font-size: 8pt;    }
.nav    {color:#6c0000; text-decoration:none; font-family: Times New Roman;font-variant: small-caps; font-weight: bold;   }