/* Table containing whole calendar - TABLE */
.calOuterTable {
	border: 1px #000000 solid;
	width: 170px;
}
/* Month Selector - INPUT */
/* Year Selector - INPUT */
.calCtrl {
	font: normal 12pt "Times New Roman", Times, serif;
; text-transform: none
}
/* Week Day Title - TD */
.calWTitle {
	font: bold normal 10pt "Times New Roman", Times, serif;
	background: #330066;
	text-align: center;
	color: #FFFFFF;
	height: 20px;
	width: 20px;
; text-decoration: underline
}
/* Selected Date - TD */
.calDayCurrent {
	background: url(/elliebullet.gif);
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayWeekend {
	background: #CCCCFF;
	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 {
	font: bold 9pt "Times New Roman", Times, serif;
	color: #330066;
	text-decoration: underline;
}
/* Days of other month - A */
.calOtherMonth {
	font: italic 10pt Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
/* Days not allowed by limits - SPAN */
.calForbDate {
	font: 14px "Times New Roman", Times, serif;
	color: red;
}
/* Time navigation table = TABLE */
.calTimetable{
	font-family: "Times New Roman", Times, serif;	
	font-size: 12px;
}

