@charset "utf-8";
/* CSS Document */
#key {
	font-size: small;
	padding: 3px;
	border: 1px solid #999999;
	margin-top: 5px 0px 5px 0px;
}
#key ul {
	margin: 0px;
	padding: 0px;
}
#key li {
	display: inline;
	list-style-type: none;
	margin: 2px;
	padding-right: 3px;
	padding-left: 3px;
	width: 80px;
	border: 1px solid #CCCCCC;
}
#key li.head {
	color: #467B9B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	margin-right: 3em;
	margin-left: 3em;
	width: 600px;
}
.calendar {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	height: 215px;
}
.calendar table {
	border: 1px solid #CCC;
}
.calendar td, .calendar th {
	border: 1px solid #CCCCCC;
	margin: 0px;
	text-align: center;
	font-size: .9em;
	
}
.calendar td {
	padding: 5px 10px 5px 10px;
}
.booked, .winter-booked, .low-booked, .mid-booked, .high-booked, .peak-booked {
	text-decoration: line-through;
	font-weight: bold;
}
.winter, .winter-booked {
	background-color: #A2C1D5;
}
.low, .low-booked {
	background-color: #D8FCCD;
}
.mid, .mid-booked {
	background-color: #FFFFCC;
}
.high, .high-booked {
	background-color: #FCC;
}
.peak, .peak-booked{
	background-color: #E9D2FF;
}
.high-booked1 {	text-decoration: line-through;
	font-weight: bold;
}
.low-booked1 {	text-decoration: line-through;
	font-weight: bold;
}
.mid-booked1 {	text-decoration: line-through;
	font-weight: bold;
}
.peak-booked1 {	text-decoration: line-through;
	font-weight: bold;
}
.emptyrow {
	border: none;
}
