
/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 1px solid #cccccc;
    width : 140px;
    text-align : center;
    color: #000000;
    font-weight: bold;
}
.mod_events_dayname {
    color: #ffffff;
    background-image : url('http://www.ttgtravelclub.com/templates/travelclub/images/modul.jpg');  
}
.mod_events_td_dayname {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
}
.mod_events_td_title {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}
.mod_events_td_dayoutofmonth {
    color: #999999;
    text-decoration: none;
    background-color: #cccccc;
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}
.mod_events_td_todaynoevents {
    color: #ffffff;
    text-decoration: none;
    background-image : url('http://www.ttgtravelclub.com/templates/travelclub/images/modul.jpg');
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}
.mod_events_td_todaywithevents {
    color: red;
    text-decoration: none;
    background-image : url('http://www.ttgtravelclub.com/templates/travelclub/images/modul.jpg');
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}
.mod_events_td_daynoevents {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}
.mod_events_td_daywithevents {
    color: red;
    text-decoration: none;
    background-image : url('http://www.ttgtravelclub.com/templates/travelclub/images/modul.jpg');
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}
.mod_events_td_link {
    background-color: Background;
    font-weight: bold;
    color: #000000;
}

a.mod_events_daylink:link {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}
a.mod_events_daylink:visited  {
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}
a.mod_events_daylink:hover  {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}


a.mod_events_link:link {
    text-decoration: none;
    color: red;
    font-weight: bold;
    font-size: 11px;
}
a.mod_events_link:visited  {
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: red;
}
a.mod_events_link:hover  {
    text-decoration: underline;
    color: red;
    font-weight: bold;
    font-size: 11px;
}

