.calDatCtrl {
	width: 75px;
}

/* Table containing whole calendar - TABLE */
.calOuterTable {
	border: 1px solid silver;
	width: 170px;
	font-family:"Century Gothic";
	font-size:12px;
}
/* Month Selector - INPUT */
/* Year Selector - INPUT */
.calCtrl {
	font: 14px Haettenschweiler, Arrial Narrow, Verdana, sans-serif;
}
/* Week Day Title - TD */
.calWTitle {
	background: #87cefa;
	text-align: center;
	color: #FFFFFF;
	height: 20px;
	width: 20px;
}
/* Selected Date - TD */
.calDayCurrent {
	background: #FFC0C0;
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayWeekend {
	background: #dbeaf5;
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayHoliday {
	background: gray;
	width: 20px;
}
/* Not Sat. and Sun. - TD */
.calDayWorking {
	background: #FFFFFF;
	width: 20px;
}
/* Days of current month - A */
.calThisMonth {
	color: #000000;
	text-decoration: none;
}
/* Days of other month - A */
.calOtherMonth {
	color: #909090;
	text-decoration: none;
}
/* Days not allowed by limits - SPAN */
.calForbDate {
	color: red;
}
/* Time navigation table = TABLE */
.calTimetable{
	font-size: 12px;
}
.calDataTitle{
	font-size: 12px;
	color: #FFFFFF;
}
