*{margin: 0;
	padding: 0;
	border: 0;
}

	
/*CALENDAR---------------------------------------------------------------*/

.availCalendar{
	width: 250px;
	color: #333;
	float: left;
	border: 1px solid #ccc;
}
.availCalendar th{
	font-size: 80%;
	text-align: center;
}
.availCalendar .calendar-month{
	padding: 2px 0;
}
.availCalendar tr.weekDay{
	font-size: 80%;
}
.availCalendar td{
	font-size: 90%;
	width: 30px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eee;
}
.booked{
	background-color: #cc3333 !important;
	color: #fff;
	text-decoration: line-through;
}
.available{
	background-color: #669966 !important;
	color: #fff;
}
.reserved{
	background-color: #00f !important;
	color: #fff;
}
.notAvailable{
	background-color: #ccc !important;
	color: #fff;
}

.availCalendar .highlight{
	font-weight: bold;
	text-decoration: underline;
}
.adminCal{
	width: 250px;
	font-size: 110%;
}
.setAll{
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 75%;
}
.bookAll, .freeAll, .unavailAll{
	display: inline;
	margin-right: 8px;
	font-weight: bold;
}
.bookAll{
	color: #cc3333;
}
.freeAll{
	color: #669966;
}
.unavailAll{
	color: #999;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
