table.timetable {
	width:98%;
    overflow: auto;
	margin:10px auto;
	border: solid;
	border-width: 2px 3px 3px 2px;
	border-spacing: 0;
	font-size: 65%;
	text-align: center;
}
.timetable td, .timetable th {
	border-color: #000;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	word-break: break-all;
/*	white-space: nowrap;*/
}
.timetable thead th {
	font-weight: normal;
	text-align: left;
}    
.timetable th {
	text-align: center;
}
.timetable td td {
	text-align: center;
}
.timetable .non a:link, .timetable .non a:visited, .timetable .non {
	color: #aaa;
}
.timetable .lo a:link, .timetable .lo a:visited {
	color: #aaa;
	text-decoration: overline;
}
.timetable .ro a:link, .timetable .ro a:visited {
	color: #aaa;
	text-decoration: underline;
}
.timetable .lr a:link, .timetable .lr a:visited, .timetable .lr {
	color: #333;
}
.timetable .fin a:link, .timetable .fin a:visited, .timetable .fin {
	color: #008;
	font-weight: bold;
}
.timetable td.top {
    border-top-width: 3px;
}
.timetable td.no-top {
    border-top-width: 0px;
}
.timetable td.left {
    border-left-width: 3px;
}
.timetable td.no-left {
    border-left-width: 0px;
}
.timetable td.MS {
	background-color: #cdf;
}
.timetable td.WS {
	background-color: #ffc;
}
.timetable td.MD {
	background-color: #afe;
}
.timetable td.WD {
	background-color: #feb;
}
.timetable td.XD {
	background-color: #ccf;
}
.timetable td.JB {
	background-color: #cfc;
	font-style: italic;
}
.timetable td.JG {
	background-color: #fcc;
	font-style: italic;
}
.timetable td table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.timetable td td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}