﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 15px 0px;
	background-color: #ffffff;
}

p
{
	text-align: justify;
}

img
{
	border-style: none;
}

#MasterPage
{
	width: 710px;
	height: 100%;
	padding: 0px 5px 0px 5px;
	margin: 0px auto 0px auto;
	float: none;
	clear: both;
	top: 0px;
}

#MasterPageHeader
{
	background-position: right top;
	background-image: url('../Images/waffle_320.jpg');
	background-repeat: no-repeat;
	width: 710px;
	height: 250px;
	float: none;
	clear: both;
}

#MasterPageHeader #SiteMenu
{
	width: 100%;
	float:none;
	clear:both;
}

#MasterPageHeader #UserStats
{
	width: 100%;
	float: none;
	clear: both;
}

#MasterAjaxProcess1, #MasterAjaxProcess2
{
	width: 100%;
	height: 16px;
	float: none;
	clear: both;
}

#MasterPageContent
{
	width: 100%;
	height: 100%;
	float: none;
	clear: both;
}

#MasterPageContent #Content
{
	width: 100%;
}

#MasterPageContent #ContentLeft
{
	width: 499px;
	float:left;
}

#MasterPageContent #ContentRight
{
	width: 199px;
	margin: 0px 0px 0px 500px;
	clear: right;
	text-align: center;
}

#MasterPageContent #MasterAjaxContent
{
	width: 100%;
	height: 100%;
	float: none;
	clear: both;
}

#MasterPageContent fieldset
{
	border-style: none;
}
	
	
#MasterPageFooter
{
	text-align: center;
	width: 100%;
	height: 100%;
	float: none;
	clear: both;
	color: #C0C0C0;
}

#PageMenu
{
	text-align: right;
	}


#divRequireLogin
{
	vertical-align: middle;
}

div.pagesection
{
	border-style: none solid solid none;
	border-width: thin;
}

div.info
{
	background-color: #FFFFCC;
	padding: 0px 5px 0px 5px;
	position:absolute;
	width: 350px;
	
}

div.schedulebox
{
	border-color: #FFA500;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	margin: 5px;
}
div.directorylisting
{
	border-color: #FFA500;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	margin: 5px;
}
.errormsg
{color: #ff0000;}