

.table_container {
	padding-left: 40px;
	overflow:hidden;
}
.timetable table {
	table-layout: fixed;
	width: 100%;
	font-size: 2px;
}
.timetable table tr.odd, .timetable table tr.even {
	background-color: #FFFFFF;
}
.timetable table tr td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	width: 12%;
	height: 15px;
	text-align: center;
}
.timetable table tr:first-child td {
	border-top: 1px solid #E0E0E0;
}
.timetable table tr td:first-child {
	border-left: 1px solid #E0E0E0;
	position:relative;
}
.timetable table tr.header td {
	border-top: none;
	border-left: none;
	border-right: none;
}
.timetable table tr.header td:first-child {
	border-radius: 4px 0px 0px 0px;
}
.timetable table tr.header td:last-child {
	border-radius: 0px 4px 0px 0px;
}

.timetable tr.header td {
	font-size: 10px;
	font-weight: bold;
	background-color:#e0e0e0;
	white-space: nowrap;
	line-height: 1;
}
.timetable tr.tall td {
	height: 26px;
}
.timetable tr.odd td {
   border-bottom-color: #E0E0E0;
}
.timetable tr.even td {
   border-bottom-color: #F3F3F3;
}
.timetable .hour_marker {
	position:absolute;
	top:0px;
	right:16px;
	font-size:16px;
}
.timetable .min_marker {
	position:absolute;
	top:2px;
	right:2px;
	font-size:8px;
}
.timetable .left_fade {
	position:absolute;
	left:-41px;
	top:-1px;
	width:40px;
	height: 80px;
	background-image:url('../images/grid_left.png');
	background-position: top right;
}
