.search #banner{
	background-image:url(/_images/banner.search.jpg);
}
#right{
	padding:0 0 20px 20px;
}
#searchForm{
	display:block;
	background:url(/_images/search.bkd.png) #fdcb4d no-repeat right top;
	width:548px;
	height:111px;
	padding:9px 0 0 0;
	margin:-18px 0 26px;
}
#searchForm label{
	display:block;
	width:100%;
	height:12px;
	overflow:hidden;
	background:transparent no-repeat 0px 0px;
	text-indent:-9999px;
	margin:0 0 9px 0;
}
#searchForm input.text{
	width:226px;
	height:14px;
	padding:3px;
	border-top:1px solid #9ea2a7;
	border-left:1px solid #9ea2a7;
	border-right:1px solid #d6d9e2;
	border-bottom:1px solid #d6d9e2;
}
#searchForm select{
	width:234px;
	height:22px;
	padding:1px;
	border-top:1px solid #9ea2a7;
	border-left:1px solid #9ea2a7;
	border-right:1px solid #d6d9e2;
	border-bottom:1px solid #d6d9e2;
}
#searchForm p{
	float:left;
	display:inline;
	width:247px;
	height:45px;
	margin-left:10px;
	padding-bottom:8px;
	overflow:hidden;
}
#searchForm label#keywordLabel{
	background-image:url(/_images/search.label.keyword.png);
}
#searchForm label#specialtyLabel{
	background-image:url(/_images/search.label.specialty.png);
}
#searchForm label#locationLabel{
	background-image:url(/_images/search.label.location.png);
}
#submitSearchForm{
	margin:21px 0 0 10px;
}
#mapWrapper{
	display:none;
	position:absolute;
	left:239px;
	top:451px;
	width:435px;
	height:232px;
}
#mapPopup{
	width:435px;
	height:232px;
	background:url(/_images/map.bkd.png) transparent no-repeat 0px 0px;
}
#mapGraphic{
	position:absolute;
	left:23px;
	top:18px;
}
#mapList{
	position:absolute;
	left:225px;
	top:54px;
}
#right ul#mapList li{
	padding:0 0 5px 15px;
	font-size:10px;
	background:url(/_images/bullet.map.png) transparent no-repeat 0px 5px;
}
#right ul#mapList li a{
	color:#333333;
}
#right ul#mapList li a:hover{
	color:#b20202;
	font-weight:bold;
	cursor:pointer;
}
#mapGraphic img{
	display:none;
}
#mapGraphic img.map0{
	display:block;
}
#searchResults{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	width:528px;
	background:url(/_images/th-bkd.png) transparent repeat-x 0px 0px;
}

thead {
	background-color: #FCBE20;	
}

tr.th th{
	height:31px;
	text-indent:-9999px;
}
tr.th th.t1{
	background:url(/_images/th-name.png) transparent no-repeat 6px 11px;
}
tr.th th.t2{
	background:url(/_images/th-location.png) transparent no-repeat 6px 11px;
}
tr.th th.t3{
	background:url(/_images/th-specialty.png) transparent no-repeat 6px 11px;
}
tr.th th.t4{
	background:url(/_images/th-contact.png) transparent no-repeat 6px 11px;
}
td{
	padding:6px;
}
td span{
	color:#b20202;
	font-size:11px;
	font-weight:bold;
	
}
tr.odd{
	background:#f0f0f0;
}

.memberPending{
	border-left: 2px solid red; 
}