body.main {
	background-color: #7FCFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}
.maincell {
	background-repeat: repeat-y;
	background-image: url(bodybg.jpg);
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
}
.heading {
	font-family: Century Gothic, Arial Black, Gadget, serif;
	font-size: 16pt;
	color: #1143FF;
}
.subheading {
	font-family: Century Gothic, Arial Black, Gadget, serif;
	font-size: 14pt;
	color: #1143FF;
}
a:link {
	color: #1143FF;
}
a:visited {
	color: #1143FF;
}
.price {
	font-family: Century Gothic, Arial Black, Gadget, serif;
	font-size: 20pt;
	color: #1143FF;
}
.inputbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.calendarheading {
	font-family: Century Gothic, Arial Black, Gadget, serif;
	font-size: 12pt;
	color: #1143FF;
	font-weight: bold;
}
table.calendar {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.calendar th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.calendar td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
}
.booking_booked {
	background-color: #E50000;
}
.booking_available {
	background-color: #0C0;
}
.booking_not {
	background-color: #999999;
}
body.calendar {
	background-color: #EEF9FF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	background-repeat: repeat;
}
.messagebox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.warning {
	color: #FF6000;
}