div.events table.linear thead tr th {
	background-color: #333;
}
div.events table.linear tbody tr.odd {
}
div.events table.linear tbody tr.even {
}
div.events table.linear tbody tr td.comment {
	border-bottom: dashed 1px;
	color: #CFC8AA !important;
}
div.events table.linear tbody tr td {
	color: white !important;
	font-family: helvetica, arial, serif !important; 
}


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 {
}

