


/* Calendar Styles */
.calendarWrapper {
	width: 98%;
	float: left;
	border-left: solid 1px #eee;
}
.calendarHeader {
	padding-bottom: 10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	width: 98%;
}
.calendarDayColumn {
	float:left;
	width:14%;
	height:17px;
	font-size:12px;
	font-weight: bold;
	background-color: #8b9c62;
	border-right: solid 1px #8b9c62;
	text-align:center;
	color: #FFFFFF;
}
.calendarBlank {
	float:left;
	width:14%;
	height:115px;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background-image: url(../img/calendarBg.gif);
}
.calendarDefault {
	float:left;
	width:14%;
	height:115px;
	font-size:9px;
	background-color:#FFF;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	text-align:left;
	overflow: auto;
}
.calendarAvailable {
	float:left;
	width:14%;
	height:115px;
	font-size:9px;
	background-color:#eef4e4;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	text-align:left;
	#cursor:pointer;
	overflow: auto;
}
.calendarText {
	padding: 5px;
	font-size: 8px;
}
/*.calendarBusy {
	float:left;
	width:14%;
	height:113px;
	font-size:9px;
	background-color:#f0d0d0;
	border: solid 1px #BBB;
	text-align:right;
}*/
.calendarDate {
	float:left;
	padding: 3px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}


.calendarDayHeader {
	float:left;
	width:698px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	background-color:#f0f0f0;
	border: solid 1px #BBB;
	text-align:center;
}
.calendarDayRow {
	float:left;
	width:700px;
	height:15px;
}
.calendarDayDefault {
	font-size:12px;
	background-color:#f0f0f0;
	border: solid 1px #BBB;
	text-align:left;
}
.calendarDayAvailable {
	font-size:12px;
	background-color:#d0f0d0;
	border: solid 1px #BBB;
	text-align:left;
	cursor:pointer;
}
.calendarDayBusy {
	font-size:12px;
	background-color:#f0d0d0;
	border: solid 1px #BBB;
	text-align:left;
}
.calendarDayTime {
	float:left;
	width:65px;
	padding: 0 10px 0 0;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

.calendarClear {
	clear:both;
}