/*********************
* Calendar module style
**********************/
.mod_events_table
{
	width: 95%;
	text-align: center;
	/*font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;*/
	 font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;

	margin-bottom: 0.25em;
	border-bottom : 1px solid #BFD0D9;
	border-left : 1px solid #BFD0D9;
	border-right : 1px solid #BFD0D9;
		filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;	
}
.mod_events_td_title
{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: White;
	background : #17AD99;
	height: 1.5em;
}
.mod_events_td_dayname .sunday
{
	color: #FFE1E1;
	}
.mod_events_td_dayname .saturday
{
	}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: #CCCCCC;
	background-color: #E3E3E3;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #087067;
	/*background-color: #EBCDCD;*/
	border : 1px solid #17AD99;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: #333333;
	background-color: #D1DDDF;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background : #F2F2F2;
	height: 2.5em;

}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: #096A5F;
	background-color: #D1DDDF;
}
a.mod_events_daylink:link
{
	color: #365963;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: #365963;
	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: #333333;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	margin-top: 0.25em;
		width : 95%;
	height: 18px;
	background : White;
		border-left : 1px solid #BFD0D9;
		border-right : 1px solid #BFD0D9;
		border-top : 1px solid #BFD0D9;
	}
.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: normal;
	color: #096A5F;
	background-color: inherit;
	text-decoration: none;
}
