	/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 0px solid #222222;
	width: 140px!important;
	text-align: center;
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
	background-color:#EDEFEE;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}
.mod_events_td_dayname
{
	font-weight: bold;
	color: #383838;
	border:1px solid black;
	border-right:0px;
}
.mod_events_td_dayname .sunday
{
	color:red;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: #EDEFEE;
	background-color: #EDEFEE;
	border:1px solid black;
	border-right:0px;
	border-top:0px;
	
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: white;
	background-color: #66A3A7;
	border:1px solid black;
	border-right:0px;
	border-top:0px;
	
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: white;
	background-color: #B0C4DE;
	border:1px solid black;
	border-right:0px;
	border-top:0px;
	
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: white;
	border:1px solid black;
	border-right:0px;
	border-top:0px;
	
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: white;
	background-color: red;
	border:1px solid black;
	border-right:0px;
	border-top:0px;
	
}
a.mod_events_daylink:link
{
	color: #383838;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: #383838;
	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:#5386BD;
}
a.mod_events_link:visited
{
	color:#5386BD;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	border: 0px solid #222222;
	border-left:1px solid black;
	margin-top: 0.25em;
	width: 140px!important;
	height: 18px;
	background-color:#EDEFEE;
/*	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;
	font-size:9px;
	color:#5386BD;
	background-color: inherit;
	text-decoration: none;
}
