body {
	min-width: 950px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;	/*background-repeat: repeat-x;*/
	/*background-position: top;*/
	/*background-image: url(../img/navigation/pageBg.gif);*/
}
.calendarHolder {
	width: 203px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: left;
	height: 233px;
	font-weight: bold;
	background-color: #FFFFFF;
	}
.calendarHolder h3 {
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	clear: both;
	background-color: #eee;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 100%;
}
.matrix, .dates {
	padding: 0px;
	clear: both;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.matrix ul, .dates ul {margin: 0px;
	padding: 0px;}
.matrix li {
	display: block;
	background-color: #009933;
	text-align: center;
	list-style-type: none;
	width: 28px;
	height: 28px;
	line-height: 28px;
	float: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-left-width: 0px;
}
.matrix a {
	background-color: #E5FCF1;
	display: block;
}
.expanded {
	width: 20px;
	background-color: #FFFFFF;
	text-align: left;
}
.empty {
	background-image: url(/img/navigation/calendarBgEmpty.gif);
}
.dates li {
	display: block;
	float: left;
	background-color: #E6E6E6;
	text-align: center;
	list-style-type: none;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-left-width: 0px;	
}
.dates li.saturday {
	background-color: #DFD7C6;
}
.dates li.sunday {
	background-color: #D1C5AB;
}
.arrival {
	background-image: url(/img/navigation/calendarBgArrival.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.departure {
	background-image: url(/img/navigation/calendarBgDeparture.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.booked {
	background-image: url(/img/navigation/calendarBgBooked.gif);
}

/*** Custom ***/
.calendarButtons {
	width: 440px;
}

.calendarButtons a {
	color: #006699;
	text-decoration: none;
	margin-left: 0px;
	background-repeat: no-repeat;
	margin-right: 5px;
	background-image: url(/img/navigation/buttonSubmit.gif);
	text-align: center;
	display: inline;
	float: left;
	height: 25px;
	width: 65px;
	line-height: 25px;
}
