#venues li {
	list-style: none;
}

#content ol li {
	margin-left: 2em;
}

.classes {
	width: 100%;
	color: #666;
	margin-bottom: 2em;
}       

h3 {
	color: #333;
}

.classes th {
	color: #555;
}

.classes .title {
	width: 22%;
}

.classes .dates {
	width: 20%;
}

.classes .time {
	width: 8%;
}

.classes .level {
	width: 10%;
}

.classes .venue {
	width: 7%;
}

.classes .instructor {
	width: 15%;
}

.classes .availability {
	width: 18%;
}

.attributes .you td {
	padding: 1em 0;
}

#allClasses, #byVenue, .mapContainer {
	padding: 1em;
	margin-bottom: 1em;
	background: #B8BCDF;
	position: relative;	
}

#byVenue {
	height: 8em;
}

.mapContainer div.map {
	height: 165px;
	width: 325px;	
	border: 1px solid white;
	background: white;
/*	margin: 0 -1em -1em -1em;*/
}

#byVenue h3, #allClasses h3, .mapContainer h3, #allClasses a:link, #allClasses a:visited, #byVenue a:link, #byVenue a:visited {
	color: white;
	text-decoration: none;
}

#byVenue h3, #allClasses h3, .mapContainer h3 {
	font-size: 1.64em; 
	line-height: .915em;
	margin: .4574em 0;	
}

#venueJumpFormSubmit {
   color: #fff;
   background-color: transparent;
   border: none;
   cursor: pointer;
   cursor: hand;
	width: 100px;	
	display: block;	
	text-align: left;
}

#venueJumpFormSubmitWrapper, .showClasses {
	display: block;
	position: absolute;
	right: 1em;
	bottom: 1em;
	background-image: url(/img/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: 100px 2px;
	padding-right: 0;
	width: 7em;	
}

#venueJumpFormSubmitWrapper {
	text-align: right;
	width: 100px;	
/*	width: 7.2em;	*/
	background-position: right 3px;	
}
