﻿html, body
{
	margin: 0;
	padding: 0;
}
body
{
	font: 100% Georgia,arial,sans-serif;
	background-color: #5D0209;
	background-image: url(/images/imgBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
}
p
{
	margin: 0 10px 10px;
}

div#content p
{
	line-height: 1.4;
}

div#extra
{
	background: #White;
	border-top-style: solid;
	border-top-color: Black;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	clear: both;
	width: 100%;
	text-align: center;
}
div#footer
{
	background: Black;
	color: #FFF;
	font-size: 12px;
}
div#footer p
{
	margin: 0;
	padding: 5px 10px;
}

div#wrapper
{
	float: left;
	width: 75.2%;
	background-color: White;
}
div#ads
{
	float: right;
	width: 19.6%;
	padding-left: 2px;
	background: White;
	text-align: center;
	margin: 5px;
}

.menuStaticMenuItemStyle
{
	height: 22px;
	font-size: 20px;
	font-family: Georgia;
	background-color: #36393D;
	margin: 2px;
	color: Gray;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

.menuStaticSelectedStyle
{
	height: 22px;
	font-size: 20px;
	font-family: Georgia;
	background-color: #0000FF;
	margin: 2px;
	color: White;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

.menuStaticHoverStyle
{
	height: 22px;
	font-size: 20px;
	font-family: Georgia;
	background-color: #36393D;
	margin: 2px;
	color: White;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

.menuDynamicHoverStyle
{
	height: 22px;
	font-size: 20px;
	font-family: Georgia;
	background-color: #36393D;
	margin: 2px;
	color: White;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

#navigation
{
	background-color: Black; /* Navigation background colour */
	border-style: solid;
	border-color: White;
	border-width: 1px;
}


#container
{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: White;
}

#header
{
	background: #161616;
	border-style: solid;
	border-color: White;
	border-width: 1px;
}

#content
{
	margin: 5px;
}

/*#ads
{
	text-align: center;
	margin: 5px;
}*/

div#breadcrumbs
{
	background-color: Gray;
	color: #FFF;
}
div#breadcrumbs p
{
	margin: 0;
	padding: 5px 10px;
}

.breadcrumb
{
	font-family: Georgia;
	font-size: 16px;
	color: #0000FF;
}
.breadcrumbDivider
{
	font-family: Tahoma;
	font-size: 16px;
	color: #DDDDDD;
}
a.breadcrumb
{
	color: #DDDDDD;
	text-decoration: none;
}
a:hover.breadcrumb
{
	color: White;
}

.footertext
{
	color: #636363;
	font-family: Verdana;
}

.mainMessageDateTime
{
	font-style: italic;
	color: Red;
	padding-left: 15px;
	font-size: 17pt;
}

.bodyTitle
{
	text-align: center;
	font-family: Verdana;
	padding-bottom: 5px;
}

.bodySmall
{
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
}

/*Textbox Watermark*/
.watermarked
{
	font-family: Tahoma;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}

/*Validator Callout*/
.validatorCalloutHighlight
{
	background-color: #FFFACD;
}

/*Displaying Error Messages*/
.error
{
	color: Red;
	font-weight: bold;
}

/*Page Heading Text*/
.heading
{
	font-size: 22px;
	font-family: Georgia;
	color: Black;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.RuleSet
{
	font-family: Georgia;
	font-size: x-large;
	font-weight: bolder;
}

.RuleHeader
{
	font-family: Georgia;
	font-size: medium;
	text-decoration: underline;
	font-weight: bold;
}

.RuleItem
{
	font-family: Georgia;
	font-size: small;
	text-align: left;
}

.ScheduleWeekHeader
{
	background-color: Gray;
	font-weight: bold;
	color:Black;
}

.mainPanel
{
	min-height: 400px;
}
.pageTitle
{
	font-size: 16pt;
}