/*********************
* Calendar module style
**********************/
.mod_events_table
{
    border: none;
    width: 140px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    margin-bottom: 0.25em;
}
.mod_events_td_title
{
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname
{
    font-weight: bold;
    color: #002E61;
}
.mod_events_td_dayname .sunday
{
    color: #002E61;
}
.mod_events_td_dayname .saturday
{
    color: #002E61;
}

.mod_events_td_dayoutofmonth
{
    font-weight: bold;
    color: Silver;
}
.mod_events_td_todaynoevents
{
    font-weight: normal;
    background: url("http://www.nevusp.org/intranev/images/day-blue.jpg");
}
.mod_events_td_todaywithevents
{
    font-weight: bold;
    color: Red;
background: url("http://www.nevusp.org/intranev/images/day-red.jpg");
}
.mod_events_td_daynoevents
{
    line-height: normal;
    font-weight: normal;
    color: #9F9F9F;
}
.mod_events_td_daywithevents
{
    font-weight: bold;
    background: url("http://www.nevusp.org/intranev/images/day-red.jpg");
}
a.mod_events_daylink:link
{
    font-weight: bold;
    color: #9F9F9F;
}
a.mod_events_daylink:visited
{
    font-weight: bold;
    color: #9F9F9F;
}
a.mod_events_daylink:hover
{
    font-weight: bold;
    color: #9F9F9F;
      text-decoration: underline;
}
.mod_events_td_link
{
    background-color: Background;
}
a.mod_events_link:link
{
      text-decoration: none;
}
a.mod_events_link:visited
{
      text-decoration: none;
}
a.mod_events_link:hover
{
    color: #9F9F9F;
}
.mod_events_monthyear
{
    border: none;
    margin-top: 0.25em;
    width: 140px;
    height: 18px;
    background-color: transparent;
}
.mod_events_monthyear td
{
    text-align:center!important;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited
{
    font-weight: bold;
    color: #002E61;
    background-color: inherit;
    text-decoration: none;
}