/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 1px solid #993300;
    width : 180px;
    text-align : center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
	padding:2px;
	background-color: #ffffff;
}
.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 {
    font-weight: normal;
    color: Gray;
}
.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: #993300;
    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: #993300;
}
a.mod_events_link:hover  {
    color: Silver;
}
.mod_events_monthyear {
	font-weight: bold;
	color: #993300;
	font-size: 12px;
    width:180px;
    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{
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	color: #993300;
	font-size: 12px;
	background-color:inherit;
	text-decoration:none;
}