/*********************
* Calendar module style
**********************/
.mod_events_table  { background-color: white; text-align: center; border: solid 1px #000000; width: 140px }
.mod_events_td_title {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.mod_events_td_dayoutofmonth   { color: silver; font-style: normal; font-weight: bold; font-size: 12px; font-family: Arial; text-decoration: none; background-color: #e6e7e8 }
.mod_events_td_todaynoevents  { color: #fff; font-style: normal; font-weight: normal; font-size: 12px; font-family: Arial; text-decoration: none; background-color: #6acef1 }
.mod_events_td_todaywithevents  { color: black; font-style: normal; font-weight: normal; font-size: 12px; font-family: Arial; text-decoration: none; background-color: #eae611 }
.mod_events_td_daynoevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
}
.mod_events_td_daywithevents  { color: black; font-style: normal; font-weight: normal; font-size: 12px; font-family: Arial; text-decoration: none; background-color: #eae611 }

a.mod_events_daylink:link {
    font-size:12px;
    font-family: Arial;
    color: Black;
}
a.mod_events_daylink:visited  {
    font-size:12px;
    font-family: Arial;
    color: Navy;
}
a.mod_events_daylink:hover  {
    font-size:12px;
    font-family: Arial;
    color: Silver;
}

.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:link {
    font-size:12px;
    font-family: Arial;
    color: Black;
}
a.mod_events_link:visited  {
    font-size:12px;
    font-family: Arial;
    color: Navy;
}
a.mod_events_link:hover  {
    font-size:12px;
    font-family: Arial;
    color: Silver;
}
.mod_events_td_link {
    background-color: Background;
}
