.ev_fieldset {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color:#3399cc;
}
.cal_td_today {
    background-color:#91cfff;
}
.cal_td_daysnoevents {
    background-color: #bfd2ec;
}
a.cal_titlelink:link {
    font-size:9px;
    font-family: Verdana;
    color:white;
}
a.cal_titlelink:visited  {
    font-size:9px;
    font-family: Verdana;
    color:white;
}
a.cal_titlelink:hover  {
    font-size:9px;
    font-family: Verdana;
    color:white;
}
.cal_table {
   border: 1px solid #000000;
}
.cal_td_daysnames {
    border-bottom: 1px solid #000000;
}
.cal_daysnames {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
.cal_td_daysoutofmonth {
    background-color: #efefef;
}
.cal_daysoutofmonth {
    font-family:  Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
a.cal_daylink:link {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
a.cal_daylink:visited{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none
}
a.cal_daylink:hover{
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Red;
    text-decoration: none
}

