/*********************
* Calendar module style
**********************/
.mod_events_table {
	border: 1px solid #a0bceb;
	width : 140px;
	text-align : center;
}
.mod_events_td_title {
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.mod_events_td_dayoutofmonth {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
	background-color: #e7f4fe;
}
.mod_events_td_todaynoevents {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #04263f;
	text-decoration: none;
	background-color: #C4E4FD;
}
.mod_events_td_todaywithevents {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: White;
	text-decoration: none;
	background-color: #B0C4DE;
}
.mod_events_td_daynoevents {
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
}
.mod_events_td_daywithevents {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: White;
	text-decoration: none;
	background-color: #A0BCEB;
}

a.mod_events_daylink:link {
    font-size:12px;
    font-family: Verdana;
    color: Black;
}
a.mod_events_daylink:visited  {
    font-size:12px;
    font-family: Verdana;
    color: Navy;
}
a.mod_events_daylink:hover  {
    font-size:12px;
    font-family: Verdana;
    color: black;
}

.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:link {
    font-size:12px;
    font-family: Verdana;
    color: Black;
}
a.mod_events_link:visited  {
    font-size:12px;
    font-family: Verdana;
    color: Navy;
}
a.mod_events_link:hover  {
    font-size:12px;
    font-family: Verdana;
    color: Black;
}
