﻿.calIcone						{ width:20px; height:16px; border:0px; vertical-align:bottom; margin:0px 2px 0px 1px;}
.calHolder						{ background:#DDD; position:absolute; visibility:hidden; border:solid 1px black; z-index:11000; filter:revealtrans(duration="0.2", transition=12);}
.calTable						{ font:11px Tahoma; margin:1px; text-align:center; width:200px;}
.calTable a						{ text-decoration:none; color:black; padding:0; margin:0;}
.calHolder select				{ font:normal 12px Tahoma; background:#EEE;}
.calArrow, .calArrowDouble		{ height:12px; cursor:pointer; margin:0px 4px;}
.calArrow						{ width: 7px;}
.calArrowDouble					{ width:15px;}
.calToday						{ color:black; text-decoration:none;}
.calToday:hover					{ color:#224101;}
.calDay, .calDayWeekEnd, .calDayOtherMonth, .calDayOver { width:25px; background:white; cursor:pointer;}
.calWeeks 						{ font-weight:bold; color:white; background:#999;}
.calDay a						{ color:black;}
.calDayWeekEnd a				{ color:#7D9BC6; font-weight:bold;}
.calDayOtherMonth a				{ color:gray;}
.calDayOver						{ background:#DDD;}
.calDaySelected					{ background:white url('images/datecontrol/today.gif');}
.calDayToday					{ background:#CCC;}
.selectDate						{ background:#CCC url('images/datecontrol/calendar.gif') no-repeat top left; width: 20px; height: 16px; cursor: pointer; border: none; margin: 0px 3px;}
.prevYear						{ background:url('images/datecontrol/cal-arrow-leftdouble.gif') no-repeat top left; width: 15px; height: 12px; cursor: pointer; border: none; margin: 0px 3px;}
.prevMonth						{ background:url('images/datecontrol/cal-arrow-left.gif') no-repeat top left; width: 7px; height: 12px; cursor: pointer; border: none; margin: 0px 3px;}
.nextYear						{ background:url('images/datecontrol/cal-arrow-rightdouble.gif') no-repeat top left; width: 15px; height: 12px; cursor: pointer; border: none; margin: 0px 3px;}
.nextMonth						{ background:url('images/datecontrol/cal-arrow-right.gif') no-repeat top left; width: 7px; height: 12px; cursor: pointer; border: none; margin: 0px 3px;}
