table.cal_month {
	border: 1px solid #000000;
	margin: 0 5px 5px 0;
	float: left;
	border-collapse: collapse;
}
.cal_month_title {
	text-align: center;
}
table.cal_month th {
	text-align: center;
}
table.cal_month td {
	text-align: center;
	padding: 4px;
}
.wkend {
	background-color: #EEEEEE;
}
.wkday {
	background-color: #FFFFFF;
}
table.cal_month a {
	color: #FFFFFF;
	font-weight: bold;
}
table.cal_month .wkday_paid a, table.cal_month .wkend_paid a {
	color: #000000;
}
.wkend_reserved {
	background-color: IndianRed;
}
.wkday_reserved {
	background-color: FireBrick;
}
.wkend_confirmed {
	background-color: #6633FF;
}
.wkday_confirmed {
	background-color: #6600FF;
}
.wkend_paid {
	background-color: #FFFFCC;
}
.wkday_paid {
	background-color: #FFFF99;
}

.wkend_unavail, .wkday_unavail {
	background-color: #999933;
	color: #000000;
}
.low_tariff, .high_tariff {
	background-position: top left;
	background-repeat: repeat-x;
}
.low_tariff, .start_low_tariff, .end_low_tariff {
	background-color: #99CC66;
	border-top: 1px solid #333300;
	border-bottom: 1px solid #333300
}
.high_tariff, .start_high_tariff, .end_high_tariff {
	background-color: orange;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
.start_low_tariff {
	border-left: 1px dotted #333300;
}
.start_high_tariff {
	border-left: 1px dotted #CC0000;
}
.end_low_tariff {
	border-right: 1px dotted #333300;
}
.end_high_tariff {
	border-right: 1px dotted #CC0000;
}

table.cal_month_grid {
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table.cal_month_grid th {
	text-align: center;
	background-color: #B0CA0A;
	width: 20px;
}
table.cal_month_grid td {
	text-size: 11px;
	text-align: center;
	padding: 2px;
	margin: 0;
	width: 20px;
}
.highlight {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
.start_highlight {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
}
.end_highlight {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
}