﻿body
{
	font-family: Arial, "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
}
p
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:90%;
}
#sidebar
{
	float:left;
	width:170px;
}

#mainWrapper
{
	margin-left:180px;
}

.title
{
	font-size: 2.5em;
	font-weight:bold;
	text-align:center;
	margin-left:80px;
	margin-bottom:20px;
}
.calendarItem
{
	text-align:center;
}
.calendarItem h1
{
	color: #003399;
	font-size: 1.5em;
	text-align:left;
	border-bottom: 1px solid #000;
}
.Item
{
	text-align:center;
}
.LeftItem
{
	text-align:left;
}
.Item h1
{
	color: #003399;
	font-size: 1.5em;
	text-align:left;
	border-bottom: 1px solid #000;
}
.calendarDetail
{
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width:95%;
}
#Wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}

.historical
{
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.current
{
	color: #F00;
}

.predicted
{
	color: #FFA500;
}

#nav {
	margin-bottom: 0px;
	top: 75px;
	left: 77px;
	list-style-type: none;
}



#nav a {
	display: block;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #003399;
	padding: 2px 2px 2px 3px;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	border-color: #3366cc;
	font-weight: bold;
	margin-bottom: 2px;

}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

.sideright h1,.sideright ul {
	padding-left: 10px;
}
.sideright {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: right;
	width: 125px;
}
.sideright h1 {
	color: #666;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sideright ul {
	border-top: 1px solid #FAFAFA;
	margin: 0;
	padding: 0;
}
.sideright li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sideright li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sideright li a:hover {
	color: #111;
}