/* Table containing whole calendar - TABLE */
.calOuterTable {
	border: 1px solid #003366;
	width: 170px;
	background-color: #006699;
}
/* Month Selector - INPUT */
/* Year Selector - INPUT */
.calCtrl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Week Day Title - TD */
.calWTitle {
	text-align: center;
	color: #FFFFFF;
	height: 20px;
	width: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0066CC;
}
/* Selected Date - TD */
.calDayCurrent {
	width: 20px;
	background-color: #FFCC00;
}
/* Sat. and Sun. - TD */
.calDayWeekend {
	width: 20px;
	background-color: #94B3FF;
}
/* Sat. and Sun. - TD */
.calDayHoliday {
	width: 20px;
	background-color: #6699CC;
}
/* Not Sat. and Sun. - TD */
.calDayWorking {
	background: #FFFFFF;
	width: 20px;
}
/* Days of current month - A */
.calThisMonth {
	color: #003366;
	text-decoration: none;
	font-family: "Arrial Narrow", Verdana, sans-serif;
	font-size: 12px;
}
/* Days of other month - A */
.calOtherMonth {
	color: #909090;
	text-decoration: none;
	font-family: "Arrial Narrow", Verdana, sans-serif;
	font-size: 12px;
}
/* Days not allowed by limits - SPAN */
.calForbDate {
	color: red;
	font-family: "Arrial Narrow", Verdana, sans-serif;
	font-size: 12px;
}
/* Time navigation table = TABLE */
.calTimetable{
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 12px;
}
.calDataTitle{
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 12px;
	color: #FFFFFF;
}

