/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	width: 154px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0px;
	padding:7px;
}
.mod_events_td_title
{
	font-weight: nomal;
	color: #454545;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: #7E5E54;
}
.mod_events_td_dayname .sunday
{
	color:#6881C0;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: gray;
	background-color: #eeeeee;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B89D94;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B89D94;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #454545
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: #454545;
	background-color: #B0C4DE;
}
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: #FF0000;
	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: #FF0000;
}
.mod_events_monthyear
{
	margin-top: 0px;
	width: 154px;
	height: 18px;
	padding: 10px 7px 0px 7px;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
}
.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: Black;
	background-color: inherit;
	text-decoration: none;
}

