#content {
	margin: 0px;
	text-align: left;
	top: 0px;
	left: 0px;
	min-width: 450px;
	background-image: url(navBkg.gif);
	background-repeat: repeat-y;
	
}

#footer {
	color: #7B869A;
	font-size: 0.625em;
	clear:both;
	margin-top: 35px;
	background-image: url(footerBkg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	height:85px;
}

#footerGroup {
	margin-top:30px;
	float: left;
	}
	
#footerLogos {
	display:block; 
	float:right; 
	padding-top:3px;
}

#header {
	padding-bottom: 10px;
	margin-right: 3px;
	background-image: url(headerBkg.gif);
	background-repeat: repeat-x;
	text-align: left;
	position: relative;
	left: -3px;
}


#main {
	font-family: Arial, Helvetica, sans-serif;

}

#main-content {

	font-size: small;
	margin-left: 150px;
	padding: 0 15px 0 0;
}

#menu {
	position:relative;
	width: 116px;
	padding-top:20px;
}

#login {
	width: 116px;
}

#login a, #login a:active, #menu a, #menu a:active, .selected {
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 110px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin-left:8px;
	padding-right:6px;
}

#login a:hover, #menu a:hover, .selected { 
	color: #095AA6;
	background-color: #FF8500; 
}

#navigation {
	
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bolder;
	width: 100px;
}

#utilitybuttons{
	position:relative;
	margin-top: -50px;
	*margin-top: -58px; /*hack to force IE to match firefox*/
	text-align:right;
}

#utilitybuttons a, #utilitybuttons a:active{
	position:relative;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: .625em;
	text-decoration: none;
	text-align: left;
	height: 28px;
}

#utilitybuttons a:hover{ color: #FF8500; }

#logout {
	border: 1px solid #005398;
	background-color:#66CCFF;
	margin-left:8px;
	width: 103px;
	margin-top: 15px;
	margin-left: 15px;
}

#logout a, #logout a:active {
	display:block;
	padding: 5px;
	width: 93px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin-left: 0px;
	text-align:center;
}

#logout a:hover { 
	color: #095AA6;
	background-color: #FF8500; 
	text-align:center;
}

#welcome {
	color: #005398;
	text-decoration: none;
	text-align:center;
	margin-left:5px;
	font-weight:400;
	padding-top: 5px;
}

#welcome strong{
	color: #005398;
	font-weight:800;
}

.strikeThrough{
	text-decoration:line-through;
	color:#FF0000;
}

/* settings for the no classes multi-column setup on the schudle listings page*/
#schedule_listing_no_classes{
	margin-bottom: 1em;
}

#schedule_listing_no_classes ul{
	width: auto;  
}

#schedule_listing_no_classes ul li{
	margin: 2px 3px;
	float: left;
	width: 25em;  
}

#schedule_listing_no_classes br{
	clear: left;
}

.no_waiver{
	color: #ff0000;
	text-decoration: line-through;
}

table.styledTable{
	border: 1px solid #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;	
}

table.styledTable td{	
	padding: 7px 10px 7px 10px;
}

table.styledForm{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

table.styledForm td{	
	padding: 7px 0 7px 0; 	
}


table.styledTable th{	
	padding: 7px 10px 7px 10px;
	background:#DCDCDC;
	
	font-weight:bold;
	color: #000;
	border-bottom: 1px solid #aaa;
}

table.styledTable td.centeredField { text-align: center; }
table.styledTable td.subHeader { border-bottom: 1px solid #c9c9c9; color: #5e5e5e; font-weight: bold; }
table.styledTable td.greyedOut { color: #aaaaaa; }

span img { vertical-align: middle; }

/* announcement table */
.announcement-table { width: 750px; }
.announcement-table tr td { border-bottom: 1px solid #c9c9c9; }

/* text elements */

.error-message { color: #ff0000; }
.subtitle { color: #656565; }
.green { color: #6EB521; }
.red { color: #E8233E; }

#announcements p { padding: 0; margin: 0; }

#attendance-calendar { text-align: center; }
#attendance-calendar a:link { color: #4e4e4e; }
#attendance-calendar a:visited { color: #4e4e4e; }
#attendance-calendar a:hover { color: #d86b21; }
#attendance-calendar a:active { }

table.calendar { width: 100%; }

input.submit { font-size: 18px; border: 3px double #437BB4; background-color: #f5f3e9; }

ul.reports li { margin-bottom: 5px; }