/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 1px solid #e2e9d7;
    width : 168px;	
    text-align : center;
	/*padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;*/
}
.mod_events_td_title {

   
}
.mod_events_td_dayname {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
background-color:#e2e9d7;
color:#484f3d;
font-size:8pt;
}
.mod_events_td_dayoutofmonth {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#e2e9d7;
font-size:8pt;
  
}
.mod_events_td_todaynoevents {
background-image:url(../templates/aqaba/images/cal_bg.jpg);
background-repeat:no-repeat;
}

.mod_events_td_todaywithevents {
background-image:url(../templates/aqaba/images/cal_bg_event.jpg);   
}

.mod_events_td_daynoevents {
   font-family:Georgia, "Times New Roman", Times, serif;
}
.mod_events_td_daywithevents {
background-color:#484f3d;
}

a.mod_events_daylink:link {
 color:#484f3d;   
 text-decoration:none;
}
a.mod_events_daylink:visited  {
 color:#484f3d;  
}
a.mod_events_daylink:hover  {
 color:#484f3d;
 text-decoration:underline;
}

.mod_events_td_link {
 color:#484f3d;  
}
a.mod_events_link:link {
 color:#484f3d;
}
a.mod_events_link:visited  {
 color:#484f3d;  
}
a.mod_events_link:hover  {
 color:#484f3d; 
}

.mod_events_link {
	font-size:10px;
}
