/*********************
* Calendar module style
**********************/
.mod_events_table {
	border: 1px solid #ffffff;
	width : 140px;
	text-align : center;
	margin-left: 30px;
}
.mod_events_td_title {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: White;
    text-decoration: none;
}
.mod_events_td_dayoutofmonth {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Gray;
    text-decoration: none;
    background-color: #cbb1b6;
}
.mod_events_td_todaynoevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: White;
    text-decoration: none;
    background-color: #8f14ad;
}
.mod_events_td_todaywithevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: White;
    text-decoration: none;
    background-color: #8f14ad;
}
.mod_events_td_daynoevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: White;
    text-decoration: none;
}
.mod_events_td_daywithevents {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: White;
    text-decoration: none;
    background-color: #c230e6;
}

a.mod_events_daylink:link {
    font-size:12px;
    font-family: Arial;
    color: White;
}
a.mod_events_daylink:visited  {
    font-size:12px;
    font-family: Verdana;
    color: ffffff;
}
a.mod_events_daylink:hover  {
    font-size:12px;
    font-family: Arial;
    color: Silver;
}

.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:link {
    font-size:12px;
    font-family: Arial;
    color: White;
}
a.mod_events_link:visited  {
    font-size:12px;
    font-family: Arial;
    color: ffffff;
}
a.mod_events_link:hover  {
    font-size:12px;
    font-family: Arial;
    color: Silver;
}
