@charset "utf-8";
/* CSS Document */

#calendarMonth{}
#loadingCalendar{height:300px; width:auto; overflow:hidden; text-align:center;}

.weekDay{
border:1px solid #999; background-color:transparent; text-align:center; height:20px;
}
.monthDate{
border:1px solid #F4F4F4; width:10%; text-align:center; height:60px;
}
.monthToday{
border:1px solid #F4F4F4; color:#ff0000; font-weight:bold; width:10%; text-align:center; height:60px;
}
.monthNoDate{
border:1px solid #F4F4F4; backGround-Color:transparent; color:#F9E3F9; width:10%; text-align:center; height:60px;
}
.monthDateWithEvents{ }
.selectedDate{background-color:#ffe9e9;}
.TipEventCode{
padding-left:10px; border-bottom:1px dashed #ccc; text-align:left;
}
.TipEventDetail{
padding-left:5px; padding-bottom:5px; border-bottom:1px dashed #ccc; text-align:left;
}
