body {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Arial, Helvetica;
}
.content {
	padding: 5px;
}
.result {
	border-bottom: 1px solid silver;
	padding: 5px;
}
fieldset {
	border: 0px;
}
.search {
	background: #e3e3e3;
}
a {
	color: grey;
}
h1 a {
	color: white;
	text-decoration: none;
}
h2 {
	margin-bottom: 0px;	
}
h3 {
	border-bottom: 1px solid silver;
}
h1 {
	color: white;
	font-size: 14pt;
	background-color: #D01F3C;
	padding: 5px;
	margin: 0px; 
}
label {
	font-weight: bold;
	padding-right: 5px;
}
.t, .tp {
	float: left;
	padding: 2px;
}
.tp {
	background-color: #e3e3e3;
}
.tabs {
}
.tabs ul {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	height: 25px;
}
.tabs li {
	float: left;
	list-style: none;
}
.tabs .first a {
	border-left: 1px solid black;
}
.tabs a {
	border: 1px solid black;
	border-left: 0px;
	border-bottom: 0px;
	background-color: silver;
	text-decoration: none;
	color: black;
	display: block;
	float: left;
	padding: 5px;
}
.tabs a.selected {
	background: white;
}
.timetable {
	border: 1px solid black;
}
.clear {
        clear: both;
        font-size: 0px;
        line-height: 0px;
        visibility: hidden;
        margin: 0;
}
