/***********************************
* Estil del calendari d'activitats *
***********************************/

.mod_events_table {
	border-left: 1px solid #D6D6C9;
	border-right: 1px solid #D6D6C9;
	border-bottom: 1px solid #D6D6C9;
	width: 140px!important;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	/*margin-bottom: 0.25em;*/
	margin: 0;
}

.mod_events_td_title {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

.mod_events_td_dayname {
	font-weight: bold;
	color: #666;
}

.mod_events_td_dayname .sunday {
	color: #AD444C;
}

.mod_events_td_dayname .saturday {
	color: #AD444C;
}

.mod_events_td_dayoutofmonth {
	color: #D6D6C9;
}

.mod_events_td_todaynoevents {
	color: #666;
	background-color: #D6D6C9;
}

.mod_events_td_todaywithevents {
	color: #666;
	background-color: #AD444C;
}
.mod_events_td_daynoevents {
	line-height: normal;
	font-weight: normal;
	color: #666;
}

.mod_events_td_daywithevents {
	font-weight: normal;
	color: #666;
	background-color: #B0C4DE;
}

a.mod_events_daylink:link {
	color: #666;
	text-decoration: none;
}

a.mod_events_daylink:visited {
	color: #666;
	text-decoration: none;
}

a.mod_events_daylink:hover {
	color: #000;
	text-decoration: none;
}

.mod_events_td_link {
	background-color: Background;
}

a.mod_events_link:link {
	color: #666;
}

a.mod_events_link:visited {
	color: #666;
}

a.mod_events_link:hover {
	color: #666;
}

.mod_events_monthyear
{
	border-top: 1px solid #D6D6C9;
	border-left: 1px solid #D6D6C9;
	border-right: 1px solid #D6D6C9;
/*	margin-top: 0.25em;*/
	margin: 0;
	width: 140px!important;
	height: 18px;
	background-color: #D6D6C9;
	/*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: #666;
	background-color: inherit;
	text-decoration: none;
}

