/*-----------------------
	CALENDARIO
-------------------------*/
.calendarTable{	border: 1px solid #666;	background-color: #EEEEFF;top: 0;left: 0;margin-top: 15px;margin-left: 15px;margin: 5px;	width: 160px;border-collapse:collapse;font-family: arial;font-size: 11px; z-index:999;}
.calendarTable TD{color: black;text-align: right;padding:2px 7px;}
.calendarTable TH{background-color: #BBDDFF;color: #000; border-bottom:1px solid #666;}
.calendarTable tr:hover{ background:#CFCDFF;}
.othermonth{background-color: #eee !important;color: #999 !important;}
.monthSwitch{border:10px ouset #999;cursor:pointer; }
.yearSwitch{ cursor:pointer;}
.weekday{ }
.workDay{ font-size:9px;}
.currentMonth{font-weight: bold; text-align:center !important; background:#fff; border-bottom:1px solid #999;}
.currentMonth .changeYear{ position:absolute; background:#fff;  color:#333; cursor:pointer; margin-left:5px; padding:2px 4px; margin-top:-2px;}
.currentMonth .changeYear.changeYearOpen{ border:1px solid #ccc; margin-top:-35px;}
.currentMonth .changeYear a{ display:block; font-style:normal;}
.currentDay{font-weight: bold; text-align:center !important; background:#fff; cursor:pointer; border:1px solid #999;}
.weekend{background-color: #DFDFFF;}
.today{ background: lightblue;}
.currentdate{border:1px solid #333; font-weight: bold;	background:#fff; color: white;}
.calClose{ text-align:center; font:normal 9px Arial Black; padding:0; cursor:pointer;}
.calMove{ cursor:move;}
 .weekend:hover, .workday:hover, .othermonth:hover, .monthSwitch:hover, .currentMonth .changeYear a:hover{background:#aaf; cursor:pointer; }