/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #FAC415;
	width: 180px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
	border-collapse: collapse;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: Black;
	text-align: center;
	background-color: #FBE491;
	border-bottom: 1px solid;
	border-color: #FAC415;
}
.mod_events_td_dayname .sunday
{
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: Gray;
	background-color: #FFFFFF;
	text-align: center;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: Black;
	background-color: #FBE491;
	text-align: center;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #FAC415;
	text-align: center;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
	text-align: center;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: Black;
	<!-- background-color: #FAC415; -->
	text-align: center;
        background-image: url("../images/icon.jpg"); 
        background-repeat: no-repeat;
        background-position: center;
}
a.mod_events_daylink:link
{
	color: Black;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: Black;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: Black;
	text-decoration: underline;
}
.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: 0px solid #FAC415;
	margin-top: 0.25em;
	width: 180px;
	height: 12px;
	<!-- background-image: url( "../components/com_events/images/evback.jpg" ); -->
	border-collapse: collapse;
}
.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;
}
