html #content a{
	color: black;
	text-decoration: none;
}

#content>table{
	width:960px;
	margin-left: -240px;
}

td:first-child, th:first-child{
	width: 240px;
	cursor: default;
}

th{
	height: 1em;
}

td{
	height: 48px;
	background-color: #f0f0f0;
	cursor: pointer;
}

.noclass{
	cursor: not-allowed;
}


.colspan-2{ width: 240px; }
.colspan-3{ width: 360px; }
.colspan-4{ width: 480px; }
.colspan-5{ width: 600px; }
.colspan-6{ width: 720px; }

td, th{
	width: 120px;
}

td a{
	display: block;
}

caption{
	display:none;
}

td:first-child {
	font-family: monospace;
	font-size: 0.9em;
}

thead, tbody {
	text-align: center;
}

#classes{
	width: 100%;
	height: 430px;
	overflow: auto;
	position: relative;
}

dt{
	font-weight: bold;
}

dd{
	position: relative;
	height: 410px;
	margin-bottom: 1em;
}

.rating {
	position: absolute;
	top: -20px;
	right: 0;
	font-style: italic;
	width: 135px;
}


.rating div{
	position: absolute;
	right: 0;
	top: 0;
	height: 22px;

}

.easy, .moderatelyEasy, .moderate, .moderatelyHard, .hard{
	text-indent: -999px;
	background-image: url(../images/bellSmall.jpg);
	background-repeat: repeat-x;
	background-position: bottom right;
}

.easy{
	width: 15px;
}

.moderatelyEasy{
	width: 30px;
}

.moderate{
	width: 45px;
}

.moderatelyHard{
	width: 60px;
}

.hard{
	width: 75px;
}

/*available times*/
h4{
	margin-top: 1em;
	font-style:italic;
	font-size: 0.9em;
	border-top: black 1px dotted;
	border-left: black 1px dotted;
	border-right: black 1px dotted;
}

h4 + ol.availableTimes {
	font-size: 0.9em;
	font-family: monospace;
	border-bottom: black 1px dotted;
	border-left: black 1px dotted;
	border-right: black 1px dotted;
}
