﻿/* Calander */
.CalButton,
.CalClearDate,
.CalDayHeader,
.CalGoToToday,
.CalMonthHeader,
.CalOffMonth,
.CalSelectedDate,
.CalTextboxLabel, 
.CalTodayDay,
.CalWeekday,
.CalWeekend 
{ font-size:0.95em; background: #fff; }


/* MonthHeader */
.CalDayHeader { background: #AEAD9A; color: #000;}

/* MonthHeader */
.CalMonthHeader {z-index: 5;  background: #E0E0D6; color: #333;}
.CalMonthHeader a, .CalMonthHeader a:visited, .CalMonthHeader a:active, .CalMonthHeader a:hover {
	color: #333; background: none;  font-weight: bold;
}

/* CalOffMonth */
.CalOffMonth { background: #EDEDE6; color: #999;}
.CalOffMonth a, .CalOffMonth a:visited, .CalOffMonth a:active, .CalOffMonth a:hover {
	color: #999;
}

/* SelectedDate */
.CalSelectedDate { background: #F5F58E; font-weight: bold;}

/* CalTodayDay */
.CalTodayDay { border: 1px #263D85 solid; }
.CalTodayDay a { border: none;}

/* CalWeekend */
.CalWeekend { background: #E0E0D6; }

/* CalTextboxLabel */
.CalTextboxLabel {border: 1px soldid #ccc; background: #fff; color: #333; padding-left: 3px; }

