
	/******* center title formatting  ********/

	.center_title {
		width:540px;
		height:35px;
		text-align:left;
		padding-top:21px;
		border-bottom:3px solid #8AA9CD;
		color:#D9E1E9;
		font-size:22px;
	}
	
	.center_subtitle {
		width:540px;
		text-align:left;
		color:#7A8CAA;
		font-weight:normal;
		font-size:12px;
		padding:9px 7px 0px 7px;
	}
	
	.center_highlight {
		color:#D9E1E9;
	}
	
	
	/******* class list min & max details  ********/

	.class_title {
		cursor:pointer;
		text-align:left;
		vertical-align:middle;
		width:540px;
		height:21px;
		background-image:url(images/class_title.gif);
	}
	
	.class_min {
		text-align:left;
		width:540px;
		height:20px;
		background-image:url(images/class_min.gif);
	}
	
	.class_max {
		width:540px;
		background-image:url(images/class_max.gif);
	}
	
	.class_max_spacer {
		width:540px;
		height:6px;
	}
	
	.class_max_bottom {
		width:540px;
		height:9px;
		background-image:url(images/class_bottom.gif);
		background-repeat:no-repeat;
	}
	
	.class_id {
		height:22px;
		width:56px;
		font-size:11px;
		text-align:center;
		color:#D9E2F3;
	}
	
	.class_name {
		padding-left:5px;
		height:22px;
		font-size:12px;
		font-weight:bold;
		color:#102333;
	}
	
	.class_min_details {
		line-height:18px;
		font-size:11px;
		color:#ABB8C3;
		white-space:nowrap;
	}
	
	.class_min_days {
		text-align:left;
		padding-left:9px;
	}
	
	.class_max_label {
		font-size:11px;
		font-weight:bold;
		color:#FFFFFF;
		text-align:right;
		vertical-align:top;
		padding-top:9px;
	}
	
	.class_max_content {
		font-size:11px;
		color:#6E2C2C;
		text-align:left;
		vertical-align:top;
		padding-top:9px;
	}
	
	.calendar {
		font-size:11px;
		vertical-align:top;
		padding-top:9px;
	}
	
	.calendar_title_left {
		width:80px;
		height:14px;
		border-top:1px solid #294F74;
		border-left:1px solid #294F74;
		background-color:#783131;
		color:#AAB6C6;
		text-align:center;
	}
	
	.calendar_title_right {
		width:80px;
		height:14px;
		border-top:1px solid #294F74;
		border-right:1px solid #294F74;
		background-color:#783131;
		color:#AAB6C6;
		text-align:center;
	}
	
	.calendar_date_left {
		width:80px;
		height:14px;
		border-left:1px solid #294F74;
		border-bottom:1px solid #818E9B;
		background-color:#FFFFFF;
		text-align:center;
	}
	
	.calendar_date_right {
		width:80px;
		height:14px;
		border-right:1px solid #294F74;
		border-left:1px solid #818E9B;
		border-bottom:1px solid #818E9B;
		background-color:#FFFFFF;
		text-align:center;
	}
	
	.calendar_bottom_left {
		width:80px;
		height:14px;
		border-left:1px solid #294F74;
		border-bottom:1px solid #294F74;
		background-color:#FFFFFF;
		text-align:center;
	}
	
	.calendar_bottom_right {
		width:80px;
		height:14px;
		border-right:1px solid #294F74;
		border-left:1px solid #818E9B;
		border-bottom:1px solid #294F74;
		background-color:#FFFFFF;
		text-align:center;
	}
	
	#footer {
		font-size:11px;
		padding-top:30px;
		color:#003366;
	}
	
	#footer a:link, #footer a:visited {
		color:#37639C;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#E6F2A0;
		text-decoration:underline;
	}
	
	.class_min_days {
		font-size:10px;
	}
	
	.class_min_dates {
		font-size:10px;
	}
	
	.class_min_time {
		font-size:10px;
	}
	
	.class_min_weekdays {
		font-size:10px;
	}
	
	.class_min_credits {
		font-size:10px;
	}
	
	.class_min_seats {
		text-align:right;
		padding-right:4px;	
	}