/*  

This is the stylesheet for the booking/pricing calendars and enquiry form

*/


.main ul.avail-list {
	margin: 0 0 40px 0;
	padding: 0;
	clear: both;
}

.main .bookings {
	float: left;
	display: inline;
	width: 170px;
	height: 200px;
	margin: 0 6px;
	list-style-type: none;
}

#side #side-cal {
	border-top: 0 none;
	margin: 0 20px;
	padding: 0;
	width: 100%;
}

#side .bookings {
	border: 0 none;
	padding: 0;
	width: 200px;
}

.bookings table {
	background-color: #4e838f;
	text-align: left;
	padding: 3px;
}

#side #side-cal .bookings table {
	background-color: #fff;
	border: 0 none;
	margin: 0 auto 7px auto;
}

.bookings caption {
	text-align: right;
}

#side .bookings caption {
	text-align: center;
}

.bookings td, .bookings th {
	padding: 3px;
	font-size: 0.8em;
	line-height: 1;
}

#side .bookings td, #side .bookings th {
	font-size: 0.85em;
}
#side .bookings th {
	color: #5e2d03;
}
.bookings th {
	color: #fff;
}

.bookings .daysofweek th {
	font-weight: bold;
}

.bookings td.booked {
	background-color: #c00;
	color: #000;
}

.bookings td.avail {
	background-color: #0c0;
	color: #fff;
}



.prices {
	margin-left: 80px;
	text-align: center;
	background-color: #efedea;
	border: 1px #5e2d03 solid;
	padding: 3px;
}

.prices caption {
	text-align: right;
}

.prices td, .prices th {
	padding: 5px;
	border: 3px #efedea solid;
	font-size: 0.8em;
	line-height: 1.2;
	background-color: #fff;
}

.prices strong {
	text-transform: uppercase;
	font-weight: normal;
}



.enquiry {
	clear: left;
}

.enquiry table {
	color: #fff;
	width: 450px;
	margin-left: 40px;
	margin-top: 20px;
	background-color: #4e838f;
	padding: 6px;
	font-size: 0.8em;
}

.enquiry table td.cslabel {
	width: 200px; !important
}
.enquiry table input, .enquiry table textarea {
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: 0.5em;
	width: 200px;
}

.enquiry table select {
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: 0.5em;
}

.enquiry table .csrequired {
	font-weight: bold;
}

.enquiry table .csmissing, .main p.csformerror span {
	font-weight: bold;
	color: #f00;
}

.main #csenquiryform .cscontent p#csformsuccess {
	font-weight: bold;
	color: #0c0;
}


.enquiry table input#submit {
	background-color: #024e5e;
	color: #fff;
	width: 100px;
	padding: 3px;
	margin: 3px 0;
}
