tr {
	font-weight: bold;
	color: #003366;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	empty-cells: show;
	font-size: small;
}
.days {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFCC;
	background-position: middle;
	color: #666666;
}
.special {
	color: #FF0000;
}
.arriving {
	background-color: #CCCCCC;
	background-image: url(/img/arriving.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	font-style: normal;
	font-weight: normal;
}
.booked {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #CCCCCC;
	text-decoration: line-through;
}
.departing {
	background-color: #FFFFFF;
	background-image: url(img/departing.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.changeover {
	background-color: #CCCCCC;
	background-image: url(img/changeover.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	font-style: normal;
	font-weight: normal;
}
.arrivingspecial {
	background-color: #CCCCCC;
	background-image: url(/img/arriving.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	font-style: normal;
	color: #FF0000;
	font-weight: normal;
}
.bookedspecial {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #CCCCCC;
	background-position: right;
	text-decoration: line-through;
	color: #FF0000;
}
.departingspecial {
	background-color: #FFFFFF;
	background-image: url(img/departing.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
}
.changeoverspecial {
	background-color: #CCCCCC;
	background-image: url(img/changeover.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
}
