html, body {
	height: 100%;
	font-size:100%;
	left-margin: 0px;
}

body {
	padding: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0px;
}

ul.b {list-style-type:square;
	line-height: 170%;}

ul.b {margin-left: 0px;}

html>body ul.b {margin-left: -15px;}

p, ol {
	line-height: 170%;
}

strong {
}

a {
	color: #284e95;
	text-decoration: none;	
}

a:hover {
	text-decoration: none;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 920px;
	background: #E9E9E9 url(/images/bg1_07.gif) no-repeat left top;
}

/** CONTENT */

#content {
	float: left;
	width: 800px;
}

.two-column2 #content {
	float: right;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	border-top: 1px solid #E9E9E9;
	padding: 5px 0px 5px 0px;
}

ul.style1 a {
	display: block;
	padding-left: 17px;
	background: url(/images/homepage08.gif) no-repeat left 3px;
}

ul.style1 .first {
	padding-top: 0px;
	border: none;
}

/** LIST STYLE 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
}

ul.style2 a {
}

ul.style2 .date {
	display: block;
	background: url(/images/homepage08.gif) no-repeat left 5px;
	padding-left: 17px;
	color: #363636;
}

ul.style2 .date a {
	text-decoration: none;
	color: #363636;
}

ul.style2 .first {
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	background: url(/images/homepage06.gif) no-repeat left top;
	padding-bottom: 20px;
	padding-left: 45px;
}

ul.style3 a {
	display: block;
	text-decoration: none;
	color: #8A9093;
}

ul.style3 a:hover {
	text-decoration: underline;
}

/** LINK STYLE 1 */

.link-style1 {
	display: inline-block;
	height: 28px;
	margin-top: 10px;
	padding: 0px 10px;
	background: #2954A3 url(/images/homepage03.gif) no-repeat left top;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

		.columns
		{
		-moz-column-count:3; /* Firefox */
		-webkit-column-count:3; /* Safari and Chrome */
		column-count:3;

		-moz-column-gap:40px; /* Firefox */
		-webkit-column-gap:40px; /* Safari and Chrome */
		column-gap:40px;
		line-height:150%;
		}
		
		.columns1 /* Owner A-Z */
		{
		-moz-column-count:2; /* Firefox */
		-webkit-column-count:2; /* Safari and Chrome */
		column-count:2;

		-moz-column-gap:40px; /* Firefox */
		-webkit-column-gap:40px; /* Safari and Chrome */
		column-gap:40px;
		line-height:150%;
		}		

/* HORSE FORM TABLE - HORSE'S INDIVIDUAL PAGE */

		table {
		    margin-left: 0px;
			border-collapse: collapse;
			margin-bottom: 10px;
			width: 800px;
		}

		table, th, td {
			border: 1px solid black;
			margin-left: 0px;
		}
		
		thead {
			background: #78319c;}
		
		#horseform {
		  margin-left: 0px;
		  margin: 0 auto;
		  font-size: 1em;
		}

		#horseform thead {
		  background: #78319c;
		  color: #FFFFFF;  
		}
		#horseform thead tr th { 
		  font-weight: bold;
		}
		#horseform thead tr th span { 
		  padding-right: 20px;
		  background-repeat: no-repeat;
		  background-position: 100% 100%; 
		}

		#horseform td, #horseform th, #horseform table  {
		  border: 1px solid black;
		  padding: 3px;
		  text-align: center;		  
		}	

		#horseform td.date{
		  width: 12%;	  
		}
		#horseform td.course{
		  width: 5%;	  
		}
		#horseform td.racetype{
		  width: 8%;	  
		}
		#horseform td.dist{
		  width: 5%;	  
		}
		#horseform td.gshort{
		  width: 10%;	  
		}
		#horseform td.weight{
		  width: 6%;	  
		}
		#horseform td.rat{
		  width: 7%;	  
		}
		#horseform td.eqp{
		  width: 7%;	  
		}
		#horseform td.pos{
		  width: 6%;	  
		}
		#horseform td.beat{
		  width: 7%;	  
		}
		#horseform td.jockey{
		  width: 20%;	  
		}
		#horseform td.price{
		  width: 7%;	  
		}				
	  