/*********************
* Calendar module style
**********************/
.mod_events_table
{
	/*border: 1px solid #736A57;*/
	width: 180px;
	text-align: center;
	font-family: verdana,Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
font-weight: bold;
	background-color: #FFFFFF;
}



.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #A4BBD0;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: Black;
	/*background-color: #A4BBD0;*/
	background-color: #FFFFFF;
	/*border-bottom: 1px solid #736A57;*/
}
.mod_events_td_dayname .sunday
{
	color:#666666;
}
.mod_events_td_dayname .saturday
{

  color:#666666;
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: #CCCCCC;
	background-color: #FFFFFF;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: #55B5E5;
	/*background-color: #C85304;*/
}
.mod_events_td_todaynoevents a:link
{
	font-weight: bold;
	color: #55B5E5;

}
.mod_events_td_todaynoevents a:hover
{
	font-weight: bold;
	color: #94D1EF;

}
.mod_events_td_todaynoevents a:visited
{
	font-weight: bold;
	color: #55B5E5;

}

.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: #55B5E5;
	font-weight: bold;
	/*background-color: #FF6600;*/
}

.mod_events_td_todaywithevents a:link
{
	font-weight: bold;
	color: #55B5E5;

}

.mod_events_td_todaywithevents a:visited
{
	font-weight: bold;
	color: #55B5E5;

}
.mod_events_td_todaywithevents a:hover
{
	font-weight: bold;
	color: #FF6600;

}

.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: bold;
	color: Black;
	background-color: #FFFFFF;
	
}
.mod_events_td_daywithevents
{
	font-weight: bold;
	color: #CC3300;
	/*background-color: #999933;*/
}

.mod_events_td_daywithevents a:link
{
	font-weight: bold;
	color: #CC3300;

}
.mod_events_td_daywithevents a:hover
{
	font-weight: bold;
	color: #CC3300;

}
.mod_events_td_daywithevents a:visited
{
	font-weight: bold;
	color: #CC3300;

}



a.mod_events_daylink:link
{
	/*color: #CC3300;*/
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	/*color: #CC3300;*/
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	/*color: #000000;*/
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: #FFFFFF;
}
a.mod_events_link:link
{
	color: #CC3300;
}
a.mod_events_link:visited
{
	color: #CC3300;
}
a.mod_events_link:hover
{
	color: #999966;
}
.mod_events_monthyear
{
	/*border-top: 1px solid #736A57;
	border-right: 1px solid #736A57;
	border-left: 1px solid #736A57;*/
	margin-top: 0.25em;
	width: 180px;
	height: 25px;
	text-decoration: none;
	/*background-color: #84A3BF;*/
	background-color: #FFFFFF;
	/*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-family: Arial,verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: inherit;
	text-decoration: none;
}
.mod_events_link:hover{
	font-weight: bold;
	color: #999933;
	text-decoration: none;
}