#three_month_calendar { padding:5px;display: none; overflow:hidden; color: #444; position: absolute; background-color:#FFFFFF;border:1px solid #8b8b8b }
#three_month_calendar table td { font-size:11px; text-align:center; font-family: 'verdana';height:19px;vertical-align:middle;}
#three_month_calendar .youbi {	font-size:10px; text-align:center; font-family: 'verdana';background-color:#f7f7f7;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}
#three_month_calendar table th { text-align:center;font-weight:bold;color:#007148;font-size:11px;height:20px}
#three_month_calendar .selectedDay {	cursor:pointer;text-align:center;font-weight:bold;background-color:#FFDFEF; }
#three_month_calendar .todays {	cursor:pointer;text-align:center;border:1px solid #dfdfdf;background-color:#efefef}
#three_month_calendar .selectDayOver {	cursor:pointer;text-align:center;color:#444;background-color: #B9DCFF; }
#three_month_calendar .selectDay { 	cursor:pointer;text-align:center;color:#444; }
#three_month_calendar #calendarDiv1,#three_month_calendar #calendarDiv2,#three_month_calendar #calendarDiv3{padding:5px}
#three_month_calendar #calendarDiv1 table td:hover { 	background-color: #efefef; }
#three_month_calendar #calendarDiv2 table td:hover { 	background-color: #efefef; }
#three_month_calendar #calendarDiv3 table td:hover { 	background-color: #efefef; }
#three_month_calendar table.calTable td {text-align:center;}
.threeMonthCalTitle {font-size:16px;font-weight:bold;vertical-align:-2px;color:#94b71b;}