@charset "UTF-8";
@import url(../agency.css);
@import url(../layout/2ColumnLeft.css);

ul.VenuesList,
ul.lvCities {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul.VenuesList li,
ul.lvCities li.lvCity {
	padding: 5px;
	margin: 5px;
	list-style: none;	
	float: left;
	width: 45%;
	border: 1px solid #eee;
}
ul.lvVenues li {
	padding: 0 0 0 0;
	margin: 0 0 1px -1em;
	list-style: none;	
}
ul.lvVenues li a {
	padding: 3px 3px 3px 10px;
	display: block;
	border: 1px solid #eee;
}
ul.lvVenues li a:hover {
	background-color: #A07475;
	border: 1px solid #888;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
ul.lvCities .lblCityName {
	display: block;
	background-color: #eee;
	margin: -5px -5px 4px -5px;
	padding: 3px 3px 3px 16px;
	font-weight: bold;
	letter-spacing: 1px
}
.pnlDancerInfo {
	float: right;
	border: 1px solid #eee;
	width: 44%;
	padding: 9px;
	margin: 33px 7px 7px 7px
}
.dancerTitle {
	font-weight: bold;
	font-size: 125%;
	letter-spacing: 3px;
	color: #A07475;
	background-color: #f4e2e2;
	margin: -9px -9px 11px -9px;
	padding-left: 9px
}