BODY{
	font: 75% arial, tahoma, georgia, sans-serif;
	background: white;
	padding:0;
	margin:0;
}

h1, h2,h3,h4,h5,form{
	margin:0;
	padding:0;
}

.formleft{
	text-align:right;
}


#pagewrapper{
	width: 900px;
	vertical-align: top;
	margin: auto;
	background:white;
}

#top{
	height:4em;
	width:100%;
	background:#eeeeee;
	margin:0;
	padding:0;
}

#top H1{
	color:#555555;
	width:80%;
	margin:10px;
	position:absolute;
	font-size:20px;
}

#content{
	margin:10px;
	padding:0px;
	width:890px;
}

#content h2{
	color:navy;
}

ul{list-style-type:none;}

/*----TOP PANEL----*/

#menu{
	background-image: url('/images/pgtitlebg.gif'); 
	margin:0;
	padding:0;
}

#menu ul  {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:27px;
font-size:1em;
margin:0;
padding:0;
}

#menu ul li {
display:block;
float:left;
margin:0;
padding:0;
}

#menu ul li a {
float:left;
color:white;
text-decoration:none;
height:20px;
padding:7px 15px 0;
font-weight:normal;
display:block;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu .current a{
color:#207cae;
font-weight:bold;
background:white;
text-decoration:none;
}

#menu .current a:hover,{
color:yellow;
text-decoration:underline;
}


.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}





#currentrace{
	border:1px solid black;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

#currentrace h2{
	background:#999999;
	padding:4px;
	color:white;
}

#currentrace .content{
	width:auto;
	margin:5px;
	padding:0px;
	margin-bottom:10px;;
}

#currentrace h3{
	color:navy;
}

#currentrace p {
	margin-top:2px;
}

#currentrace .specialnews{
	font-weight:bold;
	color:#EE0000;
}

#currentrace .status{
background-color:yellow;
padding:5px;
font-weight:bold;
}

.results{
	margin-bottom:20px;
}

.results H3{
	background: #1c4a59;
	margin:0;
	padding:5px;
	color:#cccccc;
	background-image: url('/images/pgtitlebg.gif'); 
	width:850px;
}

.results table{
	width:850px;
	border-collapse: collapse;
}

.results table th{
	background-color: #eeeeee;
	color:black;
	border-bottom:2px solid black;
	padding-left:8px;
	pcadding-right:8px;
}

.results table tr{
	border-bottom:1px dotted #aaaaaa;
}

.results table td{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
}


.prem{
	margin-bottom:20px;
	margin-left:10px;
}

.prem H3{
	background: #1c4a59;
	margin:0;
	font-size:13px;
	padding:2px;
	color:#cccccc;
	background-image: url('/images/pgtitlebg.gif');
	
}

.prem table{
	border-collapse: collapse;
	width:100%;
	border:1px solid #dddddd;
}

.prem table tr{
	border-bottom:1px dotted #aaaaaa;
}

.prem table td{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
}



#controlpanel{
	margin:0px;
	margin-bottom:1px;
	padding:3px;
	background-color:#FFD36B;
}

.tickdiv{
	cursor: pointer;
	cursor: hand;
}

.highlight{
	text-decoration:underline;
}

#footer{
	color:#333333;	
	width:900px;
	margin: auto;
	text-align:center;
	margin-bottom:10px;
}
#footer a{
	color:blue;
}
#footer a:hover{
	color:red;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}