body, td 
{
	font-family: arial;
	font-size: 12px; 
}

body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

#mainDiv
{
	width: 760px;
	margin: auto;
	text-align: left;
	border-left: 2px solid white;
	border-right: 2px solid white; 
	position: relative;	
	background: #ffffff;
}

.smallCalendarTable 
{
	border:1px solid black; 
}

.smallCalendarHeader 
{
	text-align: center;
	font-weight: normal;
	background-color: silver;
	font-size: 10px; 
}

.smallCalendarCell 
{	
	background-color: #DBDDF3;
	width: 100px;
	height: 80px;
	font-size: 10px;
	vertical-align: top; 
}

#mainTable 
{
	width: 100%;
	background: white;
}

#mainTitle 
{	
	font-family: Tahoma;
	font-size: 36px;
	width: 100%;
	height: 68px;
	color: navy;
	line-height: 40px;		
}

#menu 
{
	width: 100%;
	height: 14px;
	text-align: left; 
	background-color: #8C8C8C; 
}

.menuItem 
{
	background-color: #6699CC;
	color: white;
	font-family: Arial;
	font-size: 11px;
	text-align: center; 
}

.menuItem a 
{
	color: white;
	padding: 0px 5px;
	text-decoration: none; 
}

.menuItem a:hover 
{ 
	background-color: #51789F; 
}

.dateBar 
{
	height: 20px;	
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}

.sponsorBar 
{
	width: 100%;
	background-color: white;
}

.hbar 
{
	width: 100%;
}

.leftMenuItem 
{
	border-bottom: 1px dashed silver;
	padding-top: 3px;
	padding-bottom: 3px; 
}

.captionTable 
{
	border: 1px solid siver;
	margin: 5px; 
}

.captionCell 
{
	font-family: Arial;
	font-size: 10px;
	color: black;
	font-style: italic; 
}

h3 
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px; 
}

.buttonClass 
{
	background-color: white;
	border: 1px solid gray;
	height: 20px;
	cursor: pointer; 
}

.buttonCell 
{
	font-size: 10px;
	font-weight: bold;
	border: 1px solid gray; 
}

.submitText 
{
	width: 300px; 
}

form 
{
	margin: 0px; 
}

.amberOn, .amberOff 
{
	width: 425px;
	height: 35px;
	font-size: 10px;
	padding: 2px;
	font-family: Arial;
	text-align: center; 
}

.amberOn a, .amberOff a 
{
	text-decoration: none; 
}

.amberOn a	
{
	color: #FFFFFF; 
}

.amberOff 
{
	border: 1px solid silver; 
}

.amberOn 
{
	margin-top: 8px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px; 
}
