	
#searchTable{
	position:relative;
	width:749px;
	height:600px;
	border:1px solid #cccccc;
	padding-bottom:15px;
	background-color:#eee;
	}

#map{
	 width:741px; 
	 height:600px;
	 position:absolute; 
	 top:3px; 
	 left:3px; 
	 border:solid 1px #000000;
	 }

#searchContainer{
	position:absolute;
	left:11px;
	top:11px;
	border:solid 1px #666;
	background-color:#eeeeee;
	padding:5px;
	width:170px;
	height: 549px;
}

#activitySearch, #facilitySearch{
	overflow:auto; 
	height:150px; 
	width:170px; 
	border:1px solid #CCCCCC;
	background-color:#FFF;
	margin-top:2px;
	margin-bottom:7px;
	font-size:10px;
	}

#addSearch{
	overflow:auto; 
	height:130px; 
	width:170px; 
	border:1px solid #CCCCCC;
	background-color:#FFF;
	margin-top:2px;
	font-size:10px;
	}

#searchResultsContainer{
	position:absolute; 
	border:solid 1px #666; 
	left:563px; 
	top:42px; 
	width:165px; 
	height:435px; 
	padding:5px; 
	background-color:#eeeeee;
}

#searchResults_outer{
	padding:5px;
	background-color:#FFF;
	margin-top:2px;
	border:1px solid #CCCCCC; 
}
.searchResults	{
	height:400px; 
	width:148px;
	overflow:auto; 
	font-size:10px;
	background-color:#FFF;
	}

#ipWindow{
	font-size:11px;	
}