/* Calendar */

.Calendar { 
	border: solid 1px #aed0dd;
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 70%;
	padding: 3px;
	border-bottom: solid 1px #aed0dd;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #eaf4f9; 
	color: #000000;
	font-weight: normal;
	}





.CalendarWeekdayName a:link {
	color: #1f4cd2;
	}

.CalendarWeekdayName a:visited{
	color: #871414;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #ff2626;
	}

.CalendarWeekendName{
	font-size: 70%;
	padding: 3px;
	border-bottom: solid 1px #aed0dd;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #eaf4f9;	
	color: #000000;
	font-weight: normal;
	}





.CalendarWeekendName a:link {
	color: #000000;
	}

.CalendarWeekendName a:visited{
	color: #000000;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #ff2626;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 70%;
	padding: 3px;
	border-bottom: solid 1px #aed0dd;
	text-align: center;
	background-color: #f9f9f9;	
	color: #000000;
	}





.CalendarDay a:link {
	color: #1f4cd2;
	}

.CalendarDay a:visited{
	color: #871414;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #ff2626;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 70%;
	padding: 3px;
	border-bottom: solid 1px #aed0dd;
	text-align: center;
	background-color: #eaf4f9;	
	color: #000000;
	}





.CalendarWeekend a:link {
	color: #1f4cd2;
	}

.CalendarWeekend a:visited{
	color: #871414;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #ff2626;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 70%;
	padding: 1px;
	border: 2px solid #aed0dd; border-top: 1px solid #aed0dd;
	text-align: center;
	background-color: #f9f9f9;	
	color: #000000;
	}





.CalendarToday a:link {
	color: #1f4cd2;
	}

.CalendarToday a:visited{
	color: #871414;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #ff2626;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 70%;
	padding: 1px;
	border: 2px solid #aed0dd; border-top: 1px solid #aed0dd;
	text-align: center;
	background-color: #eaf4f9;	
	color: #000000;
	}





.CalendarWeekendToday a:link {
	color: #1f4cd2;
	}

.CalendarWeekendToday a:visited{
	color: #871414;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #ff2626;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 70%;
	padding: 3px;
	border-bottom: solid 1px #aed0dd;
	text-align: center;
	background-color: #f9f9f9;	
	color: #ff9326;
	}





.CalendarOtherMonthDay a:link {
	color: #ff9326;
	}

.CalendarOtherMonthDay a:visited{
	color: #ff9326;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #ff2626;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 70%;
	padding: 1px;
	border: 2px solid #aed0dd; border-top: 1px solid #aed0dd;
	text-align: center;
	background-color: #f9f9f9;	
	color: #ff9326;
	}





.CalendarOtherMonthToday a:link {
	color: #ff9326;
	}

.CalendarOtherMonthToday a:visited{
	color: #ff9326;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #ff2626;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 70%;
	padding: 3px;
	border-bottom: solid 1px #aed0dd;
	text-align: center;
	background-color: #eaf4f9;	
	color: #ff9326;
	}





.CalendarOtherMonthWeekend a:link {
	color: #ff9326;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #ff9326;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #ff2626;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 70%;
	padding: 1px;
	border: 2px solid #aed0dd; border-top: 1px solid #aed0dd;
	text-align: center;
	color: #ff9326;
	background-color: #eaf4f9;	
	}
	




.CalendarOtherMonthWeekendToday a:link {
	color: #ff9326;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #ff9326;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #ff2626;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 70%;
	padding: 3px;
	border-bottom: solid 1px #aed0dd;
	background-color: #aed0dd;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
