@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #3B3B38;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.booking_info {
	font-size: 11px;
}
.programme {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.programme_details {
	height: 210px;
	width: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	vertical-align: top;
	
	padding: 0;
	padding-left: 10px;
	padding-right: 20px;
	
	margin-top: 10px;
}
.programme_table th {
	font-weight: bold;
	text-align: left;
	width: 60%;
	padding-right: 20px;
}
.programme_table td {
	width: 40%;
}
.servicecharge {
	font-size: 10px;
}
a {
	color: #C8BA8C;
	text-decoration: underline;
}