/*********************
* Calendar module style
**********************/
.mod_events_table {
	border: 1px solid Green;
	width: 120px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
.mod_events_td_title {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-weight: bold;
    color: Black;
}
.mod_events_td_dayoutofmonth {
	font-weight: bold;
	color: Gray;
	background-color: Silver;
}
.mod_events_td_todaynoevents {
	font-weight: normal;
	color: Black;
	background-color: #8A8A22;
}
.mod_events_td_todaywithevents {
	font-weight: normal;
	color: Black;
	background-color: #6BBA69;
}
.mod_events_td_daynoevents {
    line-height: normal;
    font-weight: normal;
    color: Black;
}
.mod_events_td_daywithevents {
	font-weight: normal;
	color: Green;
}
a.mod_events_daylink:link {
    color: Black;
    text-decoration:none;
}
a.mod_events_daylink:visited  {
	color: #FAF0E6;
	text-decoration: none;
}
a.mod_events_daylink:hover  {
    color: Silver;
    text-decoration:none;
}
.mod_events_td_link {
	background-color: transparent;
}
a.mod_events_link:link {
    color: Black;
}
a.mod_events_link:visited  {
    color: Navy;
}
a.mod_events_link:hover  {
    color: Silver;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited ,.mod_events_monthyear a.mod_events_link:visited{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}