/* events */

#events {
	width: 230px;
}
#events-top {
	width: 230px;
	height: 20px;
	background: url(/images/courses-title.gif) top left no-repeat;
	padding-top: 2px;
	overflow: hidden;
	margin: 15px 0 10px;
}
html>/**/body #events-top {
	margin: 15px 0 10px;
}

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

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

.sidebox-item-divider {
	height: 1px;
	background: url(/images/divider.gif) top left repeat-x;
	width: 230px;
	overflow: hidden;
	margin-bottom: 4px;
}

.sidebox-indent {
	padding-left: 14px;
	width: 216px;
	background: url(/images/courses-bullet.gif) top left no-repeat;
}

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

.sidebox-item-summary {
	color: #556670;
	font-size: 12px;
}
a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {color: #556670; text-decoration: underline;}
a.sidebox-link:hover {color: #00b9f2; text-decoration: underline;}

/* 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;
}