legend {
	font-weight: bold;
	color: #E98E01;
	padding: 5px;
}

label.regLabel {
	color: #333;
}

input.confirmation {
	border: none;
	border-bottom: 1px solid #cecece;
	background: #efefef;
}
#eventsOuterContainer {
	vertical-align: top;
}

#eventsFilterContainer {
	height: 134px;
	background: #ffffff;
	
}

#eventsCalendar {
	width: 200px;
	float: left;
	height: 114px;
	margin-top: 4px;
}

#eventsFilters {
	width: 430px;
	float: right;
	height: 114px;
}

#eventsFilters p {
	font-weight: bold;
	font-size: 12px;
}

.message {
	padding: 5px;
	background: #009900;
	color: white;
	text-align: center;
	height: 90px;
	line-height: 90px;
	font-weight: bold;
}

.message.error {
	background: #990000;
}

#eventsContainer {

}

.singleEventContainer {
	background: white;
	padding: 5px;
	overflow: auto;
}

.singleEventContainer.alt {
	background: #F0F1EC;
}

.borderedImage {
	
}

.eventTitle {

}

.eventTitle h3, .eventTitle h3 a {
	font-size: 13px;
	color: #6F822D;
	text-decoration: none;
}

.eventLogo {
	float: left;
	width: 55px;
	height: 55px;
	margin: 5px 10px 5px 10px;
}

.eventDescription {
	text-align: justify;
	float: right;
	width: 550px;
	margin: 5px 5px 0px 5px;
	height: auto;
	vertical-align: top;
}

#calendarBorder {
	width: 196px;
	height: 114px;
	/*border: 1px solid #969696;*/
	margin: 10px;
	background: white;
}

#calendarInnerContainer {
	
}

#calendarLoader {
	background: white;
	text-align: center;
	vertical-align: middle;
}

#calendarLoader img {
	margin-top: 40px;
}

#calendarTopRow {
	width: 196px;
	height: 14px;
}

#calendarTopRow .sideButton, #calendarTopRow .monthTitle {
	line-height: 14px;
	vertical-align: middle;
	background: #dedede;
}

#calendarTopRow .sideButton {
	float: left;
	width: 30px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	height: 12px;
}

#calendarTopRow .monthTitle {
	font-weight: bold;
	text-align: center;
	width: 136px;
	float: left;
	height: 14px;
}

#dayTitles div {
	width: 28px;
	float: left;
	height: 14px;
	text-align: center;
	border-bottom: 1px solid #969696;
}

#daysContainer div {
	width: 28px;
	float: left;
	height: 14px;
	text-align: center;
}

#daysContainer div.day {
}

#daysContainer div.eventful {
	color: #5E80A8;
	cursor: pointer;
	text-decoration: underline;
}

#daysContainer div.today {
	font-weight: bold;
	color: #009900;
}

#filterOptions {
	text-align: left;
	padding-right: 0px;
}

#filterOptions select {
	width: 200px;
	border: 1px solid #afafaf;
}

#eventListLoader {
	padding: 100px;
	text-align: center;
}

.singleEventContainer {
}

.leftPicture {
	float: left;
	width: 55px;
	margin: 10px;
	margin-left: 0px;
}

.middleColumn {
	float: left;
	width: 360px;
	margin: 10px;
}

.middleColumn .title {
	font-size: 13px;
	font-weight: bold;
	color: #6F822D;
	margin: 0px 0px 5px 0px;
}

.middleColumn .location {
	margin: 5px 0px 5px 0px;
}

.middleColumn .date {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.middleColumn .description {
	text-align: justify;
	margin: 5px 0px 5px 0px;
}

.middleColumn .bottomLinksLeft {
	float: left;
	width: 50%;
	padding-top: 6px;
}

.middleColumn .bottomLinksRight {
	float: right;
	width: 50%;
	text-align: right;
}

.bottomLinksLeft, .bottomLinksRight {
	
}

.hrDiv {
	border-top: 1px solid #969696;
	margin: 5px 0px 5px 0px;
	line-height: 1px;
}

.rightColumn {
	float: left;
	width: 180px;
	margin: 10px;
	margin-right: 0px;
}

.rightColumn p {
	text-align: justify;
}

.rightColumn h3, .middleColumn h3 {
	color: #6F822D;
}

.rightColumn .sponsor {
	text-align: center;
}

.priceLabel {
	width: 50%;
	float: left;
	color: #6F822D;
}

.pricePoint {
	width: 50%;
	float: right;
	color: #6F822D;
	font-weight: bold;
}

.registerInput {
	/*border: 2px solid #9A9D84;*/
	border: 1px solid #9A9D84;
	width: 180px;
	padding: 2px 4px;
	font-size: 11px;
	/*background: #D1E863;*/
}

select.registerInput {
	width: 192px;
}

.errorHere {
	background: #900 !important;
	color: white !important;
}