/* ================================
    CSS STYLES FOR Module Events Calendar
   ================================
*/
.EventMonthDayHeader
{
    display: none;
}
.EventMonthNextPrev
{
    background-color: #415965;
}
.EventMonthTitle table td
{
    color: #b6dce3;
    font-size:16px;
    font-family: Arial,Helvetica,sans-serif;
}

.no_events
{
    color:#BA9764;
    position:relative;
    top:-20px;
    font-size:14px;
}

.class_tooltip
{
    background-color:#d5e3e0;
}
