/*********************

* Calendar module style

**********************/

.mod_events_table

{

	border: 1px solid #cbc6c4;

	width: 160px;

	text-align: center;

	font-family: Arial;

	font-size: 12px;

	font-style: normal;

	text-decoration: none;

	margin-bottom: 0.25em;

}

.mod_events_td_title

{

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}

.mod_events_td_dayname

{

	font-weight: bold;

	color: Black;

}

.mod_events_td_dayname .sunday

{

	/*color:red;*/

}

.mod_events_td_dayname .saturday

{

}



.mod_events_td_dayoutofmonth

{

	font-weight: bold;

	color: Gray;

	background-color: #cbc6c4;

}

.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: #fff;

	background-color: #B0C4DE;

}

a.mod_events_daylink

{

	color: Black;

	text-decoration: none;

}
.mod_events_td_daywithevents a.mod_events_daylink

{

	color: #fff;

}


.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

{
background:#682961;
	border: 1px solid #cbc6c4;

	margin-top: 10px;

	width: 160px;

	height: 18px;
	color:#fff;

}

.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: #fff;

	background-color: inherit;

	text-decoration: none;

}