iframe.calendar{z-index:900;position:absolute;border:none;visibility:hidden;}
#calendarDiv{position:absolute;z-index:1000;visibility:hidden;width:286px;border:solid 1px #9D9789;background-color:#FFF;font-family:arial;font-size:11px;}
#calendarDiv .calendarContent{float:left;width:142px;border-right:solid 1px #9D9789;}
#calendarDiv .calendarContentRight{border:none;}
#calendarDiv table{width:100%;table-layout:fixed;}
#calendarDiv td{cursor:default;text-align:center;}
#calendarDiv .topBar{background-color:#666666;color:#FFF;font-weight:bold;text-align:center;height:25px;}
#calendarDiv .topBar td{border-top:solid 1px #FFF;border-bottom:solid 1px #FFF;}
#calendarDiv tbody tr{height:24px;}
#calendarDiv .topBar .arrowLeft{border-left:solid 1px #FFF;cursor:pointer;background:#666666 left center;}
#calendarDiv .topBar .arrowRight{border-right:solid 1px #FFF;cursor:pointer;background:#666666 right;}
#calendarDiv .topBar .arrowLeftDisabled{border-left:solid 1px #FFF;cursor:default;background:#666666 no-repeat left center;}
#calendarDiv .topBar .arrowRightDisabled{border-right:solid 1px #FFF;cursor:default;background:#666666 no-repeat right;}
#calendarDiv .daysBar{height:19px;background-color:#FFFDDA;}
#calendarDiv .daysBar th{font-weight:normal;}
#calendarDiv .borderLeft{border-left:solid 1px #FFF;}
#calendarDiv .topBar .borderRight{border-right:solid 1px #FFF;background-color:#666666;}
#calendarDiv .topBar .borderLeft{border-left:solid 1px #FFF;background-color:#666666;}
#calendarDiv .footer{background-color:#D7D0BD;font-weight:bold;height:28px;padding:0 10px;border-top:solid 1px #9D9789;clear:both;}
#calendarDiv .footerRight{float:right;padding-top:5px;}
#calendarDiv .footer a{background:transparent url(../images/calendar/close.gif) no-repeat right;font-weight:bold;padding:2px 20px 2px 0;}
#calendarDiv .red{
	color:#F00;
	cursor:pointer;
}
#calendarDiv .redOver{
	color:#FFF;
	background-color:#F00;
	cursor:pointer;
}
#calendarDiv .blur{
	color:#00F;
	cursor:pointer;
}
#calendarDiv .blurOver{
	color:#FFF;
	background-color:#00F;
	cursor:pointer;
}
#calendarDiv .Day{
	color:#000;
	cursor:pointer;
}
#calendarDiv .DayOver{
	color:#FFF;
	background-color:#666;
	cursor:pointer;
}
#calendarDiv .activeDay{color:#f90;cursor:pointer;background-color:#fff4d2;}
#calendarDiv .activeDayOver{color:#CD3331;background-color:#C0BBAF;cursor:pointer;}
#calendarDiv .inActiveDay{color:#999;}