#three_month_calendar { display: none; overflow:hidden; color: black; position: absolute; background-color:#FFFFFF; }
#three_month_calendar table td { font-size:14px; }
#three_month_calendar .youbi {	font-size:13px; text-align:center; }
#three_month_calendar table th { text-align:center;font-weight:bold;color:#0080FF;background-color:#DFEFFF; }
#three_month_calendar .selectedDay {	cursor:pointer;text-align:right;font-weight:bold;background-color:#FFDFEF; }
#three_month_calendar .selectDayOver {	cursor:pointer;text-align:right;color:#000000;background-color: #B9DCFF; }
#three_month_calendar .selectDay { 	cursor:pointer;text-align:right;color:#000000; }
#three_month_calendar #calendarDiv1 table td:hover { 	background-color: #B9DCFF; }
#three_month_calendar #calendarDiv2 table td:hover { 	background-color: #B9DCFF; }
#three_month_calendar #calendarDiv3 table td:hover { 	background-color: #B9DCFF; }
#three_month_calendar table.calTable td {text-align:right;}
