.tt_timetable {
	font-size: 11px;
}

.tt_timetable .tt_dow {
	border: 1px solid #ccc;
	margin: 5px 0px;
	padding: 10px 10px 5px;
}

.tt_timetable .tt_today {
	background-color: #ffffcc;
}

	
.tt_timetable .tt_dow .tt_day {
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 5px;
}

.tt_timetable .tt_dow .tt_item {	
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 0px;
padding-bottom:10px;

}

.tt_timetable .tt_item .tt_title .tt_time {
	font-weight: bold;
}

.tt_timetable .tt_item .tt_title {
	margin: 0px 0px 5px;
	font-weight: bold;
}

.tt_timetable .tt_item .tt_title a {
	text-decoration: none;
}