/*********************
* Calendar module style
**********************/
.mod_events_table {border: 1px solid #E6E6E6;    width : 155px;  text-align : center;}
.mod_events_td_title {   font-family: Arial;    font-size: 12px;   font-style: normal;
    font-weight: normal;   color: #333333;   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 {    font-family: Arial;   font-size: 12px;    font-style: normal;    font-weight: bold;
    color: #ffffff;   text-decoration: none;    background-color: #ffffff;}
.mod_events_td_todaynoevents {   font-family: Arial;  font-size: 12px;   font-style: normal;   font-weight: normal;
    color: #ffffff;    text-decoration: none;   background-color: #7EA32C;}
.mod_events_td_todaywithevents {    font-family: Arial;    font-size: 12px;    font-style: normal;
    font-weight: bold;    color: Black;    text-decoration: none;    background-color: #DCEDB3;}
.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 {    font-family: Arial;    font-size: 12px;    font-style: normal;
    font-weight: bold;    color: Black;    text-decoration: none;    background-color: #E3F1C2;}

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: #ffcc00;   }

.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: #333333;  }
a.mod_events_link:hover  {    font-size:12px;    font-family: Arial;    color: #000080;   }
