@charset "utf-8";
/* CSS Document */

#leftDiv {
	float:left;
	width:300px;
}
#venueList {
	float:right;
	width:395px;
	padding:5px;
	background-color:#d3eaf8;
	border-left:1px solid black;
}
.whereBox {
	font-size:16px;
	font-weight:bold;
	width:250px;
}
#venueList a.venue {
	display:block;
	padding:2px;
	color:black;
	text-decoration: none;
	border-bottom:1px dotted black;
	font-weight:bold;
	letter-spacing:-1px;
}
#venueList a.venue:hover {
	color:white;
	background-color:#1f5eff;
}
#venueList a.venue span {
	font-size:12px;
	font-weight:normal;
	color:#999;
}
.venueDetail { margin-left:30px; }
.arrows {
	position:relative;
	margin:0px 10px 0px 10px;
}
.label {
	display:block;
	width:100px;
	float:left;
}
#newVenue {
	float:left;
	width:300px;
}
#venueMap {
	float:right;
	width:375px;
	height:350px;
}
.relative { position:relative; }
#dateFields { line-height:30px; }
.endDate { margin-left:20px; }
.noBold { font-weight:normal; }
#eventDetails {
	width:100%;
	height:300px;
}
#navBar {
	border-bottom:2px solid black;
	background-color:#eee;
	padding-left:5px;
}
#whenInstruct {
	padding:5px;
	background-color:#d3eaf8;
}
#venueContact {
	padding:5px;
	background-color:#d3eaf8;
}
#confirmVenue {
	padding:5px;
	background-color:#d3eaf8;
}
