/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #222222;
	width: 140px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
}
.mod_events_td_title
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: #fff;
}
.mod_events_td_dayname .sunday
{
	color:#fd7d00;
}
.mod_events_td_dayname .saturday
{
	color: #fd7d00;
}

.mod_events_td_dayoutofmonth
{
	font-weight: normal;
	color: #000;
	background-color: #000;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #ccc;
	background-color: #000;
	border: 1px solid #ccc;
}
.mod_events_td_todaywithevents
{
	font-weight: bold;
	color: #fd7d00;
	background-color: #777;
	border: 1px solid #ccc;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: #ccc;
}
.mod_events_td_daywithevents
{
	font-weight: bold;
	color: #ccc;
	background-color: #777;
}
a.mod_events_daylink:link
{
	color: #ccc;
}
a.mod_events_daylink:visited
{
	color: #ccc;
}
a.mod_events_daylink:hover
{
	color: #ccc;
}
.mod_events_td_link
{
	color: #ccc;
}
a.mod_events_link:link
{
	color: #ccc;
}
a.mod_events_link:visited
{
	color: #ccc;
}
a.mod_events_link:hover
{
	color: #ccc;
}
.mod_events_monthyear
{
	border: 0px solid #222222;
	font-size: 8px;
	font-weight: normal;
	margin-top: 0.25em;
	width: 140px;
	height: 18px;
	background-color: #bbb;
}
.mod_events_monthyear td
{
	text-align:center!important;
	font-size: 8px;
	font-weight: normal;
}
.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;
	font-size: 10px;
	color: Black;
	background-color: inherit;
	text-decoration: none;
}

