/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 0px solid #222222;
    width:160px!important;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
}
.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:#be4238;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: #ccc;
	background-color: #efede7;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #fff;
	background-color: #8d835b;
}
.mod_events_td_todaywithevents {
	font-weight: normal;
	border: 1px solid #e6e5e0;
	color: Black;
	background-color: #d9d7cf;
}
.mod_events_td_daynoevents {
	line-height: normal;
	font-weight: normal;
	color: #666;
	background-color: transparent;
	border:0px solid #666;
 }
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: Black;
	border: 1px solid #e6e5e0;	
	background-color: #d9d7cf;
}
a.mod_events_daylink:link
{
	color: Black;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: #be4238;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: Silver;
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: Background;
}

.mod_events_link { margin:2px; padding:2px; font-weight:bold; color:#fff }
.mod_events_link:hover { margin:2px; background-color: #bbdfa3; padding:2px; font-weight:bold; color:#fff }
a.mod_events_link:link { color: #fff; }
a.mod_events_link:visited { color: #293e1a; }
a.mod_events_link:hover { color: #000; }

.mod_events_monthyear
{
	margin-top: 10px;
    width:160px!important;
    cursor:pointer;
	height: 18px;
	background-color:#7ba566;
}
.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: bold;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

.mod_events_latest_table { margin-top:10px; margin-bottom:10px;}
td.mod_events_latest_first, td.mod_events_latest  { padding:5px; line-height:120%;}
td.mod_events_latest_first, td.mod_events_latest {  }
