/*********************
* Calendar module style
**********************/
.mod_events_table
{
/*	border: 1px solid #222222; */
	width: 140px!important;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
	background-color: #555555;
}
.mod_events_td_title
{
	font-family: "Trebuchet MS", sans-serif
        font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-family: "Trebuchet MS", sans-serif
        font-weight: bold;
	color: Black;
}
.mod_events_td_dayname .sunday
{
	color:gray;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-family: "Trebuchet MS", sans-serif	
	font-weight: bold;
	color: Gray;
	background-color: #404040;
}
.mod_events_td_todaynoevents
{
	font-family: "Trebuchet MS", sans-serif
	font-weight: normal;
	color: Black;
	background-color: #aaaaaa;
}
.mod_events_td_todaywithevents
{
	font-family: "Trebuchet MS", sans-serif
	font-weight: normal;
	color: Black;
	background-color: #f5e6cf;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-family: "Trebuchet MS", sans-serif
	font-weight: normal;
	color: Black;
	background-color: #f5e6cf;
}
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: #888458;
	text-decoration: none; 
}
.mod_events_td_link
{
	background-color: Background;
}
a.mod_events_link:link
{
	color: Black;
}
a.mod_events_link:visited
{
	color: Silver;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	border: 1px solid #333333;
	margin-top: 0.25em;
	width: 140px!important;
	height: 18px;
	background-color: #333333
	!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-family: "Trebuchet MS", sans-serif	
	00:40 09/04/2008font-weight: bold;
	color: Black;
	background-color: #inherit;
	text-decoration: none;
}

