.calendar{
background: #e9e9e9;
}

.curYearMoth{
background: #e9e9e9;
font-family:verdana;
font-size:10px;
color:#145e9d;
font-weight:bold;
}

.weekDays{
background: #e9e9e9;
font-family:verdana;
font-size:10px;
color:#145e9d;
font-weight:bold;
text-align:center;
}

.monthDays{
background: #e9e9e9;
font-family:verdana;
font-size:10px;
color:#145e9d;
text-align:center;
}

.curDay{
background: #ffffff;
font-family:verdana;
font-size:11px;
color:#145e9d;
font-weight:bold;
text-align:center;
}

.eventDay1{
background: #c1262d;
font-family:verdana;
font-size:11px;
color:#ffffff;
font-weight:bold;
text-align:center;
cursor:pointer;
width:100%;
height:100%;
}

.eventDay2{
background: #145e9d;
font-family:verdana;
font-size:11px;
color:#ffffff;
font-weight:bold;
text-align:center;
cursor:pointer;
width:100%;
height:100%;
}

.eventDay3{
background: #b9cffe;
font-family:verdana;
font-size:11px;
color:#000000;
font-weight:bold;
text-align:center;
cursor:pointer;
width:100%;
height:100%;
}
.calNav{
background: #e9e9e9;
font-family:verdana;
font-size:10px;
color:#145e9d;
font-weight:bold;
text-decoration:none;
}