/*********************

* Calendar module style

**********************/

.mod_events_table {

    border: 1px solid #000000;

    width : 130px;

    text-align : center;

}

.mod_events_td_title {

    font-style: normal;

    font-weight: bold;

    color: #000000;

    text-decoration: underline;

}

.mod_events_td_dayname {

    color: Black;

    text-decoration: none;

}

.mod_events_td_dayoutofmonth {

    text-decoration: none;
    
    color: Gray;

}

.mod_events_td_todaynoevents {

    font-weight: bold;

    text-decoration: none;
    
    color: #FF447A;


}

.mod_events_td_todaywithevents {

    font-weight: bold;

    text-decoration: none;
    
    color: #FFA07A;
    
    background-color: #B0C4DE;
}

.mod_events_td_daynoevents {

    font-weight: bold;

    text-decoration: none;

}

.mod_events_td_daywithevents {

    font-weight: bold;

    text-decoration: none;
    
    background-color: #B0C4DE;


}


