     
/* Printable stuff */       
.dbem-calendar-table {
	 list-style: none;
	 list-style-type: none;
	 list-style-image: none;
	 list-style-position: inside;
}

.dbem-calendar-table td {
	padding: 2px 4px; 
}

.dbem-calendar-table {
	line-height: 100%;	
	
}

.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
	color: #ccc;
}

table.dbem-calendar-table td.eventful a {
  color: #a72507;
}

table.dbem-calendar-table thead tr td {
	padding-top: 15px;
	height: 30px;
}

table.dbem-calendar-table tr.days-names td {
	padding-top: 5px;
	height: 15px;
	font-weight: bold;
	text-align: center;
}

table.dbem-calendar-table td.eventless-today {
   background-color: #c2c2c2;  
}

table.dbem-calendar-table td.eventful-today {
   background-color: #c2c2c2;  
}

table.fullcalendar td {
	vertical-align: top;   
	width: 14%;  
	height: 75px;             
	border: 2px solid #fff;
	background-color: #eeeeee;
}


/* embedded stuff */

	table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
		color: #ccc;
	}
	table.dbem-calendar-table td.eventful a {
	  color: #a72507;
	}
	table.dbem-calendar-table td.eventful ul {
	 padding: 0;
	 margin: 0 0 0 -4px;
	 list-style: none;
	 list-style-type: none;
	 list-style-image: none;
	 list-style-position: inside;
	 }

	 
	table.dbem-calendar-table thead {
		text-align: center;
		vertical-align: middle;
		font-size: 150%;  
		font-weight: bold;  
	}
