/* Table containing whole calendar - TABLE */
.calOuterTable {
	border-top: 1px solid #EB5D5D;
	border-left: 1px solid #EB5D5D;
	border-bottom: 1px solid #750000;
	border-right: 1px solid #750000;
	width: 170px;
}
/* Month Selector - INPUT */
/* Year Selector - INPUT */
.calCtrl {
	font: 12px Verdana, sans-serif;
}
/* Week Day Title - TD */
.calWTitle {
	font: 11px Verdana, sans-serif;
	font-weight: 900;
	background: #FFEFAD;
	text-align: center;
	color: #000000;
	height: 20px;
	width: 20px;
}
/* Selected Date - TD */
.calDayCurrent {
	background: #CC0033;
	width: 20px;
	border: 1px solid #6F001C;
}

.calDayCurrent a.calThisMonth:link,
.calDayCurrent a.calThisMonth:visited,
.calDayCurrent a.calThisMonth:active {
	color: #FFFFFF;
	font-weight: 900;
}

/*Today*/
.calDayToday {
	width: 20px;
}

/* Sat. and Sun. - TD */
.calDayWeekend {
	background: #FFF9E1;
	width: 20px;
}
/* Marked Day - TD */
.calDayHoliday {
	background: url('/includes/javascripts/calendar/img/marked_day.gif');
	
	width: 20px;
}
/* Not Sat. and Sun. - TD */
.calDayWorking {
	background: #FFFFFF;
	width: 20px;
}
/* Days of current month - A */
.calThisMonth,
.calThisMonth:link,
.calThisMonth:visited,
.calThisMonth:active {
	font: 10px Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
}

.calThisMonth:hover {font-weight: 900; color: #CC0033;}

/* Days of other month - A */
.calOtherMonth,
.calOtherMonth:link,
.calOtherMonth:visited,
.calOtherMonth:active {
	font: 10px Verdana, sans-serif;
	color: #9D9D9D;
	text-decoration: none;
}
.calOtherMonth:hover {font-weight: 900; color: #CC0033;}

/* Days not allowed by limits - SPAN */
.calForbDate,
.calForbDate:link,
.calForbDate:visited,
.calForbDate:active {
	font: 10px Verdana, sans-serif;
	color: #000000;
}
/* Time navigation table = TABLE */
.calTimetable{
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 12px;
}
.calDataTitle{
	font-family: Verdana, sans-serif;	
	font-size: 10px;
	color: #FFFFFF;
	font-weight: 900;
}

