@charset "UTF-8";
/* CSS Document */

/************************************************
STONECHART
************************************************/


#timetable {
	width: 600px;
	padding: 0;
	margin: 0 0 0 2;
}
#admissiontable {
	width: 535px;
	padding: 0;
	margin: 0 0 0 20px;
}

#timetable th {
	font: 10px Arial, Helvetica, sans-serif;
	border: 1px solid #100f0f;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

th.nobg {
	border: 1px solid #000;
	border-top: 0;
	border-left: 0;
	background: none;
	width: 180px;
}

#timetable td {
	border: 1px solid #100f0f;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	color: #797268;
}

th.spec {
	border: 1px solid #100f0f;
	border-top: 0;
	background: #172743 url(images/bullet1.gif) no-repeat;
	font: 10px Arial, Helvetica, sans-serif;
	color: #849ac2;
}

td.spec {
	border-left: 1px solid #100f0f;
	border-top: 0;
}

th.specalt {
	border: 1px solid #100f0f;
	border-top: 0;
	background: #293e61;
	font: 10px Arial, Helvetica, sans-serif;
	color: #849ac2;
}