<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #222;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
}

h1 {
	color: #fff;
	font-size: 12px;
	border-radius: 4px 4px 0 0;
	padding: 5px 10px;
	background: #0d0d0d url('../../images/calendar/default/headerbg.png') center left repeat-x;
	margin: 0;
}


#container {
	border: 1px solid #232323;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #0d0d0d url('../../images/calendar/default/bg.png') top center repeat-y;
	max-width: 1000px;
}

th {
	background: #333333;
	padding: 0 8px;
	text-align: left;
}

td {
	border-bottom: 1px solid #ddd;
	padding: 8px;
	line-height: 1.2em;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.views-row-last td {
	border-bottom: none;
}

.row-hover, .event-more-info-row {
	background: #bbb;
}

tr.row-active td {
	border-bottom: none;
	background: #bbb;
}

#scroll {
	height: 300px;
}


/* .views-field-field-start-date-value, .views-field-field-location-value, .views-field-field-facility-value, .views-field-field-scope-value, .views-field-title */
.views-field-field-start-date-value, .views-field-title {

}
#data thead th.views-field-field-scope-value {
    border-right:18px solid #333;
}
</pre></body></html>