/* events.css - apply on pages with calendar
 * and event data.
 */

.evtList a {
	text-transform: none;

}

.evtList {
	padding-bottom: 20px;
	border-top: 1px solid #ACC1D6;
}

.evtList h2 {
	color: #369;
}

#divSect #bdyLeft #bdCol1 .evtOuterContainer {
	width: 420px;
	margin-bottom: 4px;
	clear: both;
	padding-left: 10px;
}

#divSect #bdyLeft #bdCol1 .evtRegionHeader {
	width: 98%;
	clear: both;
	color: #369;
	font-weight: 600;
	font-size: 1.2em;
	padding: 0 0 5px 5px;
}

.evtOpened {
	display: none;
	background: #EBF0F6;
}

.evtInnerContainer {
	clear: both;
	background: #EBF0F6;
}


.evtFldLbl {
	clear: left;
	width: 80px !important;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	margin: 2px 0;
}

.evtFldTxt {
	width: 310px !important;
	margin: 2px 0;
}

.evtImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#divSect #bdyLeft #bdCol1 .evtSearchInput {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.evtSearchInput select, .evtSearchInput input {
 margin-left: 10px;
}

.topEvent {
	color: #BF0F0B;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
}

.cameraIcon {
	margin: 0px 5px;
}