/*********************
* Calendar module style
**********************/
.mod_events_table
{
	/* border: 1px solid #FFFFFF; */
	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
{
	font-weight: bold;
	color: #CCCCFF; /* modificato da Black */
}
.mod_events_td_dayname .sunday
{
	/*color: red;*/
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	/* font-weight: bold; */
	color: #43436d; /* modificato da Gray */
	/* background-color: #FFE4C4; */
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #0F2139 /* color: Black; */
	background-color: #473bbe; /* modificato da #FFA07A */
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: #0F2139; /* color: Black; */
	background-color: red; /* background-color: #B0C4DE; */
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: #9999CC; /* modificato da black */
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: 0F2139; /* color: Black; */
	background-color: #0f0478; /*background-color: #B0C4DE;*/
}
a.mod_events_daylink:link
{
	color: #CCCCFF; /* modificato da black */
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: #CCCCFF; /* modificato da blue */
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: #9999CC; 
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: Background;
}
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: 1px solid #222222; */
	margin-top: 0.25em;
	width: 140px!important;
	height: 18px;
	background-image: url( "../../components/com_events/images/evback.jpg" );
}
.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: #0F2139; /* modificato da black*/
	background-color: inherit;
	text-decoration: none;
}
