body {
	background: #FFFFFF;
	border : 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14px;
	color : #000000;
} 
a{
	color: #336666;
	text-decoration : underline;
}
a:hover{
	text-decoration: none;
}
td{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14px;
	color : #000000;
}
select{
	font-size : 14px;
}
input{
	font-size : 14px;
}
.normal{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14px;
	color : #000000;
}
.small{
	font-size: 10px;
}
.black{
	color : #000000;
}
.white{
	color : #ffffff;
}
.smallwhite{
	color : #ffffff;
	font-size: 10px;
}
.green{
	color: #666633;
}
.darkgreen{
	color: #333300;
}
.subhead {
	font-weight: bold; 
	color: #336666;
}
.subsubhead {
	font-weight: bold; 
	color: #669999;
}
.subheaddarkgreen{
	font-weight: bold; 
	color: #333300;
}
.subsubheadblack {
	font-weight: bold; 
	color: #000000;
}
.subsubheadgreen{
	font-weight: bold; 
	color: #666633;
}
.summarytitle {
	color: #666666;
}
.notclickable {
	font-weight: bold; 
	color: #336666;
}
.notunderlined {
	text-decoration: none;
}
sup{
	font-size: 10px;
}

table#availability {
	border: 2px solid black;
	empty-cells: hide;
}
table#availability td {
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
	width: 2em;
}
table#availability th {
	border: 1px solid black;
	text-align: center;
	font-weight: normal;
}


.available {
	background-color: #99CC00;
}
.availablesat {
	background-color: #669900;
}

.booked {
	background-color: #FF3333;
}

.errortext {
	color:#C00000; font-weight: bold;
}
.mandatory {
	color:#C00000; font-weight: bold;
}
.hint {
	font-size:60%;
	font-style:italic;

