/* sitewide elements*/

/* right column upcoming events */
#events_container {
	margin: 0;
	padding: 16px 0 0 0;
	position: relative;
	top: -15px;
	left: 6px;
	width: 204px;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	
}
#date_module {
	position: relative;
	padding: 40px 0px 0px 0px;
	height:25px;
	width:25px;
	top: 1px;
	left: 155px;
}
div.evnt {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #7c7c7c;
	width: 194px;
	position: relative;
	left: 2px;
}	
p.date {
	margin: 7px 0 2px 0;
	color: #c90;
	font-weight: bold;
	text-align: left;
}
p.name {
	margin: 0;
	color: #fff;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
}
p.right {
	margin: 0 0 4px 0;
	text-align: right;
}
div.evnt p a {
	color: #f58220;
	text-decoration: none;
}
div.evnt p a:hover {
	color: #f58220;
	text-decoration: underline;
}
div#event_buttons {
	position: relative;
	left: 3px;
}
