/* Fix for the infamous IE 6 background image flicker bug.
 To take effect it requires at least SP 1.
 This hack should only get applied to IE 6. */
* html
{
 filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

#mapdiv
{ 
	font-family: Arial;
	width:672px;
	height:600px;
	overflow: hidden;
}

#search
{ 
	position: absolute;
	top: 460px; left: 150px;
}

#box
{	
	font-family: Arial;
	text-align:left;
	font-size:12px;
	padding: 6px 4px;
	width:120px;
	background-color: #fff;
	border: 1px solid gray;
	border-top:1px solid #a5a5a5;
	display: none;
	cursor:default;
	overflow: hidden;
}

#box.highlight {
	width:119px;
	border-width:2px;
	border-top:1px solid #a5a5a5;
}

#more_button {
	text-align:center;
	font-size:12px;
	padding-top: 1px;
	background-color: #fff;
	border: 1px solid #483D8B;
	width:7.5em; height:1.3em;
	cursor: pointer;
}

#more_button.highlight {
	font-weight: bold;
	background-color: #fff;
	border-width: 2px;
	width:7.4em; height:1.21em;
}
#boxlink { color: #a5a5a5;
	text-decoration: none;
	cursor: default;
	margin-left:33px;
}

#boxlink.highlight { color: blue;
	text-decoration: underline;
	cursor: pointer;
}