#availability {
	padding: 10px;
}

h2.monthname {
	clear: both;
	font-size: 1em;
	text-align: center;
	border-bottom: 1px solid #888060;
	padding-top: 15px;
	margin: 0;
}

.tablesurround {
	float: left;
	width: 217px;
	padding: 0 13px;
}

	.availtable {
		width: 217px;
		border-collapse: collapse;
	}

		.availtable td {
			width: 31px;
			height: 31px;
			line-height: 31px;
			text-align: center;
			font-size: 0.9em;
		}

		.availtable td.monthname {
			width: 217px;
			height: 20px;
			line-height: 20px;
			font-size: 1em;
			font-weight: bold;
		}

		.availtable td.monthprice {
			width: 217px;
			height: 20px;
			line-height: 20px;
		}

		.availtable td span {
			display: block;
			width: 24px;
			height: 24px;
			line-height: 24px;
			border: 1px solid #dcd6b2;
			margin: 2px;
		}

		.availtable td.days span {
			border: 1px solid #000000;
			background: #dfdbc5;
			color: #000000;
		}

		.availtable td.booked span {
			background: #cc0000;
			color: #ffffff;
		}

		.availtable td.booked2 span {
			background: #cc0000;
			color: #ffffff;
		}

		.availtable td.booked3 span {
			background: #cc0000;
			color: #ffffff;
		}

		.availtable td.booked4 span {
			background: #cc0000;
			color: #ffffff;
		}

		.availtable td.greyed span {
			border: 1px solid #cccccc;
		}

#availpageleft {
	float: left;
	width: 400px;
}

#availpageright {
	float: right;
	width: 340px;
}

#availsearchform {
	width: 278px;
	background: #dfdbc5;
	border: 1px solid #817d68;
	padding-bottom: 5px;
}

	#availsearchform label {
		float: left;
		width: 100px;
		text-align: right;
		padding-right: 10px;
		margin-bottom: 5px;
		position: relative;
		top: 4px;
	}

	#availsearchform input, #availsearchform select {
		margin-bottom: 5px;
	}

	#availsearchform h2 {
		background: #817d68;
		color: #ffffff;
		font-size: 1.2em;
		text-align: left;
		padding: 2px 4px;
		margin: 0 0 5px 0;
	}

.isavail {
	padding: 10px 0;
	border-top: 1px solid #dfdbc5;
	border-bottom: 1px solid #dfdbc5;
}

	.isavail a {
		float: right;
		width: 100px;
		color: #ffffff;
		font-weight: bold;
		background-color: #860941;
		text-align: center;
		text-decoration: none;
		border: 2px outset #000000;
	}