/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 1px solid #000000;
    width : 140px;
    text-align : center;
}
.mod_events_td_title {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.mod_events_td_dayoutofmonth {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Gray;
    text-decoration: none;
    background-color: #D6E5AA;
}
.mod_events_td_todaynoevents {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    background-color: #00CC00;
}
.mod_events_td_todaywithevents {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    background-color: #FFA07A;
}
.mod_events_td_daynoevents {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
}
.mod_events_td_daywithevents {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    background-color: #FFA07A;
}

a.mod_events_daylink:link {
    font-size:12px;
    color: Black;
}
a.mod_events_daylink:visited  {
    font-size:12px;
    color: Black;
}
a.mod_events_daylink:hover  {
    font-size:12px;
    color: #CC0000;
}

.mod_events_td_link {
    background-color: Background;
}

.mod_events_td_linkj {
    background-color: #DBDBDB;
	color:#000000;
}

a.mod_events_link:link {
    font-size:10px;
    color: WHITE;
}
a.mod_events_link:visited  {
    font-size:10px;
    color: WHITE;
}
a.mod_events_link:hover  {
    font-size:10px;
    color: #FFA07A;
}

a.mod_events_linkj:link {
    font-size:10px;
    color: BLACK;
}
a.mod_events_linkj:visited  {
    font-size:10px;
    color: BLACK;
}
a.mod_events_linkj:hover  {
    font-size:10px;
    color: #CC0000;
}
