fieldset {

}

h3 {
	clear: both;
	float: left;
	margin: 10px 0;
	color: #98A32D;
	font-size: 17px;
}

.clear {
	clear: both;
}

.required {
	color: red;
	margin-left: 3px;
}

.inputLeft {
	margin-bottom: 5px;
}

	.inputLeft input {
		width: 250px;
	}

	.inputLeft textarea {
		width: 250px;
		height: 75px;
	}

.inputLabel {
	width: 250px;
	float: left;
	text-align: right;
	margin-right: 5px;
	white-space: nowrap;
}

.eventSubmit {
	text-align: center;
}

	.eventSubmit input {
		padding: 7px;
		font-size: 12px;
		background-color: transparent;
		color: #333333;
		text-align: center;
	}

.borderError {
	border: 1px solid #CD0000;
}

div.borderError, div.eventInput {
	height: 22px;
}

.errorNotification {
	border: 2px solid #AA0000;
	display: block;
	background: #FFEEEE;
	font-size: 108%;
	padding-left: 2.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: left;
	margin: 1em 3em;
}

.inputLabelDate {
	width: 250px;
	display: inline;
}
.calendaricon { 
        padding-left:   0;            
        padding-top:    1.20em;         
        }       
                
.calendaricon img {
        width:                  24px;
        height:                 20px;
        cursor:                 pointer;
}

.viControlGroup {
	display: block;
	float: left;
	padding: 0;
	position: relative;
	margin-right: 10px;
}

	.viControlGroup label {
		margin-right: 5px;
	}

.cI .viDateGroup {
	clear: both;
}

.viInput.overlabeled label.viOverLabel {
	font-size: 84%;
	font-weight: normal;
	padding-top: 0;
}

.viView .viControl label {
	float: left;
	overflow: visible;
	text-align: left;
	white-space: normal;
	width: 100%;
}

.eventOdd {
	background-color: #f3f2f7;
}

.eventEven {
	background-color: #fbfaff;
}

.eventTeaser {
	display: block;
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	event-width: 689px;
	font-size: 13px;
}

	.eventTeaser .eventTitleBar {
		border-bottom: 1px solid #666666;
		float: left;
		clear: both;
		width: 689px;
		height: auto;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.eventTeaser .eventName {
		float: left;
		display: inline;
		color: #034081;
	}

	.eventTeaser .eventDate {
		float: right;
		display: inline;
	}

	.eventTeaser .eventDesc {
		clear: both;
		float: left;
		display: block;
		margin-bottom: 10px;
		width: 680px;
	}

	.eventTeaser .eventPageLink {
		clear: both;
		float: left;
		display: block;
		width: 680px;
	}
		.eventTeaser .eventPageLink a {
			text-decoration: none;
			color: #5b8de2;
		}

		.eventTeaser .eventPageLink a img {
			border: none;
			margin-right: 5px;
		}

.eDetailName {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	float: left;
	position: relative;
	clear: both;
	color: #36688D;
	font-size: 14px;
}

.eDetalDescription {
	clear: both;
	postion: relative;
	float: left;
	display: block;
	margin-bottom: 10px;
}

.eVenue {
	float: left;
	clear: both;
	margin-bottom: 10px;
	postion: relative;
}

	.eVenue div {
		float: left;
		display: inline;
	}

		.eVenue .eVenueName {
			display: inline;
			float: left;	
		}

		.eVenue .eVenueAddress {
			clear: both;
			float: left;
			display: block;
		}

			.eVenue .eVenueAddress div {
				display: block; 
				float: left;
				clear: both;
			}


.eDates {
	float: left;
	display: block;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}
	.eDates div {
		float: left;
		clear: both;
		position: relative;
		display: block;
	}

.eTimes {
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.eFees {
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.eContactInfo {
	float: left;
	clear: both;
	postion: relative;
	margin-bottom: 10px;
}

.eSearchFrom, .eSpacer, .eSearchTo {
	display: inline;
	postion: relative;
	float: left;
}

.eSearchFrom select, .eSearchTo select, .searchBox {
	margin-right: 10px;
}

.eSearchFrom {
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.eSearchTo {
	margin-top: 20px;
	margin-bottom: 20px;
}

.eSpacer {
	margin: 0 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.searchBox {
	float: left;
	display: inline;
	postion: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}

	.searchBox input {
		width: 100px;
	}

.goBox {
	float: left;
	display: inline;
	postion: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
	.goBox input {
		width: auto;
	}
