
.date-range {
	height: 20px;
}
.date-range a {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #264B4C;
}
.date-range a:hover {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #264B4C;
}

table.calendar {
	width: 100%;
	background-color: #CEDDDE;
}

table.calendar td {
	/*border: 1px solid #676664;*/
}

td.no-day {
	background-color: #E2EBEB;
	height: 22px;
}
	
td.days {
	width: 14%;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #316F74;
	text-align: center;
}

td.day {
	height: 22px;
	font-size: 11px;
	color: #E2EBEB;
	text-align: center;
}

td.day-available {
	height: 22px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}

td.day-available-striked {
	height: 22px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: line-through;
}

td.day-available-on {
	height: 22px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color: #E3DDC5;
}

td.day-taken {
	height: 22px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color: #B7B7B7;
}

td.day-taken-striked {
	height: 22px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color: #B7B7B7;
	text-decoration: line-through;
}

td.day-taken-on {
	height: 22px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color: #E3DDC5;
}


a.datelink {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.datelink:hover {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

td.monthyear {
	height: 22px;
	width: 100%;
	border-bottom: 5px solid #FFFFFF;
	padding-left: 5px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #264B4C;
	background-color: #E3DDC5;
	text-align: center;
}