div.events table.linear thead tr th {
	background-color: #0C2004 !important;
	border-color: #555 !important;
}
div.events table.linear tbody tr.odd {
	background-color: #222;
}
div.events table.linear tbody tr.even {
	background-color: #333;
}
div.events table.linear tbody tr td.comment {
	border-bottom-color: #555;
}
div.events table.linear tbody tr td.date {
}


div.events.calendar table.calendar_body {
}
div.events.calendar table.calendar_body thead tr th {
}
div.events.calendar table.calendar_body tbody tr td {
}
div.events.calendar table.calendar_body tbody tr td.noday {
}
div.events.calendar table.calendar_body tbody tr td.active {
}
div.events.calendar table.calendar_body tbody tr td.active.hover {
}

