/* CSS Document */


#mapdiv { position: absolute;
	top: 50px; left:30px;
	width:590px; height:400px;
	margin-left: 20px;
	overflow: hidden;
}

#search { position: absolute;
	top: 460px; left: 150px;
}

#morebox {	text-align:left;
	font-size:smaller;
	padding: 6px 4px;
	width:180px;
	background-color: #fff;
	border: 1px solid gray;
	border-top:1px solid #a5a5a5;
	display: none;
	cursor:default;
}

#morebox.highlight {
	width:180px;
	border-width:2px;
	border-top:1px solid #a5a5a5;
}

#more_button { line-height: 1.4em;
	text-align:center;
	font-size:12px;
	margin-right:15px;
	background-color: #fff;
	border: 1px solid black;
	width:80px; height:16px;
	cursor: pointer;
}

#more_button.highlight {
	line-height: 1.3em;
	font-weight: bold;
	background-color: #fff;
	border-width: 2px;
	width:79px; height:15px;
}
#boxlink { color: #a5a5a5;
	text-decoration: none;
	cursor: default;
	margin-left:33px;
}


#boxlink.highlight { color: blue;
	text-decoration: underline;
	cursor: pointer;
}


