/********************** Calendar module style**********************/.mod_events_table {
	border-color: #222222;
	border-style: solid;
	border-width: 1px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 0.25em;
	text-align: center;
	text-decoration: none;
	width: 140px!important;
}

.mod_events_td_title {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.mod_events_td_dayname {
	color: Black;
	font-weight: bold;
}

.mod_events_td_dayname .sunday {
	color: red;
}

.mod_events_td_dayoutofmonth {
	background-color: #FFE4C4;
	color: Gray;
	font-weight: bold;
}

.mod_events_td_todaynoevents {
	background-color: #FFA07A;
	color: Black;
	font-weight: normal;
}

.mod_events_td_todaywithevents {
	background-color: #B0C4DE;
	color: Black;
	font-weight: normal;
}

.mod_events_td_daynoevents {
	color: Black;
	font-weight: normal;
	line-height: normal;
}

.mod_events_td_daywithevents {
	background-color: #B0C4DE;
	color: Black;
	font-weight: normal;
}

a.mod_events_daylink:link {
	color: Black;
	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;
	color: #000000;
}

a.mod_events_link:link {
	color: White;
}

a.mod_events_link:visited {
	color: Navy;
}

a.mod_events_link:hover {
	color: Silver;
}

.mod_events_monthyear {
	background-image: url( "../../components/com_events/images/evback.jpg" );
	border-color: #222222;
	border-style: solid;
	border-width: 1px;
	height: 18px;
	margin-top: 0.25em;
	width: 140px!important;
}

.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 {
	background-color: inherit;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}