/*********************

* Calendar module style

**********************/

.mod_events_table

{

	border: 1px solid #6083A9;

	width: 100%!important;

	text-align: center;

	font-family: Arial;

	font-size: 12px;

	font-style: normal;

	text-decoration: none;

	margin-bottom: 0.25em;
	
	height: 200px;
	
	

}

.mod_events_td_title

{

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}

.mod_events_td_dayname

{

	font-weight: bold;

	color:#2C4160;
	
	background-color: #FFFFFF;

}

.mod_events_td_dayname .sunday

{

	color:#990033;

}

.mod_events_td_dayname .saturday

{

}



.mod_events_td_dayoutofmonth

{

	font-weight: normal;

	color: white;

	background-color: #6083a9;

}

.mod_events_td_todaynoevents

{

	font-weight: normal;

	color:#2C4160;

	background-color: #ffffff;

}

.mod_events_td_todaywithevents

{

	font-weight: normal;

	color:#2C4160;

	background-color: #B0C4DE;

}

.mod_events_td_daynoevents

{

	line-height: normal;

	font-weight: normal;

	color:#2C4160;
	
background-color: #eaeef4;

}

.mod_events_td_daywithevents

{

	font-weight: normal;

	color:#2C4160;

	background-color: #B0C4DE;

}

a.mod_events_daylink:link

{

	color:#2C4160;

	text-decoration: none;

}

a.mod_events_daylink:visited

{

/*color: blue;*/

	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: white;

}

a.mod_events_link:visited

{

	color: silver;

}

a.mod_events_link:hover

{

	color: Silver;

}

.mod_events_monthyear

{

	border: 1px solid #6083A9;

	margin-top: 0.25em;

	width: 100%!important;

	height: 25px;

    background-color: #2b415f;


}

.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: white;

	background-color: inherit;

	text-decoration: none;

}


