/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 1px solid #222222;
    width : 140px;
    text-align : center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
	background-color: #E1EFF4;
	color: #000000;
}
.mod_events_td_title {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-weight: bold;
    color: Black;
}
.mod_events_td_dayoutofmonth {
    color: Gray;
}
.mod_events_td_todaynoevents, .mod_events_td_todaywithevents{
    font-weight: normal;
	font-weight: bold;
	color: #0000ff;
    /*background-color: #91D2FF; #6AC4FF;*/
} 

.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, a.mod_events_daylink:visited, a.mod_events_daylink:hover, .mod_events_td_link {
    background-color: none;
}
a.mod_events_link:link, a.mod_events_link:visited, a.mod_events_link:hover  {
    color: #0000FF;
}
.mod_events_monthyear {
    width:140px;
    background-image: url("/components/com_events/images/evback.jpg");
}
.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;   
}

.mod_events_td_todaynoevents a.mod_events_daylink, .mod_events_td_todaynoevents a.mod_noevents_daylink {
color: #0066FF;
}
