/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 1px solid #000000;
    width : 100%;
}
.mod_events_td_title {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.mod_events_td_dayoutofmonth {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #BBBBBB;
    text-decoration: none;
    background-color: #EEEEEE;
}
.mod_events_td_todaynoevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #F3B3B9;
    text-decoration: none;
    background-color: #F3B3B9;
}
.mod_events_td_todaywithevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
	border: 1px solid #666666;
    background-color: transparent;
}
.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: normal;
    color: Black;
    text-decoration: none;
	border: 1px solid #666666;
    background-color: transparent;
}

a.mod_events_daylink:link {
    font-size:12px;
    font-family: Arial;
    color: #888888;
	text-align: center;
}
a.mod_events_daylink:visited  {
    font-size:12px;
    font-family: Arial;
    color: #888888;
	text-align: center;
}
a.mod_events_daylink:hover  {
    font-size:12px;
    font-family: Arial;
    color: #A10000;
	text-align: center;
}

.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:link {
    font-size:12px;
    font-family: Arial;
    color: #CE4652;
	text-align: center;
}
a.mod_events_link:visited  {
    font-size:12px;
    font-family: Arial;
    color: #CE4652;
	text-align: center;
}
a.mod_events_link:hover  {
    font-size:12px;
    font-family: Arial;
    color: #A10000;
	text-align: center;
}

