div#full-column {
	float: left;
	width: 620px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

img.border {
border: 2px solid #00a0af;
margin-bottom: 10px;
}

#events {
	border-collapse:collapse;
	width:280px;
	margin: 0;
	color: #00a0af;
	font: 12px Arial, Helvetica, sans-serif;
	border-top: 1px solid #c2e8ee;
}

#events tbody { margin: 0; }

#events th {
	background-color: #ffffff;
	padding: 6px 0.25em 2px;
	font-weight: bold;
	font-size: 90%;
	color: #666666;
	text-transform: uppercase;
	margin: 0;
	border-bottom: solid 1px #c2e8ee;
	cursor: pointer;
}

#events td, #events th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#events tr.titlerow { background: none; }

#events tr td.eventNameTD {
	background-color: #f0f9fb;
	border-bottom: solid 1px #c2e8ee;
	font-weight: bold;
	width: 150px;
}

#events tr td.locationTD {
	background-color: #f0f9fb;
	border-bottom: solid 1px #c2e8ee;
	width: 95px;
	padding-left: 5px;
}

#events tr.rowSelected td.eventNameTD {
    background-color: #d0eef4;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.locationTD {
    background-color: #d0eef4;
	 border-bottom: solid 1px #c2e8ee;
}

#imgwrapper { height: 175px; }

.eventname {
	font-weight: bold;
	font-size: 12px;
}
.date {
	font-size: 95%;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
}
.name {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

.location {
	color: #666666;
	font-size: 11px;
}

.rowHover {
	color: #000;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {
	width: 280px;
	margin: 0px 25px 0px 0px;
}
#sidebar {
	width:315px;
	margin: 0;
	background: url(../images/bg_events_detail.gif) no-repeat;
}

#sidebar_brace {
	float: left;
	width:310px;
	height:400px;
	display: inline;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	color: #666666;
	cursor: pointer;
	background: #a6dee6;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 25px;
	font-size: 110%;
	background: url(../images/arrow_events_open.gif) no-repeat left 50%;
	vertical-align: middle;
	line-height: 25px;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 360px;
	font-size: 100%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelContent div { margin: 6px 8px; }
