@charset "UTF-8";
/* CSS Document */


	/* ================== PAGE SPECIFIC STYLES - AVAILABILITY PAGE - TABLE STYLES ================== */

#booking #container .fullwidth {
	margin-right: 5px;
	margin-left: 5px;
}
#booking #container .fullwidth .availability {
	width: 100%;
	border: 1px solid #666666;
	border-collapse:collapse;
}
#booking #container .fullwidth .availability span, #booking #container .fullwidth .availability .normal {
	font-variant: small-caps;
	font-size: 90%;
	position: relative;
	float: left;
	text-align: center;
}
#booking #container .fullwidth .availability .captioninfo {
	float: none;
	text-align: left;
}
.fullwidth .availability caption {
	font-size: 120%;
	font-weight: bold;
	color: #335D33;
	text-align: left;
	padding-bottom: 5px;
	text-indent: 12%;
	margin-top: 10px;
}
#booking #container .fullwidth .availability td {
	padding: 2px;
}
.month, .march-july {
	color: #FFFFFF;
	background-color: #335D33;
	text-align: center;
	width: 170px;
	height: 20px;
}
.march-july {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #335D33;
}
.fiveweek span, .fiveweek .bold, .fiveweek .normal {
	width: 20%;
}
.fourweek span, .fourweek .bold, .fourweek .normal {
	width: 25%;
}
.threeweek span, .threeweek .bold, .threeweek .normal {
	width: 33%;
}
#booking #container .fullwidth .availability .green {
	background-color: #A4C589;
}
.threeweek, .fourweek, .fiveweek {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #335D33;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #335D33;
}
.period {
	text-align: right;
	padding-right: 5px;
	font-size: 80%;
	font-weight: bold;
}
strong, .bold {
	font-weight: bold;
	color: #CC0000;
}
#booking #container .fullwidth .availability a {
	font-size: 120%;
}
#booking #container .scroll {
	overflow: scroll;
	overflow-x: hidden;
	height: 250px;
	margin-top: 5px;
	border: 1px solid #666666;
}
table .prices {
	width: 100%;
	text-align: center;
}
.prices tr {
	width: 100%;
}
.threeweek .prices td, .fourweek .prices td, .fiveweek .prices td {
	font-size: 90%;
}
.threeweek .prices td {
	width: 33%;
}
.fourweek .prices td {
	width: 25%;
}
.fiveweek .prices td {
	width: 20%;
}
#booking #container .fullwidth h1 {
	padding-top: 10px;
}

