#footer {
	margin-top: 25px;
	height: 40px;
}
.bold {
	font-weight: bold;	
}
.error {
	color: #CC0000 !important;
}

.smallGapBefore {
	margin-top: 10px;	
}

.smallGapAfter {
	margin-bottom: 10px;	
}

.largeGapBefore {
	margin-top: 25px;	
}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 0.1em;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.availability h3 {
	margin-bottom: -5px;	
}

.timelineLegend {
	margin-bottom: 2px;
	font-size: 0.8em;
	vertical-align:middle;
}
.timelineLegend img {
	vertical-align:middle;
}
.timelineLegend img.unavailable {
	margin-left: 15px;
}

table.bookingCalendar {
	width: 100%;
	margin-bottom: 5px;
	border-collapse: collapse;
}
table.bookingCalendar th, table.bookingCalendar td {
	width: 5%;
	padding: 4px 0;
	text-align: center;
	font-size: 11px;
}
table.bookingCalendar th.monthEnd, table.bookingCalendar td.monthEnd {
	border-right: 1px solid white;
}
table.bookingCalendar thead th {
	background-color: #C7AD9C;
	border-bottom: 1px solid white;
}
table.bookingCalendar tbody td {
	background-color: #DED5CE;
}
table.bookingCalendar tfoot td, .timelineLegend .available {
	background-color: #A0E899;
	border-top: 1px solid white;
}
table.bookingCalendar tfoot td.unavailable, .timelineLegend .unavailable {
	background-color: #FF8A8A;
}

table.darkerBackground th, table.darkerBackground td {
	background-color: #E4E4CB;	
}

#makeABookingContainer, .makeABookingIFrame {
	height: 225px;
}

#makeBooking #mainCol {
	padding-top: 22px;
}
#makeBookingForm table, #bookingExtrasForm table, table.bookingSuccessTable, #agentRegistrationForm table, table.agentRegistrationSuccessfulTable {
	border: 1px solid #AE8D64;
	background-color: #F7F7EF;
	border-collapse: collapse;	
}
#makeBookingForm table thead, #bookingExtrasForm table thead, table.bookingSuccessTable thead, #agentRegistrationForm table thead, table.agentRegistrationSuccessfulTable thead {
	background-color: #C7AC9B;
	border: 1px solid #AE8D64;
	font-weight: bold;
}
#makeBookingForm table th, #makeBookingForm table td, #bookingExtrasForm table td, #bookingExtrasForm table th, table.bookingSuccessTable th, table.bookingSuccessTable td, #agentRegistrationForm table th, #agentRegistrationForm table td, table.agentRegistrationSuccessfulTable th, table.agentRegistrationSuccessfulTable td {
	padding: 5px 10px;
	font-size: 11px;
}
#agentRegistrationForm table th {
	text-align: right;	
}
#agentRegistrationForm table tbody th, #agentRegistrationForm table tbody td {
	padding: 2px 5px;
}
#makeBookingForm table td label, #bookingExtrasForm table td label {
	font-weight: bold;
}
#makeBookingForm table td input, #makeBookingForm table td select, #makeBookingForm table td textarea, #bookingExtrasForm table td input {
	margin-top: 3px;	
}
#makeBookingForm table td input[type=submit], #bookingExtrasForm table td input[type=submit], #agentRegistrationForm table td input[type=submit] {
	margin-bottom: 5px;
	padding: 1px 6px;
	background-color: #C7AC9B;	
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
#makeBookingForm table td textarea {
	font-size: 11px;
}
#makeBookingForm table td p {
	font-weight: normal;	
}

table.bookingSuccessTable, table.agentRegistrationSuccessfulTable {
	width: 100%;
}
table.bookingSuccessTable tbody p, table.agentRegistrationSuccessfulTable tbody p {
	padding: 0 10px;
}
table.bookingSuccessTable tbody th, table.agentRegistrationSuccessfulTable tbody th {
	white-space: nowrap;
	text-align: right;
}
table.bookingSuccessTable tbody td, table.agentRegistrationSuccessfulTable tbody td {
	width: 80%;
	padding-left: 0;
}
table.bookingSuccessTable tbody td ul {
	padding-left: 10px;
	list-style: square;
}

table td.rowSpacer {
	height: 8px;
	font-size: 0;
	line-height: 0;
}
