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 .top {
    border-top-width: 3px;
}
.timetable .no-top {
    border-top-width: 0px;
}
.timetable .left {
    border-left-width: 3px;
}
.timetable .no-left {
    border-left-width: 0px;
}
.timetable .MS {
    background-color: #cdf;
}
.timetable .WS {
	background-color: #ffc;
}
.timetable .MD {
	background-color: #afe;
}
.timetable .WD {
	background-color: #feb;
}
.timetable .XD {
	background-color: #ccf;
}
.timetable .JB {
	background-color: #cfc;
	font-style: italic;
}
.timetable .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;
}
