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

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

#board tbody { margin: 0; }

#board 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;
}

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

#board tr.titlerow { background: none; }

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

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

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

#board 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/bio_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_board_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; }
.board_email {
	font-weight: normal;
}
.content #full-column #sidebar #sidebar_brace .AccordionPanel .AccordionPanelContent img {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
