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

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

#content h2{
	font-size: 1.5em;
	}

A{
	color:blue;
	}
A:hover{
		color:red;
	}

.formleft{
	text-align:right;
}

.printoptions{
	width:200px;
	height:60px;
	border:2px solid #444444;
	background-color:#dddddd;
	padding:5px;
	color:#000000;
	position:relative;
	display:none;
	float:right;
	}

.exportoptions{
	width:200px;
	height:60px;
	border:2px solid #444444;
	background-color:#dddddd;
	padding:5px;
	color:#000000;
	position:relative;
	display:none;
	float:right;
	}

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

#top{
	height:136px;
	width:900px;
	margin:0;
	padding:0;
	background-image: url('ncf/topimg.gif'); 
}

#content h2{
 size:90%; 
	}

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




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

/*** SF BEGIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;

}

.sf-menu a {
	border-right: 1px solid #DDD;
	border-left:0;
	padding: .75em 1em;
	text-decoration: none;
	width:auto;
}

.sf-menu a,.sf-menu a:visited {
	/* visited pseudo selector so IE6 applies text colour*/
	color: #000;

}


.sf-menu .current {
	background: #fff;
	font-weight: bold;
}


.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active
	{
	background: #FFFFFF;
	outline: 0;
}
/**** SF END ****/




.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 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	width: 880px;
	border:1px solid #cccccc;
}

#currentrace h2 {
	padding: 4px;
	background:#eeeeee;
}

#currentrace .sponsor {
	padding: 4px;
	padding-top:1px;
}

#currentrace .sponsor a {
}

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


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

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

#currentrace .status {
	padding: 5px;
	font-weight: bold;
	font-size:1.1em;
}

.results{
	margin-bottom:20px;
}

.results H3{
	margin:0;
	padding:5px;
	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{
	margin:0;
	font-size:1.1em;
	padding:2px;
	padding-left:4px;
	
}

.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;
}

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

.highlight{
	text-decoration:underline;
}

#footer{
	width:900px;
	margin: auto;
	text-align:center;
	margin-bottom:10px;
	opacity:0.8;
}

.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;
}
