  /*
* Calendar module style
**/
.mod_events_table
{
	border: 1px solid #222222;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin: 0px auto 0.25em auto;	
    width:140px!important;
}
.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: #FFE4C4;
}
.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: Black;
	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: 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
{
	border: 1px solid #222222;
	margin: 0.25em auto 0px auto;
	text-align:center;
    width:140px!important;
    cursor:pointer;
	height: 24px;
	background-image: url( /components/com_events/layouts/default/images/evback.jpg" );
}
.mod_events_monthyear td
{
	text-align:center!important;
	vertical-align:middle;
	
}
.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;
}

table.mod_events_latest_table {

}

.mod_events_latest, 
.mod_events_latest_first,
.mod_events_latest_date,
.mod_events_latest_content,
.mod_events_latest_rsslink,
.mod_events_latest_noevents {
  font-size: 11px;
}

.mod_events_latest,
.mod_events_latest_first {
  padding-bottom: 5px;
	height: 30px;
}

.mod_events_latest {
	border-top: solid 1px #BBB;
	padding-top: 2px;
}


.mod_events_latest_content a {

}

.mod_events_latest_rsslink, .mod_events_latest_rsslink a {
  text-align: right;
  margin: 0 0 0 auto;
}

.mod_events_latest_rsslink a {
  display: none;
}

.mod_events_latest_rsslink a img {
  visibility: visible;
	border: 0px;
	margin-right: 5px;
  vertical-align: middle;
  padding-bottom: 2px;
}
