div#BookingCalender {
	border: 1px solid #dddddd;
	background: #e8f0fa none repeat scroll 0%;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div#BookingCalender h4 {
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
}

div#BookingCalenderSelect {
	padding-left:5px;
}

table.BookingCalenderTable {
	border-width: 0px;
	border-spacing: 5px;
	border-style: none;
	border-color: #000000;
	border-collapse: separate;
	text-align: center;
}

table.BookingCalender {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-collapse: separate;
	width: 100%;
	font-weight: normal;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}

table.BookingCalender th {
	height: 10px;
}

table.BookingCalender td {
	height: 40px;
	width: 15px;
	font-weight: normal;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}