.dbem-calendar
{
	border-color: #D0D0D0;
	border-width: 1px;
	border-style: solid;
	width: 200px;
}

table.dbem-calendar-table td
{
	padding: 2px 4px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.dbem-calendar.table tr.days-names { font-weight: bold; }
table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post { color: #ccc; }
.eventful { background-color: #F57A10; }

table.dbem-calendar-table td.eventful a
{
	font-weight: bold;
	color: #fff;
}

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

table.dbem-calendar-table thead
{
	font-size: 120%;
	font-weight: bold;
}

table.dbem-calendar-table a
{
	font-weight: bold;
	color: #FD7E29;
}
