#timetable{
	overflow:hidden;
}

#timetable #solidLine{
	border-top:1px solid #cccccc;
	width:500px;
	height:1px;
	overflow:hidden;
}

#timetable .dottedLine{
	width:120px;
	height:1px;
	background-image:url(elements/dottedLine.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:5px;
}

#timetable #headline{
	color:#019dd0;
	font-size:36px;
	font-weight:bold;
}

#timetable #subHeadline{
	color:#d10032;
	font-size:18px;
	font-weight:bold;
}

#timetable .news{
	width:400px;
	margin-top:20px;
	overflow:hidden;
}

#timetable .newsPic{
	margin-right:5px;
	margin-bottom:5px;
}

#timetable .float1{
	float:left;
}

#timetable .float2{
	float:right;
}

#timetable .newsHeadline{
	font-weight:bold;
	font-size:14px;
}

#timetable .newsDate{
	font-style:italic;
}

#timetable .newsText{
	margin-top:10px;
	text-align:justify;
}

#timetable .formatLink{
	text-decoration:none;
	font-size:12px;
	color:#019dd0;
	font-weight:bold;
}

#timetable .formatLink:hover{
	color:#d00032;
}

#timetable #pagerLast{
	margin-right:30px;
	margin-top:20px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	color:#019dd0;
}

#timetable #pagerNext{
	margin-top:20px;
	margin-right:20px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display:inline;
	float:right;
	color:#019dd0;
}

#timetable #pagerLast:hover{
	color:#cd0039;
}

#timetable #pagerNext:hover{
	color:#cd0039;
}

#timetable .align0{
	text-align:left;
}

#timetable .align1{
	text-align:center;
}

#timetable .align2{
	text-align:justify;
}

#timetable .align3{
	text-align:right;
}

#timetable .dateBox{
	width:70px;
	height:70px;
	color:#FFFFFF;
	text-align:center;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

#timetable .normal{
	background-color:#cccccc;
	border:0px;
}

#timetable .highlight{
	background-color:#019dd0;
	border:1px solid #cd0039;
}

#timetable .dateBox .day{
	font-size:30px;
	font-weight:bold;
}

#timetable .dateBox .month{
	font-size:12px;
}

#timetable .dateBox .year{
	font-size:12px;
}

#timetable .dateBox .monthBox{
	margin:0px;
	padding:0px;
	height:10px;

}

#timetable .dateBox .yearBox{
	margin-top:5px;
	margin-bottom:3px;
}

#timetable .timetableBox{
	margin-top:25px;
	clear:left;
	width:500px;
	background-color:#f5f5f5;
	overflow:hidden;
}

#timetable .headlineBox{
	font-weight:bold;
	font-size:20px;
}

#timetable .readMore{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#019dd0;
}

#timetable .readMore:hover{
	color:#cd0039;
}

#timetable .display{
	display:block;
}

#timetable .noDisplay{
	display:none;
}
