/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #222222;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin: 0px auto 0.25em auto;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname,
.mod_events_td_dayoutofmonth,
.mod_events_td_todaynoevents,
.mod_events_td_daynoevents,
.mod_events_td_daywithevents{
	border: 1px solid #b19f87;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
	font-size: 20px;
	vertical-align: middle;
	width: 39px;
}


.mod_events_td_dayname
{
	color: #595959;
	background-color: #b4a98c;

}
.mod_events_td_dayname .sunday
{
	color:#595959;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	color: #b19f87;

}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #6c6c6c;

}
.mod_events_td_todaywithevents
{
  font-weight: normal;
  color: #fff;
  background-color: #495321;
  font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
  font-size: 20px;
  vertical-align: middle;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: #6c6c6c;
}
.mod_events_td_daywithevents
{
  font-weight: normal;
  color: #fff;
  background-color: #495321;
  font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
  font-size: 20px;
  vertical-align: middle;
}
a.mod_events_daylink:link
{
	color: #fff;
	text-decoration: none;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
}
a.mod_events_daylink:visited
{
	color: #fff;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: #f;
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: Background;
}
a.mod_events_link:link
{
	color: #fff;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear .arrow-color{
	color: #b19f87;
	font-size: 25px;
}
.mod_events_monthyear
{
	border-bottom: 2px solid #3d5024;
	border-top: 2px solid #3d5024;
	margin:0 auto 1.188em auto;
    color: #3d5024;
    cursor:pointer;

}
.mod_events_monthyear td
{
	text-align:center!important;
	height: 30px;
	vertical-align: middle;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited
{
	color: #3d5024;
	background-color: inherit;
	text-decoration: none;
	font-family: "WatersTitlingPro-Scn","Times New Roman", Georgia, Serif;
}
.mod_events_latest_content a:link,
.mod_events_latest_content a:visited{
	color: #6c6c6c;

}
.mod_events_latest_content a::before{
	content: url(../images/bullet.png);
	padding-right: 8px;
}
.moduletable.coming-event .location,
.mod_events_latest_date{
	color: #495321;
	padding-left: 13px;

}
span.mod_events_latest_date:first{
	padding-left: 15px;
}
td.mod_events_latest_first, td.mod_events_latest 
{
	color: #b19f87;
	padding:5px 0px 2px 2px;
}
