.calendar_day_style, .calendar_month_style, .price_band_1, .price_band_2, .price_band_3, .price_band_4, .price_band_5, .price_band_6, .price_band_1_booked, .price_band_2_booked, .price_band_3_booked, .price_band_4_booked, .price_band_5_booked, .price_band_6_booked {
	font-family: Verdana;
	font-size: 7pt;
/*	color: #004C9D;*/
	vertical-align: middle;
}

.calendar_day_style, .price_band_1, .price_band_2, .price_band_3, .price_band_4, .price_band_5, .price_band_6, .price_band_1_booked, .price_band_2_booked, .price_band_3_booked, .price_band_4_booked, .price_band_5_booked, .price_band_6_booked {
	text-align: center;
	border: 1px solid #FCF7E2;
}

.calendar_month_style {
	text-align: right;
	padding-left: 2px;
	padding-right: 5px;
}

.calendar_month_style, .calendar_day_style {
	color: #004C9D;
}

.calendar_blank_date_style {

}

.calendar_whole_table {
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	margin-top: 7px;
}

.calendar_day_style {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:4px;	
}

.price_band_1, .price_band_1_booked {
/*£300 per week*/
	background-color: #CACDC9;
}

.price_band_2, .price_band_2_booked {
/*£600 per week*/
	background-color: #97D634;
}

.price_band_3, .price_band_3_booked {
/*£750 per week*/
	background-color: #F3F142;
}

.price_band_4, .price_band_4_booked {
/*£840 per week*/
	background-color: #EE9F39;
}

.price_band_5, .price_band_5_booked {
/*£1,185 per week*/
	background-color: #FB5E2E;
}

.price_band_6, .price_band_6_booked  {
/*£450 per week*/
	background-color: white;
}

.price_band_1, .price_band_2, .price_band_3, .price_band_4, .price_band_5, .price_band_6 {
/*	color: #004C9D;*/
	color: black;
}

.price_band_1_booked, .price_band_2_booked, .price_band_3_booked, .price_band_4_booked, .price_band_5_booked, .price_band_6_booked {
	color: black;
	font-weight: bold;
}

.Calendar_Footer {
	font-family: Verdana;
	font-size: 8pt;
	color: black;
	text-align:center;
	padding-top: 5px;
}
