/* events */

#events {
	width: 210px;
}
#events-top {
	width: 210px;
	height: 16px;
	background: url(/images/events-title.gif) top left no-repeat;
	padding-top: 15px;
	overflow: hidden;
	margin-top: 9px;
}
html>/**/body #events-top {
	margin-top: 8px;
}

.sidebox-item {
	margin: 0;
	padding: 5px 0 8px;
	font: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.sidebox-item-date {
	color: #222;
	font-size: 12px;
}

.sidebox-item-divider {
	height: 1px;
	background: url(/images/events-divider.gif) top left no-repeat;
	width: 210px;
	overflow: hidden;
}

.sidebox-indent {
	padding-left: 10px;
	width: 200px;
	background: url(/images/events-bullet.gif) top left no-repeat;
}

.sidebox-item-title { 
	color: #7e7830;
	font-size: 14px;
	font-weight: bold;
}

.sidebox-item-summary {
	color: #222;
	font-size: 14px;
}

html>body .sidebox-base {
	padding: 3px 8px 0 8px;
}

a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {
	color: #7e7830;
	text-decoration: none;
}

a.sidebox-link:hover {
	color: #ef9247;
	text-decoration: none;
}

/* accessibility */

#access-buttons {
	padding: 0 8px;
	width: 143px;
	height: 42px;
	background: #326e41 url(/images/access-bg.gif) top left no-repeat;
	position: relative;
	color: #fff;
	font-size: 11px;
	margin: -2px 0 16px 0;
}
span.access-button {
	display:none;
}

a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	font-weight: bold;
	color: #fff;
	left: 70px;
	top: 18px;
}
