/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: none;
    width:230px !important;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6875em;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 4px;
}
.mod_events_table td {
	width: 14%;
	padding-bottom: 5px;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: normal;
	color: #77bc40;
}
.mod_events_td_dayname .sunday
{
	color: inherit;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: normal;
	color: #a8a8a8;
	background-color: inherit;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #565656;
	background-color: #ededed;
}
.mod_events_td_todaywithevents
{
	font-weight: bold;
	color: #0054a2;
	background-color: #ededed;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: #565656;
}
.mod_events_td_daywithevents
{
	font-weight: bold;
	color: #0054a2;
	background-color: inherit;
}
a.mod_events_daylink:link
{
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a.mod_events_daylink:visited
{
	color: inherit;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: inherit;
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: inherit;
}
a.mod_events_link:link
{
	color: Black;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	border: none;
	margin: 4px auto 20px auto;
    width: 90% !important;
    cursor:pointer;
	height: auto;
	font-family: 'Francois One', Helvetica, sans-serif;
	text-transform: uppercase;
}
.mod_events_monthyear td:first-child {
	width: 10%;
	text-align: left !important;
}
.mod_events_monthyear td:last-child {
	width: 10%;
	text-align: right !important;
}
.mod_events_monthyear td.mo {
	text-align:center!important;
	color: #0054a2;
	width: 80%; 
}
.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: #a8a8a8;
	background-color: inherit;
	text-decoration: none;
}
.mod_events_monthyear .mod_events_link,
.mod_events_monthyear .mod_events_link:visited,
.mod_events_monthyear .mod_events_link:visited {
	font-weight: normal;
	color: #a8a8a8;
	background-color: inherit;
	text-decoration: none;
}


td.mod_events_latest_first, td.mod_events_latest 
{
	background: transparent url('../../../../../images/arrow_rt_ltblue.png') no-repeat 275px 20px;
	border-style: none;
	border-width:0;
	padding: 12px 20px 10px 12px;
}

/* mini-calendar styles */
.moduletable div.minical {
	background: #fff;
	width: 230px;
	height: 185px;
	margin: 0 15px;
	padding: 10px 15px;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
}




/* upcoming events styles */

.mod_events_latest_table .date {
	float: left;
	margin: 0 8px 0 0;
	color: #55a0e6;
	font-weight: bold;
}
.mod_events_latest_table .day,
.mod_events_latest_table .month {
	display: block;
	text-align: center;
}
.mod_events_latest_table .day {
	background: url('../../../../../images/icon_calendar_blue.png') no-repeat left top;
	width: 24px;
	height: 18px;
	padding: 5px 0 0 0;
}
.mod_events_latest_table .month {
	text-transform: uppercase;
	line-height: 1em;
}
.mod_events_latest_table tr:nth-of-type(odd) {
	background-color: #cccccc;
}
.mod_events_latest_table .event {
	font-weight: bold;
}