﻿/* General */
.Cal .ajax__calendar_container {border: 1px solid #333; font-family: Arial; font-size: 12px; padding: 4px; background: url(../css/Misc/bgToned.gif) no-repeat #fff; z-index: 10000;}
.Cal .ajax__calendar_body {font-family: Verdana; color: #000; font-size: 10px; /*height:139px;width:170px;position:relative;overflow:hidden;margin:auto;*/}
.Cal .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {/*top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;*/}
.Cal .ajax__calendar_container table {}

/* Header */
.Cal .ajax__calendar_header {height:19px;}
.Cal .ajax__calendar_prev {/*cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;*/ background-image: url(../css/Calendar/icnCalPrev.gif);}
.Cal .ajax__calendar_next {/*cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;*/ background-image: url(../css/Calendar/icnCalNext.gif);}
.Cal .ajax__calendar_title {cursor:pointer; font-weight:bold; color: #000; margin: 2px 0;}
.Cal .ajax__calendar_hover .ajax__calendar_title { color: #000;}

/* Default */
.Cal .ajax__calendar_dayname {width: 24px; height: 16px; padding: 0; text-align: center; font-size: 10px; font-family: Tahoma; /*height:17px;width:17px;text-align:right;padding:0 2px;*/}
.Cal .ajax__calendar_month {/*height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;*/ font-size: 10px;}
.Cal .ajax__calendar_year {/*height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;*/ font-size: 10px;}
.Cal .ajax__calendar_day {width: 23px; height: 16px; border-top: 1px solid #fff; border-left: 1px solid #fff; padding: 3px 0 0 0; text-align: center; font-size: 10px; /*height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;*/}
.Cal .ajax__calendar_other {color: #ccc;}
.Cal .ajax__calendar_enabled {color: white;}
.Cal .ajax__calendar_disabled {color: white;}
.Cal .ajax__calendar_test {background-color: #ededed; color: #999; font-family: Verdana, Arial, Sans-Serif; font-size: 10px;
                           background-image: url(Calendar/bgCalDays166.gif); background-position: 0 -180px;}
			
/* Selected */
.Cal .ajax__calendar_active .ajax__calendar_day {background-image: url(../css/Ajax_calendar/bgSelDay.gif); background-repeat: no-repeat;}
.Cal .ajax__calendar_active .ajax__calendar_month {background-image: url(../css/Ajax_calendar/bgSelMonthYear.gif); background-repeat: no-repeat;}
.Cal .ajax__calendar_active .ajax__calendar_year {background-image: url(../css/Ajax_calendar/bgSelMonthYear.gif); background-repeat: no-repeat;}
			
/* Hover */
.Cal .ajax__calendar_hover .ajax__calendar_day {background-color: #aa0a00; color: #fff; font-weight: bold;}
.Cal .ajax__calendar_hover .ajax__calendar_month {background-color: #aa0a00; color: #fff; font-weight: bold;}
.Cal .ajax__calendar_hover .ajax__calendar_year {background-color: #aa0a00; color: #fff; font-weight: bold;}

/* Footer */
.Cal .ajax__calendar_footer {font-family: Verdana; font-size: 10px; /* height:15px;*/}	
.Cal .ajax__calendar_today {/*cursor:pointer; padding-top:3px;*/ border-top: 1px solid #ccc; color: #000;}
.Cal .ajax__calendar_hover .ajax__calendar_today {color: #aa0a00; font-weight: bold;}
