#subSelector {
	float: left;
	width: 150px;
	padding: 5px;
	margin-right: 10px;
}

#subSelector a {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
}

#subSelector a:hover {
	display: block;
	padding: 5px;
	background-color: #EAf4D5;
	text-decoration: none;
}

.subSelectorHeader {
	width: 150px;
	display: block;
	background: url(../img/bg/subselecthead.gif) no-repeat top left;
	padding: 5px;
	height: 20px;
	color: #FFF;
}

.subSelectorContent {
	padding-top: 5px;
	border-left: #99CC32 solid 1px;
	border-right: #99CC32 solid 1px;
	border-bottom: #99CC32 solid 1px;
}

#venueInfo {
	float: right;
	width: 430px;
	padding: 5px;
}

.venueInfoHeader {
	width: 430px;
	display: block;
	background: url(../img/bg/venueinfohead.gif) no-repeat top left;
	padding: 5px;
	height: 20px;
	color: #FFF;
}

.venueInfoContent {
	padding: 5px;
	border-left: #7F0099 solid 1px;
	border-right: #7F0099 solid 1px;
	border-bottom: #7F0099 solid 1px;
}

.floatRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#venueLoading {
	display: none;
	height: 100%;
	z-index: 500;
	text-align: center;
	padding-top: 50px;
	padding: 5px;
	border-left: #7F0099 solid 1px;
	border-right: #7F0099 solid 1px;
	border-bottom: #7F0099 solid 1px;
}