﻿ul.sidenav {
	font-size: 13pt;
	font-weight: bolder;
	font-family:Comic Sans MS, Courier;
	text-align: right;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sidenav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 155px;
	padding: 10px 10px 5px 15px;
	/*background: url('images/LeftMenuIcon.gif') no-repeat 5px 7px; */
	background: no-repeat 5px 7px;
}

ul.sidenav li a:hover 
{
    color: #fff;
	/*background: #c4141a url('images/LeftMenuIcon.gif') no-repeat 5px 7px;*/
	/*background: #c4141a no-repeat 5px 7px;*/
	background: #000 no-repeat 5px 7px;
	border-top: 2px solid #c4141a;
	border-bottom: 2px solid #c4141a;
}
ul.sidenav li span {display: none; }
ul.sidenav li a:hover span {
	font-family: Comic Sans MS, Courier;
	display: block;
	font-size: 0.7em;
	padding: 10px 0;
}

td.nextRaceHeader
{
	color: #000;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Comic Sans MS;
}

td.nextRace
{
	color: #c4141a;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Comic Sans MS;
	padding: 0px 0px 0px 10px;
}

table.nextRace
{
	position: fixed;
	top: 625px;
	left: 8px;
	float: none;
	padding: 0px 0px 20px 0px;
}

#sectionHeader
{
	font-size: 1.5em;
	font-weight: bold;
	font-family: Comic Sans MS;	
}

td.leftMenu
{
    background: url('images/LeftMenuBackground.gif') no-repeat;
}

.fieldLabel
{
	font-size: 14px;
	font-weight: bold;
}

.optionalField
{
	font-style: italic;	
}
.instructions
{
	font-size: 12px;
	font-style: italic;
}

.membersMenu
{
	outline-width: thin;
	outline-color: Black;
	outline-style: solid;
	padding: 5px;	
	font-size: 13pt;
	font-weight: bolder;
	font-family: Comic Sans MS, Courier;
	text-align: left;
	float: left;
	width: 300px;
	margin: 0;
	list-style: none;
	color: Black;
}

.membersMenu a
{
	color: Black;
}

.membersMenu a:hover	
{
	color: Red;
}

.membersMenu a:visited
{
	color: Gray;
}

.formValidator
{
	font-weight: bold;
	font-size: 9pt;
	color: Red;
	background-color: Yellow;
}

.Panel legend
{
	font-weight: bold;
	font-size: 12pt;
}

.Panel
{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.navLink
{
	font-size: 10pt;
}

