/* Layout */

#Form1 {
	width:100%;
	text-align:center;
	height:100%;
}

#master {
	width:896px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: none;
	height:100%;
	background-color:#FFFFFF;
	background-image:url(BG-Header-Nav.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header {
	border: none;
}

#header2 {
	border: none;
}

#headerNav {
	background-image:url(BG-Header-Nav.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	line-height:47px;
	height:47px;
	vertical-align:middle;
	border: none;
	margin-top:30px;
	width:896px;
}

#headerNav2 {
	background-image:url(BG-Header-Nav.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	line-height:47px;
	height:47px;
	vertical-align:middle;
	border: none;
	margin-top:30px;
	width:896px;
}

#contentArea {
	border: none;
	background-image:url();
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#FFFFFF;
}

#contentArea2, #contentArea3, #contentArea4 {
	border: none;
	margin-top:0px;
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#FFFFFF;
	padding:20px 40px 0px 40px;
}

#contentArea2 {
	background-image:url(BG-Content-sub-page2.jpg);
	background-repeat:no-repeat;
}

#contentArea3 {
	background-image:url(BG-Content.jpg);
	background-repeat: no-repeat;
}

#contentArea4 {
	background-image:url(BG-Content-horse-details.jpg);
	background-repeat:no-repeat;
}

#contentInner {

}

#contentInner2 {
	padding-bottom:20px;
}

#ContactPageDiv {
	width: 318px;
	float: left;
	margin-right: 37px;
/*	background-image:url(BG-Content-Divider-Tile.gif);
	background-repeat:repeat-y;
	background-position:right;
	*/

}

#rightcolhome {
/*	background-image:url(BG-Home-Content.jpg);*/
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 20px 0px 20px;
	margin:0px;
}

#footer {
	padding-top:10px;
	text-align:center;
	background-color:#FFFFFF;
	padding-bottom:7px;
	font-size:11px;
	clear:both;
	border-top:#000000 solid 1px;
}

/* Custom Classes */
.bgcolor1
 {
 	background: #e9e9e9;
 }

.bgcolor2
 {
 	background: whitesmoke;
 }

.bgcolor3
 {
 	background: ffffff;
 }

.bgcolor4
 {
 	background: ffffff;
 	border-width: thin;
 	border-style: ridge;
 }

.smallItalic
 {	
	font-size:	.85em;
	font-style: italic;
 }

.bold, b
 {	
	font-weight: bold;
 }

.footer
 {
	font-size:	.7em;
	font-style: normal;
 }

.color1	
{
	background:#7E0000;
}

.color2	
{
	background:#000000;
}

.color3	
{
	background:#000000;
}

.color4	
{
	background-color:#F3DFB6;
}

.color5	
{
	background-color: #e9e9e9;
}

.red {
	color:#d70000;
	font-weight:bold;
}

.leaded
{
	line-height: 80px;
}


/* Default CSS Stylesheet for a new Web Application project */

body, html
{
	height:100%;
}

.content td {
	color: black;
}

body, td, p, div, ul
{
	FONT-FAMILY:Arial, Helvetica, Geneva, sans-serif;
	FONT-SIZE: 13px;
/*	letter-spacing:.75px;*/
	font: Arial;
}

P {
	margin-top:0px;
}

.header, .header2, .header3, .header4, .header5, .header6, H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #c4151c;
	font-style:	normal;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.header, h1	{	
	font-size:24px;
	display:block;
	width:100%;
	background-image:url(headerBG.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:0px;
	margin-top:0px;
}	
		
.header2, h2	{	
	font-size: 20px;
	}	
		
.header3, h3	{	
	font-size: 18px;
	}	
		
.header4, h4	{	
	font-size: 16px;
	}	
		
.header5, h5, DT	{	
	font-size: 14px;
	}	
		
.header6, h6	{	
	font-size: 12px;
	background-image:url(box.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:24px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#4a5a6a;
	}	

#indent p {
	margin-left:30px}

.box {
	font-size:	12px;
	font-family:  Verdana, Arial, sans-serif;
	font-weight:bold;
	background-color: #333333;
	height:18px;
	width:100%;
	display:block;
	padding-left:0PX;
}
			
/* General Links */
A, A:link, A:visited {	
	text-decoration: none;
	color: #c4151c;
}	

A:active, A:hover {	
	text-decoration:underline;
}

.news A, .news A:link, .news A:visited {	
	text-decoration:	none;
	color:	#000000;
}	

.news A:active, .news A:hover {	
	text-decoration: none;
	color:#990000;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #c4151c;
	text-decoration:underline;
}

.footer a:hover {
	color: #d70000;
}

/* Navigation Links */
#headerNav A, #headerNav A:link, #headerNav A:visited {	
	text-decoration: none;
	color: #dfe2e5;
	font: Helvetica;
	font-size:19px;
	font-weight:bold;
	letter-spacing:-1.5px;
}	
		
#headerNav A:hover, #headerNav A:active  {	
	text-decoration: none;
	color:#FFFFFF;
}

/* GENERAL */

SMALL	{	
	font-size:	.10px;
	}	
BIG	{	
	font-size:	.14px;
	}	

PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
/*	list-style-image: url("iconApple16-16.gif");*/
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.highlight {
	background-color: #ffffff;
	padding: 3px;
	border: thin dashed #e9e9e9;
}

/* Custom Classes */
.g {color: green;font-size:11px}
.r {color: red;font-size:11px}
.b8 {color: black; font-size:11px}
.bb {color: black;font-size:11px;font-weight: bold}
.grey {background-color: #999999;font-size:11px;font-spacing:normal;border-style:solid;border-width:1;border-color:#333300;text-decoration:none;white-space:nowrap;padding-left:2px;padding-top:0px;padding-bottom:0px}
.f {background-color: #4d4d4d;font-size:11px;font-spacing:normal;border-style:solid;border-width:1;border-color:#333300;text-decoration:none;white-space:nowrap;padding-left:2px;padding-top:0px;padding-bottom:0px}
.m {background-color: #5c5c5c;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:#333300;text-decoration:none;white-space:nowrap;padding-left:2px}
.f2 {background-color: #666666;font-size:11px;font-spacing:normal;border-style:solid;border-width:1;border-color:#807040;text-decoration:none;}
.m2 {background-color: #666666;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:#333366;text-decoration:none;}
.w {background-color: #666666;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:#333366;text-decoration:none;white-space:nowrap;padding-left:1px;padding-right:1px}
.w2 {background-color: #666666;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:#333366;text-decoration:none;}
.xf {background-color: #666666;font-size:11px;font-spacing:normal;border-style:solid;border-width:1;border-color:#333300;text-decoration:none;white-space:nowrap;padding-left:2px;padding-top:0px;padding-bottom:0px}
.xm {background-color: #666666;font-size:11px;font-spacing:normal;border-width:1;border-style:solid;border-color:#333300;text-decoration:none;white-space:nowrap;padding-left:2px}
.ib {border-width:1;border-style:solid;border-top-color:#333300;border-bottom-color:#333300;border-left-color:#CCCCCC;border-right-color:#333300;padding-right:4px}
.b {color: black}


.big { 
	font-size:	1em;
} 
	
.small {
	font-size: 0.75em;
} 
 
 
hr {
	height: 1px;
	width: 100%;
	color: black;
}

#ContactTable {
	width:425px;
}

.textBox {
}

.inputBox {
	width:100%;
}

.inputBoxMultiLine {
	width:100%;
	height: 150px;
}

.textbox2 {
	width: 100%;
}

.textbox2-multi {
	width: 100%;
	height: 200px;
}

.horseListView	{
	background-color: #FFFFFF;
	border-width:thin;
	border-color:#666666;
	border-style:solid;
}
.horseListResults	{
	background-color: #FFFFFF;
	border-width:thin;
	border-color:#e9e9e9;
	border-style:solid;
	width:100%;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.horseListViewAlt	{
	background-color:#ffffff;
}

.horseListViewHeader	{
	background-color:#530c1f;
	font-weight:600;
	
}

.horseListGrid {
	background-color: #e9e9e9;
	width:100%;
	border:1px solid #FFFFFF;
}

.horseListGrid td {
	border-top:1px solid #FFFFFF;
	padding:2px;
	font-weight:;
	}

.horseListHeader td {
	background-color:#530c1f;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

.horseListAlt {
	background-color: #e9e9e9;
	color:#000000;
}

.horseListItem {
	background-color:#b7b7b7;
	color:#000000;
}

.horseListImage {
	border:1px solid #ffffff;
	width:50px;
}

.hidden {
	display:none;h1
}

.imgStyle img {
	width:150px;
}
