﻿#eventSidebar
{
	width: 262px;
	float: right;
	padding: 9px;
}
#eventImageHolder
{
	text-align: center;
	margin: 0 auto 5px;
}
#eventImageFrame
{
	display: inline-block;
	margin: 0 auto;
	padding: 2px;
	background-color: #dde;
	border: solid 1px #333;
}
#eventSidebar img
{
	max-width: 250px;
	max-height: 250px;
	margin: 0;
	padding: 1px;
	background-color: #666;
}
#eventAttendeeHeader
{
	display: block;
	background-color: #16335B;
	color: #fff;
	padding: 1px 0.3em;
	font-size: 1.3em;
	font-weight: bold;
	border: solid 1px #333;
	margin-top: 5px;
}
#eventAttendees ul
{
	padding-left: 20px;
}
#eventAttendees ul li
{
	padding: 1px 2px;
	list-style-type: square;
}
#eventAttendees ul li:hover
{
	text-decoration: underline;
}
#eventInfo
{
	width: 495px;
	padding: 0 9px;
}
#eventName
{
	font-size: 26px;
	border-bottom: solid 1px #bbb;
	margin: 5px 9px;
}
#eventBody
{
	background-image: url(../images/viewEventBg.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	border-bottom: solid 4px #fff;
}
#eventDate
{
	font-weight: bold;
	font-size: 14px;
}
#eventTime
{
	color: #334;
	font-size: 12px;
	margin-bottom: 8px;
}
#eventLocation
{
	font-size: 12px;
	margin: 4px 0;
	padding: 0 0 5px;
	color: #667;
}
#eventLocation a
{
	text-decoration: underline;
}
.org
{
	color: #3F647F;
	font-weight: bold;
}

#eventDetails
{
	margin: 10px 0 0;
	padding-bottom: 7px;
	color: #667;
}

#sideBarButtons
{
	text-align: center;
	line-height: 18px;
	margin-bottom: 5px;
}
.sideBarButton
{
	background-image: url(../images/sideBarButtonBg.gif);
	color: #fff;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #223;
	-moz-border-radius: 0.5em;
	margin: 0;
}
.sideBarButton:hover
{
	border: solid 1px #000;
	background-position: bottom left;
}
#eventDescription
{
	color: #335;
	font-size: 10pt;
	line-height: 15pt;
}
hr.eventInfoDivider
{
	width: 100%;
	height: 1px;
	color: #bbb;
	margin-bottom: 6px;
	background-color: #bbb;
	border: none 0px #bbb;
}
