body 
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #FFFFFF;
	height: 100%;
}

h2
{
	font-size: 24px;
	line-height: 26px;
	margin: 0;
}

a
{
	color: #0000ff;
}

#header
{
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 75px;
	padding: 0;
	margin: 0;
	background: url("");
	overflow: hidden;
	border-bottom: #509a00 4px solid;
	font-size: 20px;
}

	#header_loggedin
	{
		position: absolute; 
		top: 0px; 
		right: 0; 
		width: 420px; 
		overflow: hidden; 
		text-align: right;
	}

	#header_loggedin a
	{
		text-decoration: none;
	}

	#header_loggedin a:hover
	{
		text-decoration: underline;
	}

#main
{
	float: left;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflodw: hidden;
}

#nav_bar
{
	display: block;
	width: 1000px;
	height: 35px;
	margin: 10px auto;
	border-bottom: #a1a1a1 1px dotted;
	clear: both;
}

	#nav_bar .selected, #nav_bar .nonselected
	{
		display: block;
		float: left; 
		padding: 0 10px; 
		font-weight: bold; 
		line-height: 22px;
		text-decoration: none;
		font-size: 14px;
	}

	#nav_bar .selected
	{
		background: url('/images/bar_bg-purple.gif') center repeat-x; 
		color: #ffffff; 

	}

	#nav_bar .nonselected
	{
		background: url('/images/bar_bg-grey.gif') center repeat-x; 
		color: #000000; 
	}

	#nav_bar .nav_form
	{
		position: relative;
		float: left;
		margin: 0 5px 0 0;
		overflow: hiddem;
		height: 22px;
		width: 384px;
		display: none;
	}

	#nav_bar .text
	{
		position: absolute;
		top: 0;
		left: 0;
		padding: 2px;
		height: 16px;
		border: #a51e97 1px solid;
		width: 300px;
	}

	#nav_bar .button
	{
		position: absolute;
		top: 0;
		left: 307px;
		margin: 0;
		padding: 0;
		height: 22px;
		background: #ffffff;
		color: #000000;
		width: 80px;
		border: #a51e97 1px solid; 
		font-weight: bold;
	}

#content
{
	display: block;
	margin: 0 auto;
	width: 1000px;
}

#footer
{
	display: block;
	margin: 5px auto;
	width: 1000px;
	border-top: #a1a1a1 1px dotted;
}

	#footer #scores
	{
		float: right;
		width: 270px;
	}

		#footer #scores a
		{
			display: block;
			float: left;
			color: #A31E93;
			border: #d1d1d1 1px solid;
			padding-top: 1px;
			margin: 1px;
			width: 15px;
			text-align: center;
			text-decoration: none;
		}

		#footer #scores a:hover
		{
			color: #ffffff;
			background: #A31E93;
		}
			

#message, #errors
{
	float: right;
	width: 770px;
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#errors
{
	font-weight: 400;
}

#dash-left_nav
{
	display: block;
	float: left;
	width: 200px;
	background: #e1e1e1;
	font-size: 14px;
}

	#dash-left_nav a
	{
		display: block;
		text-decoration: none;
		color: #000000;
		padding: 2px;
		margin: 1px 0 1px 20px;
	}

	#dash-left_nav a:hover
	{
		text-decoration: underline;
	}

	#dash-left_nav .heading
	{
		font-weight: bold;
		margin-left: 0px;
	}

	#dash-left_nav .selected
	{
		background: #616161;
		color: #ffffff;
	}

	#dash-left_nav #helpdocs
	{
		background: #ffffff; 
		padding-top: 30px;
	}

		#dash-left_nav #helpdocs a
		{
			color: #0000FF;
		}

.month
{
	display: block;
	float: left;
	width: 140px;
	border: #616161 1px solid;
	margin: 2px;
}

	.month .title
	{
		display: block;
		background: #616161;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
	}

.day, .date
{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: #d1d1d1 1px solid;
	padding: 1px;
	text-align: center;
}

.day
{
	background: #eaeaea;
	font-weight: bold;
}

	.date:hover
	{
		background: #c7fe8c;
		cursor: pointer;
	}

.errors
{
	display: block;
	background: #ffffff;
	border: #a1a1a1 1px dashed;
	width: 981px;
	margin: 10px 0;
	padding: 2px;
}

.link
{
	cursor: pointer;
	color: #0000FF;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}