/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 0px solid #222222;
	width: 130px;
	height: 80px;
	text-align: center;
	font-family: Arial, verdana;
	font-size: 0.9em;
	font-style: normal;
	text-decoration: none;
	background-color: #54ac3d;
}
.mod_events_table td
{
	text-align:center!important;
	height: 8px!important;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: Black;
}
.mod_events_td_dayname .sunday
{
	color:Black;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: #cdcdcd;
	background-color: #54ac3d;
}
.mod_events_td_todaynoevents
{
	line-height: normal;
	font-weight: normal;
	color: white;
	text-align:center;
	background-color: #de4034;

}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	line-height: normal;
	color: white;
	background-color: #de4034;

}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: white;
	text-align:center;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	line-height: normal;
	color: white;	
background-color: #9dc22a;
}
a.mod_events_daylink:link
{
	color: white;
	display:block;
	height: auto;
	width: auto;
	text-decoration: none;
	vertical-align:middle;
	
}
a.mod_events_daylink:visited
{
	color: white;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: white;
	height: auto;
	width: auto;
	text-decoration: none;
	background-color:#bdbfc0;
}
.mod_events_td_link
{	
}
a.mod_events_link:link
{
	color: #white;
}
a.mod_events_link:visited
{
	color: #white;
}
a.mod_events_link:hover
{
	color: #cdcdcd;
}
.mod_events_monthyear
{
	border: 0px solid #222222;
	margin: 0px;
	width: 130px;
	background-color: #9dc22a;
	font-size: 0.9em;
}
.mod_events_monthyear td
{
	text-align:center!important;
	height: 10px!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: #000000;
	background-color: inherit;
	text-decoration: none;
}

