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

tr.mod_events_dayname{
	font-size: 10px;
}

.mod_events_table td{
	/* border-right: 1px solid #7B7B7B; 
	border-bottom: 1px solid #7B7B7B; 
	border-collapse: collapse; */
}

.mod_events_dayname td{
	border: 0px; 
}


.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: #7A7D60;
	/* background-color: #FFE4C4; */
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: Black;
	background-color: #F5A108;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #F5A108;
}
.mod_events_td_todaywithevents a.mod_events_daylink:link{	text-decoration: underline;/* color: #0000FF; */}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: Black;
	/* background-color: #68C8E0; */
	text-decoration: underline;
}
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, .mod_events_td_todaywithevents a.mod_events_daylink:hover
{
	color: Silver;
	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: Silver;
}
.mod_events_monthyear
{
	
	margin-top: 0.25em;
	width: 150px!important;
	height: 18px;
	/* border: 1px solid #222222;
	background-image: url( "../../components/com_events/images/evback.jpg" ); */
}
.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;
}
