#mapdate{
	border:1px solid #ccc;
	background-color:#f1f1f1;
	width:98%;
	padding:5px;

}

#searchbox_date .heading{
	background:url(/images/bg_boxhead.gif) bottom repeat-x;
	height:25px;
}

#searchbox_date b{
	display:block;
	background:url(/images/title_changedate.gif) bottom left no-repeat;
	width:160px;
	height:25px;
}

#searchbox_date .body{
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#fff;
	padding:5px;
	
}


	
#searchbox_date label{
		font-weight:bold;
		color:#3B73A8;
}




#map_table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#map_table #title{
	
	border-bottom:1px solid #999;
	background-color:#f1f1f1;
	padding:3px;
}

#map_table #title b{
	font-size:120%;
	
}

#map_table label{
		font-weight:bold;
		color:#3B73A8;
}

#mapfilter_box .heading{
	background:url(/images/bg_boxhead.gif) bottom repeat-x;
}

#mapfilter_box .heading .legend{
	display:block;
	background:url(/images/title_mapfilter.gif) bottom left no-repeat;
	padding-left:110px;
}

#mapfilter_box .body{
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#fff;
	padding:5px;
}

#mapfilter_box #fl_number{
	color:#000;
	margin-left:10px;
	font-size:120%;
	font-weight:bold;
}

#mapfilter_box #fl_unit{
	color:#000;
	margin-left:3px;
	font-weight:bold;
}






	
#map_table #name_list{
	border-right:1px solid #999;
}
	
#map_table #map_pane{		
	background-color:#f1f1f1;
}

#name_window{
	width:250px;
	height:380px;
	overflow:scroll;
}
#name_window div{
	padding-left:5px;
	margin:10 auto;
	border:0px;	
}

#name_window div.selected{
	/*color:#F79650;*/
	background-color:#F5F2D6;
	
}

#name_window div.selected a{
	text-decoration:underline;	
}

#name_window a{
	font-weight:bold;
	text-decoration:none;
	color:#4791C5;
}

#name_window a:hover{
	text-decoration:underline;
}



#map_window{
	overflow:scroll;
}
#map_window img{
	border:0px;
}

.locate_link{
	color:#4791C5;
	text-decoration:underline;
	cursor:pointer;
}

.info_patch{
	border:1px solid #32D521;
	background-color:white;
	padding:2px;
}
.info_patch h1{
	font-size:80%;
	font-weight:bold;
	margin-top:11px;
	margin-bottom:2px;

}

.info_patch .close_button{
	position:absolute;
	top:0;
	right:0;
	background:url(/images/icon_close.gif) top left no-repeat;
	display:block;
	width:13;
	height:13;
}
.info_patch .close_button:hover{
	background-image:url(/images/icon_close_active.gif);
}



	
