/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 1px solid #9ead6c;
    width : 160px;
    text-align : center;
}
.mod_events_td_title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #9ead6c;
    text-decoration: none;
}
.mod_events_td_dayoutofmonth {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #9ead6c;
    text-decoration: none;
    background-color: #5B6633;
}
.mod_events_td_todaynoevents {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #9ead6c;
    text-decoration: none;
    background: #4A562D;
    border: 2px solid #9ead6c;
}
.mod_events_td_todaywithevents {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #f1d46b;
    text-decoration: none;
    background-color: #4A562D;
    border: 2px solid #f1d46b;
}
.mod_events_td_daynoevents {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #9ead6c;
    text-decoration: none;
}
.mod_events_td_daywithevents {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #f1d46b;
    text-decoration: none;
    background-color: #B0C4DE;
    border: 1px solid #f1d46b;
}

td.mod_events_td_daynoevents a.mod_events_daylink:link,
td.mod_events_td_daynoevents a.mod_events_daylink:visited {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    color: #9ead6c !important;
}

td.mod_events_td_daynoevents a.mod_events_daylink:hover {
    color: #f2f2f2 !important;
}

a.mod_events_daylink:link {
    font-size:12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    /* color: #f1d46b; */
}
a.mod_events_daylink:visited  {
    font-size:12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    /* color: #f1d46b; */
}
a.mod_events_daylink:hover  {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    color: #f2f2f2 !important;
}

.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:link {
    font-size:12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    color: #f1d46b;
}
a.mod_events_link:visited  {
    font-size:12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
    color: #f1d46b;
}
a.mod_events_link:hover  {
    font-size:12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida,sans-serif;
    color: #f2f2f2;
}

