﻿html {
background: url(images/background.png);
  padding: 0;
  margin: 0;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: normal 9px verdana;
padding-left:10px; padding-right:10px; padding-top:10px
}

#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: #590000; text-align:center
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

a:link    {color:#E6AC36; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold; }
a:visited {color:#E6AC36; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold; }
a:active  {color:#E6AC36; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold; }
a:hover   {color:#0D260B; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold; }

a:link.nav    {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; text-transform:uppercase; font-size: 12pt; text-shadow:1px 1px 2px #000}
a:visited.nav {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; text-transform:uppercase; font-size: 12pt; text-shadow:1px 1px 2px #000}
a:active.nav  {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; text-transform:uppercase; font-size: 12pt; text-shadow:1px 1px 2px #000}
a:hover.nav   {color:#E6AC36; text-decoration:none; font-family: Trebuchet MS, Sans Serif; text-transform:uppercase; font-size: 12pt; text-shadow:1px 1px 1px #000}

a:link.small    {color:#0D260B; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;}
a:visited.small {color:#0D260B; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;}
a:active.small  {color:#0D260B; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;}
a:hover.small   {color:#E6AC36; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 8pt}


a:link.tiny  	{color: #A17F7B; text-decoration: underline; font-family: Trebuchet MS, Sans Serif; font-size:8pt}
a:visited.tiny  {color:#A17F7B; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size:8pt }
a:active.tiny  {color:#A17F7B; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size:8pt }
a:hover.tiny  {color:#A17F7B; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size:8pt}


a:link.copyright    {color: #FFFFFF; text-decoration: underline; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;  }
a:visited.copyright    {color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-size: 8pt; }
a:active.copyright    {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 8pt; }
a:hover.copyright    {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-size: 8pt;}

a:link.h    {color: #6c0000; text-decoration: underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size: 10pt;  }
a:visited.h  {color:#6c0000; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold;font-size: 10pt; }
a:active.h   {color:#6c0000; text-decoration:underline; font-family: Trebuchet MS, Sans Serif; font-weight: bold; font-size: 10pt; }
a:hover.h    {color:#6c0000; text-decoration:none; font-family: Trebuchet MS, Sans Serif; font-weight: bold; font-size: 10pt;}



.btnav {border-radius: 12px 0px 12px 0px; -webkit-border-radius: 12px 0px 12px 0px;-moz-border-radius: 12px 0px 12px 0px;
text-align:center;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top left, #9BAD51 0%, #64772E 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #9BAD51 0%, #64772E 100%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #9BAD51 0%, #64772E 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #9BAD51), color-stop(1, #64772E));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top left, #9BAD51 0%, #64772E 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom right, #9BAD51 0%, #64772E 100%);
} 
.btnav:hover {border-radius: 12px 0px 12px 0px; -webkit-border-radius: 12px 0px 12px 0px;-moz-border-radius: 12px 0px 12px 0px;
text-align:center;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top left, #64772E 0%, #165B1B 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #64772E 0%, #165B1B 100%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #64772E 0%, #165B1B 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #64772E), color-stop(1, #165B1B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top left, #64772E 0%, #165B1B 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom right, #64772E 0%, #165B1B 100%);}

body
{
	font-family: Trebuchet MS, Sans Serif;
	color: #000000;
	font-size: 12pt

}

table,td
{
	font-family: Trebuchet MS, Sans Serif;
	color: #000000;
	font-size: 12pt
}

.img
{

border: 3px solid #700000; padding: 0px; 
  	-moz-box-shadow: 0px 0px 20px #700000;
    -webkit-box-shadow: 0px 0px 20px #700000;
    box-shadow: 0px 0px 20px #700000;


}

.img2
{

border: 2px solid #C2A67C; margin: 8px

}

hr
{
	border:1px inset #760000; 
}
 .img1
{
	border: 4px groove #7E674D; padding: 3px; 
}




/* for Sale Comment and Sold */
.hiLiteComment
{
	background-color: #B62525; 
	color:#FFFFFF; 
	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: #F2DFC4; font-weight: bold */
font-size: 13pt; color: #84468E; font-weight: bold; font-family: Trebuchet MS, Sans Serif; font-style: text-transform:uppercase;
}

/* for very small font */
.smallFont{
	font-size: 7pt;
	color: #E8E8E8
}

/* for med small font */
.medsmallFont{
	font-size: 12px;
	color: #E8E8E8

}

/* 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: 10pt;
	color:#EAD6BB;
	font-weight:normal;
}

/* border for listing table */
.listingTable{
	padding:3px; border:0px solid #B62525; border-collapse: collapse 
}

/* listing table header */
.listingTableHeader{
	background-color: #F2DFC4; 
	padding:3px; border:1px solid #B62525; border-collapse: collapse 
}

h1           {
	font-size: 14pt;
	color: #4A3D2D;
	font-weight: 400;
	text-align: center;
	font-variant: small-caps;
}

.pedTableLine {
 border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-style:solid; border-bottom-width:1px
}

fieldset     {
	border: 1px solid #B62525;
	padding: 2px
}


.pending {
	font-size: 8pt;
	color: #3C0000;
}

.pedName {
	font-size: 10pt;
	font-weight:bold;
	
}

.pedNotes {
	font-size: 8pt;
	font-weight:normal;
}