/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border:1px solid #B6B5A7;
	border-top:none;
	width:220px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 20px;
}

.mod_events_table td {
padding:0;
}

.mod_events_table td a {
	padding:5px 3px 3px 3px !important;
	display:block;
	height:16px;
	color:#000;
	}

.mod_events_table td a:hover {
	background:#AAA997;
	color:#fff;
}

.mod_events_td_title
{

	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	padding:3px 5px !important;
	background:#E5E4D2;
	color:#000;
	border:none;
}
.mod_events_td_dayname .sunday
{

}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	padding:4px 3px 2px 3px !Important;
	color: #B6B5A7;
	height:16px;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: Black;
	background-color: #A6BF40;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: #fff;
	background-color: #A6BF40;
}

.mod_events_td_todaywithevents a {
	color:#fff !Important;
	}

.mod_events_td_todaynoevents a {
	color:#fff !Important;
	font-weight:normal;
	}

.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
}

.mod_events_td_daywithevents a {
	font-weight:bold;
	color:#000;
	}


a.mod_events_daylink:link
{

	text-decoration: none;
}
a.mod_events_daylink:visited
{
	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
{
	margin-bottom:0;
	background:#E5E4D2;
	width:220px;
	border:1px solid #B6B5A7;
	border-bottom:none;

}

.mod_events_monthyear td
{
	background:none;
	border:none;
	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;
	background-color: inherit;
	text-decoration: none;
}

