/*********************
* Calendar module style
**********************/
.mod_events_table
{
	width: 100%;
	padding:0 0 7px 0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
.mod_events_td_title
{
	font-weight: bold;
	color:#6d6d6d;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color:#b2b2b2;
	background-color:#f4f4f4;
	border-bottom:2px solid #d8d8d8;
	text-align:center;
}
.mod_events_td_dayname .sunday
{
	color:#b2b2b2;
}
.mod_events_td_dayname .saturday
{
	color:#b2b2b2;
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color:#fff;
	background-color: #fff;
	text-align:center;
	line-height:22px;
	border-bottom:1px solid #eeeeee;
}
.mod_events_td_todaynoevents
{
	line-height:22px;
	font-weight:bold;
	color:#fff;
	background-color: #ff983a;
	text-align:center;
	border-bottom:1px solid #eeeeee;
}
td.mod_events_td_todaynoevents a.mod_events_daylink{
color:#FFFFFF;
}

.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #ff983a;
	text-align:center;
	border-bottom:1px solid #eeeeee;
	line-height:22px;
}
td..mod_events_td_todaywithevents a.mod_events_daylink:link {
font-weight:bold;
color:#457ea6;
}
td.mod_events_td_todaywithevents a.mod_events_daylink:link b, td.mod_events_td_todaywithevents a.mod_events_daylink:visited b{
color:#457ea6;
}
td.mod_events_td_todaywithevents a.mod_events_daylink:hover b{
color:#000;
}
td.mod_events_td_daywithevents a.mod_events_daylink:link {
font-weight:bold;
color:#7bb3d9;
}
td.mod_events_td_daywithevents a.mod_events_daylink:hover {
color:#457ea6;
}
td.mod_events_td_daywithevents a.mod_events_daylink:visited {
color:#7bb3d9;
}


.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color:#dadada;
	text-align:center;
	line-height:22px;
	border-bottom:1px solid #eeeeee;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: #94acc0;
	text-align:center;
	line-height:22px;
	border-bottom:1px solid #eeeeee;
}
a.mod_events_daylink:link
{
	padding:4px 0 4px 0;
	color: #b3b3b3;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: #b3b3b3;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: #b3b3b3;
}
.mod_events_td_link
{
	background-color: Background;
}
a.mod_events_link:link
{
color:#a2b2bf;
}
a.mod_events_link:visited
{
color:#6d6d6d;
}
a.mod_events_link:hover
{
color:#000;
}
.mod_events_monthyear
{
width:100%;
margin:12px 0 3px 0;
	text-align:left;
}
.mod_events_monthyear td
{
text-align:left;
	/*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-size:12px;
	font-weight: bold;
	color:#6d6d6d;
	text-decoration: none;
}

