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

div#calendar_text {
	float: left;
	
	width: 660px;
	max-width: 660px;
		
	margin-top: 4px;
	margin-left: 20px;
	
	overflow: auto;
	}

div#calendar_content {
	float: left;
	width: 500px;
	}

div#calendar_form_frame {
	float: left;
	
	width: 660px;
	max-width: 660px;

	background-color: #DDD;
	border-style: solid;
	border-width: 2px;
	border-color: #8A8A8A;
	
	margin-top: 25px;
	margin-left: 20px;
	}
	
div#calendar_form {	
	width: 580px;
	max-width: 580px;
	
	margin-left: 70px;
	
	color: #666;
	
	background-color: #DDD;
	}
	
div#calendar_form_title {
	text-align: center;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32pt;
	color: #8A8A8A;
	line-height: normal;
	
	width: 530px;
	
	margin-top: 30px;
	}

div#calendar_navigation	{
	text-align: center;
	
	width: 530px;
	}

div.calendar_page {
	float: left;
	
	width: 168px;
	max-width: 168px;
	height: 216px;
	max-height: 216px;
	
	margin-top: 15px;
	margin-left: 5px;
	
	background-image: url(../Images/Site/Layout/Calendar_Sheet.png);
	}
	
div.page_month {	
	height: 30px;
	width: 168px;
	max-width: 168px;
	
	margin-top: 19px;
	
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 30px;
	}
	
div.page_weekdays {	
	width: 168px;
	max-width: 168px;
	
	margin-top: 7px;
	padding-bottom: 5px;
	
	text-align: center;
	font-size: 9px;
	}
	
div.page_week {	
	width: 153px;
	max-width: 153px;
	height: 17px;
	
	margin-top: 5px;
	margin-left: 8px;
	
	text-align: center;
	font-size: 11px;
	}
	
div.page_week_even {
	background-color: #CCF;
	}
	
div.page_week_odd {
	background-color: #FDFDFD;
	}
	
div.page_week_available {
	color: #666;
	}
	
div.page_week_booked {
	color: #acacac;
	}
	
div.week_start {
	float: left;
	
	width: 30px;
	margin-left: 7px;
	
	text-align: left; 
	}

div.week_price {
	float: left;
	
	width: 79px;
	
	text-align: center;
	}
	
div.week_end {
	float: left;
	
	width: 20px;
	
	text-align: right;
	}
	
div#calendar_rebates {
	text-align: center;
	
	float: left;
	
	width: 500px;
	
	margin-left: 80px;
	margin-top: -10px;
	}