/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #a8a8a8;
	width: 150px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	font-style: light;
	text-decoration: none;
	margin-bottom: 0.25em;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #a8a8a8;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: none;
	color: Black;
}
.mod_events_td_dayname .sunday
{
	color: #00dd00;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: none;
	color: White;
	background-color: #FFF;
}
.mod_events_td_todaynoevents
{
	border: 0.5px solid;
	width: 10px;
	color: #00dd00;
	background-color: none;
}
.mod_events_td_todaywithevents
{
	border: 0.5px solid ;
	width: 10px;
	color: #00DD00;
	background-color: #DCFFDC;
}
.mod_events_td_daynoevents
{
	line-height: none;
	font-weight: none;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: none;
	color: Black;
	background-color: #DCFFDC;
}
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: Gray;
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: Background;
}
a.mod_events_link:link
{
	color: Gray;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	border: 1px solid #a8a8a8;
	margin-top: 0.25em;
	width: 150px;
	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: Black;
	background-color: inherit;
	text-decoration: none;
}

