/* Default CSS definations for the "Class Schedule" page */

#header_class {
	color:#fff;
	text-align:center;
	font-size:12pt;
	width:710px;
	background-color:#00a;
	padding:5px;
}

#table_classinfo { margin-top:10px; }

#table_classinfo table { border:2px solid; background:#99c; }

#table_classinfo th { background:#9c9; text-align:center; }

#table_classinfo td { background:#fff; width:50%; border:2px solid; padding:2px; }

#table_classschedule { margin-top:10px; }

#table_classschedule table { border:2px solid; background:#99c; width:100%; }

#table_classschedule th { background:#9c9; text-align:center; }

#table_classschedule td { background:#fff; width:25%; border:2px solid; padding:2px; }