/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #222222;
	width: 140px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
	background-color: #DDD4BC;
	line-height: 15px;
}
.mod_events_td_title
{
	font-weight: bold;
	color: Fuchsia;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bolder;
	color: #CFC6B3;
	background-color: #6C5C38;
	font-style: italic;
	font-size: 12px;
}
.mod_events_td_dayname .sunday
{
	color: #CFC6B3;
	background-color: #6C5C38;
	font-style: italic;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: normal;
	font-size: 11px;
	color: Gray;
	background-color: #FFE4C4;
	line-height: 20px;
	
}
.mod_events_td_todaynoevents
{
	font-weight: lighter;
	font-size: 11px;
	color: Black;
	border: thin solid #6C5C38;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	font-size: 11px;
	color: Red;
	background-color: #FFD2D2;
	border: thin solid #6C5C38;
}
.mod_events_td_daynoevents
{
/*	line-height: normal; */
	font-size: 11px;
	font-weight: lighter;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	font-size: 11px;
	color: Red;
	background-color: #FFD2D2;
}
a.mod_events_daylink:link
{
	color: Black;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
}
a.mod_events_daylink:visited
{
	color: black;
	text-decoration: none;
	font-size: 11px;
}
a.mod_events_daylink:hover
{
	color: #A9A9A9;
	text-decoration: none;
}
.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: 1px 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: #DDD4BC;
	background-color: inherit;
	text-decoration: none;
	}

