/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 1px solid #ffffff;
    width : 100%;
    text-align : center;
}
.mod_events_td_title {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    text-align : center;
}
.mod_events_td_dayname {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    text-align : center;
}
.mod_events_td_dayoutofmonth {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Gray;
    text-decoration: none;
    background-color: #f3a700;
    text-align : center;
}
.mod_events_td_todaynoevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    background-color: #f3c91c;
    text-align : center;
}
.mod_events_td_todaywithevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: normal;
    background-color: #559652;
}
.mod_events_td_daynoevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    text-align : center;
}
.mod_events_td_daywithevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align : center;
}
a.mod_events_daylink:hover  {
    font-size:12px;
    font-family: Arial;
    color: #5a5a5a;
    text-align : center;
}

.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:hover  {
//    font-size:10px;
//    font-family: Arial;
//    color: #5A5A5A;
    text-align : center;
}

.mod_events_daylink:link {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    text-align : center;
}
.mod_events_td_daywithevents:link {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    text-align : center;
}


