/********************** Calendar module style**********************/
.mod_events_table {
	border: 1px solid #000000;   
	width : 140px;    
	text-align : center;
	background: transparent url(http://www.bgalan.com/wolfcry/images/stories/calenderbg.jpg) no-repeat scroll 0%;
 }
.mod_events_td_title {
    font-family: Arial;
	font-size: 10px;
	font-style: normal;    
	font-weight: bold;    
	color: White;    
	text-decoration: none;
}
.mod_events_td_dayname {
    font-family: Arial;    
	font-size: 11px;    
	font-style: normal;    
	font-weight: bold;    
	color: Blue;    
	text-decoration: none;
}
.mod_events_td_dayoutofmonth {
    font-family: Arial;    
	font-size: 10px;    
	font-style: normal;    
	font-weight: bold;    
	color: Black;    
	text-decoration: none;    
	background-color: White;
}

.mod_events_td_todaynoevents {
    font-family: Arial;    
	font-size: 10px;    
	font-style: normal;    
	font-weight: normal;    
	color: Black;    
	text-decoration: none;    
	background-color: Silver;
}
.mod_events_td_todaywithevents {
    font-family: Arial;    
	font-size: 11px;    
	font-style: normal;    
	font-weight: bold;    
	color: White;    
	text-decoration: none;    
	background-color: Navy;
}
.mod_events_td_daynoevents {
    font-family: Arial;    
	font-size: 10px;    
	font-style: normal;    
	line-height: normal;    
	font-weight: normal;    
	color: Blue;    
	text-decoration: none;
}
.mod_events_td_daywithevents {
    font-family: Arial;    
	font-size: 11px;    
	font-style: normal;    
	font-weight: normal;    
	color: White;    
	text-decoration: none;   
	 background-color: #B0C4DE;
}
.mod_events_monthyear {
	font-size: 10px;
	color: #FFFFFF;
}

a.mod_events_daylink:link {
    font-size:10px;    
	font-family: Arial;    
	color: White;
}
a.mod_events_daylink:visited  {
    font-size:10px;    
	font-family: Arial;    
	color: White;
}
a.mod_events_daylink:hover  {
    font-size:11px;    
	font-family: Arial;    
	color: Silver;
}
.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:link {
    font-size:10px;    
	font-family: Arial;    
	color: White;
}
a.mod_events_link:visited  {
    font-size:10px;    
	font-family: Arial;    
	color: White;
}
a.mod_events_link:hover  {
    font-size:11px;
	font-family: Arial;    
	color: Silver;
}