/********************** Calendar module style**********************/
table.mod_events_table {
	border: 1px solid #cc9;
	width: 100%;
	text-align: center;
	background: #eec;
	padding: 0;
	margin-right: auto;
	margin-left: 4px;
}
.mod_events_table td {
	font-size: 7pt;
}
.mod_events_td_title, td.mod_events_monthyear {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #930;
	text-decoration: underline;
}
.mod_events_td_dayname {
	font-style: normal;
	font-weight: bold;
	color: #333;
	border-bottom: solid 1px #dda;
	text-decoration: none;
	background: #eed;
}
.mod_events_td_dayoutofmonth {
	font-style: normal;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
	background-color: #edc;
}
.mod_events_td_todaynoevents {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	background-color: #FFA07A;
}
.mod_events_td_todaywithevents {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	background-color: #B0C4DE;
}
.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;
	background-color: #B0C4DE;
}
a.mod_events_daylink:link, a.mod_events_daylink:visited {
	font-size: 8pt;
	text-decoration: none;
	color: Black;
	padding: 0;
	margin: 0;
}
a.mod_events_daylink:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}
.mod_events_td_link {
	background-color: Background;
}
a.mod_events_link:link, a.mod_events_link:visited {
	font-size: 10pt;
	font-family: Arial;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
a.mod_events_link:hover {
	color: #900;
	text-decoration: underline;
}
