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

* Calendar module style

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

.mod_events_table

{

	/*border: 1px solid #222222;*/

	width: 140px!important;

	text-align: center;

	font-family: Arial;

	font-size: 12px;

	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 /*seconda riga*/

{

	font-weight: bold;

	color:#5872b0;
	
	background-color:#fcf28e;

}

.mod_events_td_dayname .sunday

{

	color:#0000FF;

}

.mod_events_td_dayname .saturday

{

}



.mod_events_td_dayoutofmonth

{

	font-weight: bold;

	color:#000;

	background-color: #FFF;

}

.mod_events_td_todaynoevents

{

	font-weight: normal;

	color: #FFFF66;

	background-color: #FFF;

}

.mod_events_td_todaywithevents

{

	font-weight: normal;

	color: #FFFF66;

	background-color: #FFF;

}

.mod_events_td_daynoevents

{

	line-height: normal;

	font-weight: normal;

	color: #FFFF66;
	
	background-color:#FFF;


}

.mod_events_td_daywithevents

{

	font-weight: normal;

	color: #FFFF66;

	background-color: #FFF;

}

a.mod_events_daylink:link {

	color:#fcf28e;

	text-decoration: none;
	
}

a.mod_events_daylink:visited {

	color:#00CCFF;

	text-decoration: none;

}

a.mod_events_daylink:hover {

	color:#00CCFF;

	text-decoration: none;

}

.mod_events_td_link

{

	background-color: Background;

}

a.mod_events_link:link

{

	color: #FFFF66;

}

a.mod_events_link:visited

{

	color: #FFFF33;

}

a.mod_events_link:hover

{

	color:#0099FF;

}

.mod_events_monthyear /*sfondo prima riga*/

{

	/*border: 1px solid #222222;*/

	margin-top: 0.25em;

	width: 140px!important;

	height: 18px;

	background-color: #5872b0;
	
	color: #fcf28e;
	
	font-weight:bold;
	
	font-size:12px;

}

.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:#FFFF66;

	background-color: inherit;

	text-decoration: none;

}
