.mod_events_table {
	border: 1px solid #dddddd;
	width: 298px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	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;
	background-color:#FFFFFF;
}
.mod_events_td_dayname .sunday {
	color:red;
}
.mod_events_td_dayname .saturday {
}
.mod_events_td_dayoutofmonth {
	font-weight: bold;
	font-size: 16px;
	color: Gray;
	background-color: #c2c2c2;
}
.mod_events_td_todaynoevents {
	font-weight: normal;
	font-size: 16px;
	color: white;
	background-color: #000000;
}
.mod_events_td_todaywithevents {
	font-weight: normal;
	font-size: 16px;
	color: Black;
	background-color: #FFFFFF;
}
.mod_events_td_daynoevents {
	line-height: normal;
	font-size: 16px;
	font-weight: normal;
	color: white;
	background-color: #c2c2c2;
}
.mod_events_td_daywithevents {
	font-weight: normal;
	font-size: 16px;
	color: white;
	background-color: #ed2e14;
}
a.mod_events_daylink:link {
	color: Black;
	text-decoration: none;
}
a.mod_events_daylink:visited {
	color: white;
	text-decoration: none;
}
a.mod_events_daylink:hover {
	color: Silver;
	text-decoration: none;
}
.mod_events_td_link {
	background-color: Background;
}
a.mod_events_link:link {
	color: Black;
}
a.mod_events_link:visited {
	color: Navy;
}
a.mod_events_link:hover {
	color: Silver;
}
.mod_events_monthyear {
	border: 1px solid #dddddd;
	margin-top: 0.25em;
	width: 296px;
	height: 18px;
	background-color:#000000;
}
.mod_events_monthyear td {
	text-align:center!important;
}
.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: white;
	background-color: inherit;
	text-decoration: none;
}
