.timetable {
	width:100%;
}
.timetable td {
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #FFFFFF;
}
.timetable td.left {
	width:150px;
}
.timetable tr.toggle {
	cursor:pointer;
}
.timetable tr.toggle:hover {
	color:#000000;
	background-color:#f6f6f6;
}
.timetable tr.even {
	background-color:#efefef;
}
.timetable tr.odd {
	background-color:#e7e7e7;
}
.timetable td span.time {
	white-space:nowrap;
}
.timetable td p.title {
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-transform: uppercase;
}
.timetable td p.subtitle {
	padding:0px;
	margin:0px;
}
.timetable td p.collapse {
	display:none;
}
.timetable tr.toggle_child td.right{
	background: transparent url(../img/more.gif) no-repeat bottom right;
}
.timetable tr.open td.right{
	background: transparent url(../img/close.gif) no-repeat bottom right;
}