td.calendarHeader {
        background-color: #FF3300;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        font-size: 11px;
}
td.calendarEvent, td.calendarNoEvent {
        background-color: #F6F6F6;
        font-size: 11px;
        font-weight: bold;
}
td.calendarEvent a {
        font-weight: normal;
}

