/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #222222;
	width:175px; /* Ericles */
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
	margin-left: 0.1em; /* Ericles */
	background-color: white; /* Ericles */ 
	color: Black; /* Ericles */ 
}
.mod_events_td_title
{
	font-weight: bold;
	color: Black;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: Black;
}
.mod_events_td_dayname .sunday
{
	color:Gray; /* Ericles */ 
}
.mod_events_td_dayname .saturday
{
	color:Gray; /* Ericles */ 
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: Gray;
	background-color: #FFE4C4;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: Black;
	background-color: #FFA07A;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #B0C4DE;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #B0C4DE;
}
a.mod_events_daylink:link
{
	color: Black; /* Ericles */ 
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: Black; /* Ericles */ 
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: Black; /* Ericles */ 
	text-decoration: underline; /* Ericles */ 
}
.mod_events_td_link
{
	background-color: white; /* Ericles */ 
}
a.mod_events_link:link
{
	color: #7ba566; /* Ericles */ 
}
a.mod_events_link:visited
{
	color: #7ba566; /* Ericles */ 
}
a.mod_events_link:hover
{
	color: Black; /* Ericles */ 
}
.mod_events_monthyear
{
	border: 1px solid #222222;
	margin-top: 0.25em;
    cursor:pointer;
	width: 175px; /* Ericles */
	height: 18px;
	margin-left: 0.1em; /* Ericles */
	color: Black; /* Ericles */ 
	background-color: white; /* Ericles */ 
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited
{
	font-weight: bold;
	color: #7ba566; /* Ericles */ 
	text-decoration: none;
}
.mod_events_monthyear a.mod_events_link:hover /* Ericles */ 
{
	color: Black;
}

td.mod_events_latest_first, td.mod_events_latest 
{
	background-color: White;
	border-style:solid;
	border-width:0px 0px 1px 8px;
	padding:0px 0px 2px 2px;
}
