a:link {text-decoration:underline; color:#000;}
a:visited {text-decoration:underline; color:#000;}
a:hover {text-decoration:underline; color:#3333ff !important;}

body {
	background:#353F52 !important;
	font-family:helvetica, arial, sans-serif;
	margin:0px;
	font-size:11pt;
}
img {
	border:none;
}
p{
	text-indent:0em;
	margin-top:0px;
	margin-bottom:1.5em;
}
h2 {
	padding-left:40px;
	margin-top:32px;
	margin-bottom:0px;
	font-size:22pt;
}
h3{
	border-bottom:1px solid black;
}
abbr {
	border: none;
}
.offsite{
	background: url(img/offsite.png) no-repeat;
}

table {
	width:100%;
}

/*------------ INDEX -----------*/
.paneShadow{
	margin:auto;
	width:1040px;
	background:url(http://www.flattrackstats.com/img/dropshadow.gif) repeat-y 0px 0px;
	padding:0px;
}
.pane{
	margin:auto;
	width:1000px;
}
.paneTable{
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
}
.shadowright{
	width:20px;
	background:url(img/dropright.gif) repeat-y 0px 0px;
	padding:0px;
}
.headbanner{
	padding:20px;
	background:#262E3B;
	text-align:right;
}
.title{
	font-size:26pt;
	font-weight:bold;
	letter-spacing: 4pt;
	color:white !important;
}
.title a{
	text-decoration:none;
	color:white !important;
}
.title a:hover{
	text-decoration:none;
	color:white !important;
	border-bottom:1px solid;
}
.subtitle{
	font-size:9pt;
	color:#aaa;
	font-weight:normal;
	letter-spacing: 1pt;
}

.navColumn{
	vertical-align:top;
	padding:0px;
	background:#323232 url(img/navcolgrad.gif) repeat-y 0px 0px;
	border:1px solid #292929;
}
.mainColumn{
	vertical-align:top;
	background:#999999;
	width:100%;
	border:1px solid #323232 ;
}
.narrowColumn {
	margin-left:5em;
	margin-right:5em;
}
ul.navbar{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navBtn{
	display: block;
	color:#aaa !important;
	background:#555;
	border-bottom:1px solid #292929;
	padding:10px;
	text-align:right;
	width:90px;
	cursor:pointer;
	font-size:12pt;
	text-decoration:none !important;
}
.subnavBtn{
	display: block;
	color:#aaa !important;
	border-bottom:1px solid #353535;
	padding:2px;
	margin:0px;
	cursor:pointer;
	font-size:10pt;
	text-indent:2pt;
	width:106px;
	white-space:nowrap;
	text-decoration:none !important;
	text-align:left;
}
.navBtn:hover, .subnavBtn:hover{
	background-color:#666;
	color:#aaa !important;
}
.navCur{
	background-color: #6A78BB;
	color: white !important;
}
.subnavCur{
	background-color: #515C8F;
	color: white !important;
}
.navCur:hover{ background-color: #6A78BB; }
.subnavCur:hover{ background-color:#515C8F; }

.footer{
	background:#262E3B;
	height:100px;
	color:#fff;
	font-size:10pt;
}
.footer a{
	color:#fff;
}