
/*

*/

#calSelector { ;font-size:medium; visibility:hidden; background-color:#62A0D0 ;  padding:2px; text-align:center; position:absolute; top:-10px;left:40px;overflow:hidden}
#calSelector a { cursor:hand; }
#calSelector img { border:0; }
#calSelector table { margin:0; padding:0px; }

#calSelector #desc_hd {width:100%; background-color:#EEEEEE;margin-bottom:8px; padding:5px; }
#calSelector #desc_prev { width:15%; }
#calSelector #desc_prev a { text-align:center; display:block; }
#calSelector #desc_next { width:15%; }
#calSelector #desc_next a { text-align:center; display:block; }
#calSelector #desc_close { width:15%; text-align:right; }
#calSelector #desc_close a { display:block; }
#calSelector #desc_month { text-align:left; width:55%; font-weight:bold; }
#calSelector #desc_today {  margin:5px 0 0 0;background-color:#EEEEEE; padding:4px; }
#calSelector a{font-weight:bold}
#calSelector table.calendar { margin:0 auto; background-color:#62A0D0 }
#calSelector table.calendar td { magin:1px;font-size:80%; background-color:#62A0D0 ;padding:1px; }
#calSelector table.calendar td.date_hd { font-weight:bold; padding:2px 4px; }
#calSelector table.calendar td.date_week_hd { font-weight:bold; color:#FFF; border-right:1px dashed #EEEEEE; margin:1px;padding:2px 4px; }
#calSelector table.calendar td.date_week { color:#FFF	; border-right:1px dashed #EEEEEE;; }
#calSelector table.calendar td.date_normal { background-color:#FFF;text-align:center }
#calSelector table.calendar td.date_empty { border:0; }

#calSelector table.calendar td a { color:#000; text-decoration:none; border:1px solid #0033CC; padding:2px 4px; display:block; cursor:hand; }
#calSelector table.calendar td a.day {  }
#calSelector table.calendar td a.day_curr {color:#62A0D0; font-weight:bold; border:none; background-color:#EEEEEE; }
#calSelector table.calendar td a.day:hover { color:#FFF; border:1px solid #ccc; background-color:#62A0D0; }

.select-free
{
	position:absolute;
	z-index:1001;/*any value*/
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
#calSelector iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}


.cal_ico { cursor:hand; }
.cal_ico img { vertical-align:top; }


.selectFree {
  display: none; 
  font: 10px Verdana; 
  z-index: 2000; 
  background : #C1DAF0;  
  width: 200px
}

.selectFree IFRAME
{
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
 width:2000px;/*must have for any big value*/
 height:3000px/*must have for any big value*/;
}
