html, body {
	background: #fccfdb url("../images/red/topback.gif") top left repeat-x;
	}
#container {
	background:  url("../images/red/containershadows.png") top left repeat-y;
	}
#banner {
	border-left: 1px solid #ae0131;
	border-right: 1px solid #ae0131;
	}
#banner h1 {
	background: #ff0047 url("../images/red/h1_logo.gif") top left no-repeat;
	color: #ae0131;
	}
#banner h1 a:link, #banner h1 a:visited, #banner h1 a:active, #banner h1 a:hover {
	color: #ae0131;
	}
#topnav {
	border-left: 1px solid #ae0131; 
	border-right: 1px solid #ae0131; 
	}
#contentcontainer {
	border-left: 1px solid #ae0131;
	border-right: 1px solid #ae0131;
	border-bottom: 1px solid #ae0131;
	background: #fff url("../images/red/content_bottom.gif") bottom right no-repeat;	
	}
.fullwidthcontent{
	margin: 0;
	padding: 0 1.5em 7em;
	margin-left: 20px;
	}
.fullwidthcontent  h1 {
	margin: 0;
	padding: 2em 0 0 0;
	font-size: 1.2em;
	}
.fullwidthcontent  h2 {
	margin: 0;
	padding: 2em 0 0 0;
	font-size: 1.2em;
	color: #ae0131;
	}
.fullwidthcontent a:link, .fullwidthcontent a:visited {
	color: #0307a3;
	border-bottom: 1px solid #030556;
	text-decoration: none;
	font-weight: normal;
	}
.fullwidthcontent a:active, .fullwidthcontent a:hover {
	color: #037e0f;
	background-color: #fbfac4;
	border-bottom: 1px solid #30fc05;
	text-decoration: none;
	font-weight: normal;
	}
#footer {
	background: #ff0047 url("../images/red/footer_back.gif") bottom left repeat-x;
	color: #fff;
	border-bottom: 1px solid #ae0131;
	border-left: 1px solid #ae0131;
	border-right: 1px solid #ae0131;
	}
#footer .biglogo {
	border: 1px solid #ae0131;
	}

table.classtable {
	border: 1px solid #ae0131;
	border-collapse: collapse;
	}
.classtable th {
	color: #ae0131;
	border: 1px solid #ae0131;
	padding: .5em 3px;
	}
.classtable td {
	padding: .5em 5px;
	border: 1px solid #ae0131;
}	
.classtable tr.lochd td {
	border-top: 2px solid #ae0131;
	}
td.location {
	font-weight: bold;
	text-align: left;
	font-weight: bold;
	text-align: left;
	width: 150px;
	}
td.dayofweek {
	text-align: left;
	width: 75px;
	}
td.timeofday, td.classcode {
	text-align: right;
	width: 100px;
	}
td.teacher {
	text-align: center;
	width: 75px;
	}
td.programtype {
	text-align: center;
	width: 100px;
	}
td.startdate {
	text-align: left;
	width: 100px;
	}
td.enroll {
	width: 75px;
	}
td.labels {
	text-align: right;
	font-weight: normal;
	padding: .5em 15px;
	}	
.registrantinfotable td {	
	border-bottom: 1px solid #fccfdb;
	}	
ul.infolist {
	list-style-type: none;
	}
ul.infolist li {
	padding-top: .5em;
	border-bottom: 1px solid #fccfdb;	
	}
span.listspan 	{
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 20px;
	color: #999;
	}
span.ccnum {
	color: #000;
	}
li.ccfield {
	margin: .5em 0;
	padding: 4px;
	border: 1px solid #fccfdb;
	background-color: #efefef;
	width: 600px;
	}
tr.error td {
	border-top: 1px solid #ff0047;
	border-bottom: 1px solid #ff0047;
background: #fccfdb;
}

h2.locationgrouphead { 
	display: block;
	border-bottom: 1px solid #6e7070;
	clear: both;
	color: #6e7070;
	margin-right: 75px;
	}
ul.locationlist {
	list-style-type: none;
	margin: 0 ;
	padding: 0 0 2em 0;
	clear: both;
	display: block;
	border: 0px solid #000;
	}
ul.locationlist li {
	float: left;
	display: inline;
	width: 200px;
	height: 10em;
	border: 1px solid #ae0131;
	margin: 10px;
	padding: 0;
	}
ul.locationlist li h3 {
	font-size: .9em;
	margin: 0;
	padding: 5px;
	background-color: #fccfdb;
	border-bottom: 1px solid #ae0131;
	height: 2.5em;
	}
ul.locationlist li p {
	margin: 3px 5px;
}
.clearlist {
	clear: both;
	}


