/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 0px solid #222222;
	width: 140px;
	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;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	background-color: #cccc99!important;
	font-weight: bold;
	color: #999999;
}
.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: Gray;
	background-color: #CCCCCC;
/*	background-color: #FFE4C4; */
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #333333;
	background-color: #FFA07A;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: #333333;
	background-color: #B0C4DE;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: #333333;
	background-color: #B0C4DE;
}
a.mod_events_daylink:link
{
	color: #333333;
	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: #333333;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	border: 0px solid #222222;
	margin-top: 0.25em;
	width: 140px;
	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: #333333;
	background-color: inherit;
	text-decoration: none;
}

