
            
table.dbem-calendar-table{width:940px;
}
table.dbem-calendar-table td {
	text-align: center;
	padding:0 5px 0 5px;

}
table.dbem-calendar.table tr.days-names {
	font-weight: bold;
} 

table.fullcalendar {
	border-collapse: collapse;
}
table.fullcalendar td {
	text-align: center;
	width: 80px;    
	height:25px;        
	border: 1px solid #888;
 vertical-align: top;
}

table.dbem-calendar-table td.eventful-today {background: #EFEFEF;}

table.dbem-calendar-table td.eventful-today a {  color: #CC0000;
text-decoration:none;font-weight:bold;
}

table.dbem-calendar-table td.eventful a {
  color: #CC0000;
text-decoration:none;
padding:0px;
margin:0px;
}

table.dbem-calendar-table td.eventful a:hover  {
  color: #CCcccc;
text-decoration:none;
}

table.dbem-calendar-table td.eventful-post {color:#cccccc;}

table.dbem-calendar-table td.eventful-post a {
 color: #CCcccc;
text-decoration:none;
padding:0px;
margin:0px;
}

table.dbem-calendar-table td.eventful-post a:hover  {
  color: #CC0000; 
text-decoration:none;
}

table.dbem-calendar-table td.eventful-pre {color:#cccccc;}
table.dbem-calendar-table td.eventful-pre a {
 color: #CCcccc;
text-decoration:none;
padding:0px;
margin:0px;
}

table.dbem-calendar-table td.eventful-pre a:hover  {
  color: #CC0000; 
text-decoration:none;
}

