/*********************
* Calendar module style
**********************/

table.mod_events_table a.mod_events_daylink {color:#4F8A75;}
table.mod_events_table td.mod_events_td_daywithevents a { color:#CC3300; font-weight:bold;}
table.mod_events_table td.mod_events_td_todaynoevents a {color:#FFFFFF;  font-weight:bold;}
table.mod_events_table td.mod_events_td_todaywithevents a {color:#CC3300;  font-weight:bold;}

h3.titulo_agenda { font-size:15px; margin: 5px 0 10px 8px; text-align:left;}
h3 span.titulo_mes { font-weight:500; font-size:12px;}


.mod_events_table
{
	/*border: 1px solid #222222;*/
	width: 190px!important;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 10px;
	background-color:#F7F7F7;
	color:#4F8A75;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	/*font-weight: bold;*/
	color: #4F8A75;
	padding-bottom:15px;
}
.mod_events_td_dayname .sunday
{
	/*color:red;*/
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
/*	font-weight: bold;*/
	color: #F7F7F7;
	background-color: #F7F7F7;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: Black;
	background-color: #037E45;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	/*color: Black;*/
	background-color: #CAE1D7;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: Black;
	/*background-color: #B0C4DE;*/
}
a.mod_events_daylink:link
{
	color: Black;
	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: Black;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
/*	border: 1px solid #222222;*/
	margin-top: 10px;
	width: 190px!important;
	height: 18px;
	font-weight:bold;
	color:#4F8A75;
	
/*	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: Black;
	background-color: inherit;
	text-decoration: none;
}
