.another_month {
	color: #666666;
	background-color: #f0f0f0;
}

.current_month, .another_month {
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	height: 25px;
}

.booked_day {
	background-color: #EF5959;
}

.free_day {
	background-color: #40BF00;
	color: #fff;
}

.xtra_book_price_col {
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	background-color: #CFCFCF;
}
