#outerDiv {
    margin:0px;
    height: 400px;
    width: 400px;
    border: 1px solid #0048F3;
    position: relative;
    overflow: hidden;
    background-color: #828282;
}

#innerDiv {
    margin:0px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 0;
}

#map {
    margin:0px;
    z-index: 2;
}

#map_mask_for_ie {
    z-index: 1;
    position: absolute;
    display: none;
}

#mapView {
    margin:0px;
    height: 401px;
    width: 401px;
    background-color: #828282;
}

#mapHeader {
    position: relative;
    overflow: hidden;
    margin:0px;
    left: 0px;
    top: 0px;
    height: 18px;
    width: 402px;
    background-color: black;
    background-repeat: no-repeat;
}

#plotLabelArea {
    background-color: lightyellow;
}

#plotLabelAreaForFreemaptiny {
    border: 1px solid #0048F3;
    width: 200px;
    height: 18px;
    background-color: lightyellow;
}

#plotLabel, #plotLabelForFreemaptiny {
    color: blue;
    position: relative;
    overflow: hidden;
    background-color: lightyellow;
}
#plotLabel {
    width: 400px;
    border: 1px solid #0048F3;
}
#plotLabelForFreemaptiny {
    margin:0px;
    width: 195px;
    left: 2px;
    font-size: 11px;
    border-style: none;
}

#freemapLink {
    margin:0px;
    position: absolute;
    font-size: 11px;
}

#shiftRangeDiv {
	margin:0px;
	filter: Chroma(color=#000000);
	border-style: dashed;
	border-width:1px;
        border-color: #ffffff;
	position: absolute;
	cursor: pointer;
	display: none;
}

#folders {
	left: 30px;
	width: 650px;
}

#historys {
    left: 1em;
    width: 650px;
}

#showfolder {
	height: 30px;
}

#showhistory {
	height: 30px;
}

#rangemenu, #rangemenuForFreemap {
	font-family: monospace;
	font-size:12px;
	position: absolute;
	border-style:outset;
	border-width:1px;
	line-height:1.6em;
	background-color:#FFFFFF;
}
#rangemenu { height: 112px; }
#rangemenuForFreemap { height: 75px; }

.rangeMenuInner {

	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;

	border-color:#FFFFFF;
	margin: 1px;
	cursor: pointer;
}

.rangeMenuSelect {

	background-color:#99FF99;
	border-style:solid;
	border-width:1px;

	border-color:#99CC99;
	margin: 1px;
	cursor: pointer;
}

#folderlist {
    position: absolute;
	top: 250px;
	left: 250px;
}
#historylist {
    position: absolute;
	top: 250px;
	left: 250px;
}

#closerangemenu {
	align: left;
}

div.folderinfo {
	display:block;
    height: 120px;
    width: 630px;
}

div.mapthumbnail {
	float:right;
	display:block;
    height: 100px;
    width: 100px;
	margin-right: 1em;
    position: relative;
    border: 1px solid black;
    overflow: hidden;
	cursor: pointer
}

.balloon {
	background-repeat: no-repeat;
    position: absolute;
    width: 170px;
    height: 100px;
	margin: 0px;
	z-index: 10;
}

.balloonInner {
	background-color: #FFFFFF;
	font-size: 11px;
    position: absolute;
    overflow-x: auto;
    overflow-y: scroll;
    height: 70px;
    width: 155px;
    border: 0px;
	margin: 0px;
	z-index: 11;
}

.balloonTitle {
	font-weight: bold;
	margin: 0px;
	z-index: 12;
}

.balloonContent {
	margin: 0px;
	z-index: 12;
}

.balloonContent a {
	font-size: 11px;
	text-decoration:underline;
}


.balloonClose {
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
    position: absolute;
	margin: 0px;
	z-index: 12;
}

body.freemaptinyBody {
  margin: 0px;
}

form.freemapForm {
  margin: 0px;
}

.freemapURL {
    border: 1px solid #0000F3;
}

li.selectedOn {
  border-style: outset;
  border-width: 3px;
  border-color: #ffff66;
  background-color: #ffffd0;
}

li.selectedOff {
  background-color: transparent;
}
