#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: bold 12px Times New Roman;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px Times New Roman;
//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: #000000;
padding: 5px;
z-index: 5;
}


a:link.s8    {color:#eecc66; text-decoration:underline; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:visited.s8  {color:#eecc66; text-decoration:underline; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:hover.s8    {color:#eecc66; text-decoration:none; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:active.s8   {color:#eecc66; text-decoration:none; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}

a:link     {color:#620000; text-decoration:none; font-family: Palatino Linotype; font-weight: normal; font-size: 12pt}
a:visited  {color:#620000; text-decoration:none; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 12pt;}
a:hover    {color:#620000; text-decoration:underline; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 12pt;}
a:active   {color:#620000; text-decoration:none; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 12pt;}

a:link.nav     {color:#f9edc8; text-decoration:underline; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 9pt;font-variant:small-caps;}
a:visited.nav   {color:#f9edc8; text-decoration:underline; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 9pt;font-variant:small-caps;}
a:hover.nav     {color:#f9edc8; text-decoration:none; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 9pt;font-variant:small-caps;}
a:active.nav    {color:#f9edc8; text-decoration:none; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 9pt;font-variant:small-caps;}

a:link.tiny  	{color:#620000; text-decoration:underline; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:visited.tiny  {color:#620000; text-decoration:underline; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:active.tiny  {color:#620000; text-decoration:none; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}
a:hover.tiny  {color:#620000; text-decoration:none; font-family: Palatino Linotype, Arial,Sans Serif; font-weight: normal; font-size: 8pt;}


body{
    font-family: Palatino Linotype, Arial;
        color: #ffffff;font-size:12pt;
}
 .img
{
	border: 2px groove #592605; padding: 2px
}
 



table, td
{
	
	font-family:  Palatino Linotype, Arial;color: #000000;font-size:12pt;
	
}

h1, h2, h3, h4, h5, h6
{
	font-family:Tahoma, Palatino Linotype, Helvetica;

}
h1
{
	color: #FFFFFF;
}
h2
{
	color: #FFFFFF; 
}
h3           { color:#000000; font-family: Arial; font-size: 14pt; font-style: italic; 
               font-weight: bold;}
h4
{
	color: #000000;font-weight:bold; font-size: 11pt;
}
h5
{
	color: #000000;font-variant:small-caps; font-family:Palatino Linotype
}
h6
{
	color: #000000;
}

.img1
{
	border: 2px solid #7E674D; padding: 2px
}

hr
{
	border-style:solid; border-width:1px; width: 100%;
	color:  #480D04
}


/* 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: #461F15;font-variant: small-caps; */
	font-size: 11pt; color: #000000;font-weight:bold;  text-transform:uppercase;
}

/* 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: 9pt;
	color:#000000;
	font-weight:bold;
}

/* border for listing table */
.listingTable{
	border-left:0px solid #84663F; border-top:2px solid #84663F; border-bottom:2px solid #84663F; padding:3px; border-collapse: collapse 
}

/* listing table header */
.listingTableHeader{
	background-color: #F2DFC4; 
	padding:3px; border:1px solid #D7A65B; border-collapse: collapse 
}