#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #1d1d1d;
	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 #1d1d1d;
background-color: #1d1d1d;
padding: 5px;
z-index: 1000000;
}
	
a:link  { color: #660000; text-decoration: underline; font-family: Tahoma; font-size:10pt}
a:visited {color:#660000; text-decoration:underline; font-family: Tahoma; font-size:10pt }
a:active  {color:#660000; text-decoration:none; font-family: Tahoma; font-size:10pt }
a:hover  {color:#ffffcc; text-decoration:none; font-family: Tahoma; font-size:10pt}

a:link.nav  { color: #d7c79d; font-family: Tahoma; font-size:10pt}
a:visited.nav {color:#d7c79d; font-family: Tahoma;  font-size:10pt}
a:active.nav  {color:#d7c79d; font-family: Tahoma;   font-size:10pt}
a:hover.nav   {color:#ffffcc; font-family: Tahoma; font-size:10pt}

a:link.xs    	{color:#FFFFFF; text-decoration:underline; font-family: Arial, Sans Serif; font-weight: normal; font-size: 8pt;}
a:visited.xs    {color:#FFFFFF; text-decoration:underline; font-family: Arial, Sans Serif; font-weight: normal; font-size: 8pt;}
a:active.xs    	{color:#ffffcc; text-decoration:none; font-family: Arial, Sans Serif; font-weight: normal; font-size: 8pt;}
a:hover.xs    	{color:#ffffcc; text-decoration:none; font-family:  Arial, Sans Serif; font-weight: normal; font-size: 8pt;}

a:link.tiny  	{color: #FFFFFF; text-decoration: underline; font-family: Times New Roman; font-size:8pt}
a:visited.tiny  {color:#FFFFFF; text-decoration:underline; font-family: Times New Roman; font-size:8pt }
a:active.tiny  {color:#ffffcc; text-decoration:none; font-family: Times New Roman; font-size:8pt }
a:hover.tiny  {color:#ffffcc; text-decoration:none; font-family: Times New Roman; font-size:8pt}



body
{ 
	font-family: Tahoma; 
	color: #FFFFFF;font-size: 12pt 
}


table
{ 
	font-family: Tahoma; 
	color: #42271a;font-size: 10pt;font-weight: bold;
}




	
/* for Sale Comment and Sold */
.hiLiteComment
{
	background-color: #333333; 
	color:#FFFFCC; 
	font-weight:bold
}



/* 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: 11px;
	color:#D9D59D;
}

/* border for listing table */
.listingTable{
	padding:3px; border:1px solid #1d1d1d; border-collapse: collapse 
}

/* listing table header */
.listingTableHeader{
	background-color: #F2DFC4; 
	padding:3px; border:1px solid #1d1d1d; border-collapse: collapse 
}

h1           {
font-size: 13pt;  color: #E6E4D2; font-weight: bold; text-transform:uppercase; letter-spacing: 2px
}

/* for horse name on details page and for horse type heading on listing pages */
.horseHeading{
font-size: 13pt;  color: #E6E4D2; font-weight: bold; text-transform:uppercase; 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: 1px solid #660000;
	padding: 1px;
	margin: 3pt;
	float: none;
	position: inherit;
	text-align: center
}
.whitefont {
	color: #FFFFFF;
}
.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;
}