div.events table.linear thead tr th {	
	color: #ABA685;
	background-color: #222;
	border: none;
}
div.events table.linear tbody tr.odd {
	
}
div.events table.linear tbody tr.even {
	
}
div.events table.linear tbody tr td.comment {
	font-style: italic;
	color: #4480E8;
	border-bottom: solid 1px #999 !important;	
}
div.events table.linear tbody tr td {
	color: white;
}


div.events table.linear {
	border: solid 1px #ABA685 !important;
}
div.events.calendar table.calendar_body thead tr th {
}
div.events.calendar table.calendar_body tbody tr td {
	color: white !important;
}
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 {
}

