@charset "utf-8";
/* CSS Document */

#mainContent {
	width: 970px;
	margin: 0 auto;
	padding-top: 5px;
}
#divShowcase {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.bContent {
	background-color: #FFF;
	clear: both;
}

#divFilter {
	width: 156px;
	height: 400px;
	float: left;
	background: url(../images/interact/bgfilter.png) repeat-x;
	padding-left: 12px;
	padding-top: 10px;
	cursor: default;
}
#divMap {
	float: right;
	min-height: 100px;
	padding: 7px 10px 0 7px;
}
#myMap {
	position: relative;
	border: 1px solid #039;
	width: 783px;
	height: 395px;
	margin: auto;

}
.filterLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	margin-left: -12px;
	background: #FFF url(../images/interact/bgfilterlabel.png) no-repeat;
	border-bottom: 1px solid #82a1b7;
	border-top: 1px solid #FFF;
}
#tblSex {
	margin-top: 10px;
	margin-bottom: 20px;
}
#tblSex td {
	font-size: 12px;
	text-align: center;	
}
.ageLabel {
	margin: 5px 10px 5px 0;
	text-align: right;
	font-size: 12px;
}

.ageLabel input {
	background-color: transparent;
	border:0;
	width: 25px;
	font-size: 16px;
	font-weight: bold;
	cursor: default;
}
#divSliders {
	margin-bottom: 20px;	
}
#slider1, #slider2{
	width: 140px;
	font-size:12px;
}
#tblBuddytype {
	width: 150px;
	height: 125px;
	font-size: 14px;
	border: 1px solid #CCC;
	cursor: default;
}
#tblBuddytype td {
	width: 75px;
	text-align: center;
}
.tdBuddytype {
	background: url(../images/interact/bgtype.png) repeat-x;
}
.tdBuddytypesl {
	background: url(../images/interact/bgtypesl.png) repeat-x;
	color: #FFF;
	font-weight: bold;
}