BODY {
  font: 12px Tahoma;
  background-color: rgb(181,201,231);
  margin: 0px;
  padding: 0px;
}
A:link,A:visited,.black A:visited{color:#000;text-decoration:none}
A:hover,.black A:hover{color:#000;text-decoration:underline}
.map-canvas {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: eae9e5;
}
.left_list {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 200px;
  max-height: 90%;--
  opacity: 0.9;
  background-color: eae9e5;
  overflow: auto;
}
.left_menu {
  left: 0px;
  right: 0px;
  padding: 4px;
  text-align: center;
  margin: 2px;
  border: 1px black solid;
  cursor: pointer;
  cursor: hand;
  background-color: #cadbec;
}

.top_data {
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
}







/* window */

.allarea {
  position: absolute;
  display: none;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.windowback {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgb(200,200,200);
  opacity:0.4;
  filter:alpha(opacity=40);
  --z-index: 2;
}
.windowframe {
  position: relative;
  display: block;
  --top: 50%;
  --left: 50%;
  --background-color: #ff00ff;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: rgb(181,201,231);
  --z-index: 3;
}
.windowtitle {
  position: absolute;
  display: block;
  top: 0px;
  width: 100%;
  height: 20px;
  background-color: rgb(61,113,183);
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
}
.windowdata {
  position: absolute;
  display: block;
  width: 100%;
  top:21px;
  bottom: 41px;
  overflow: auto;
  color: #000060;
  text-align: center;
}
.windowbottom {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 42px;
  color: #000000;
  padding-top: 10px;
  background-color: rgb(121,158,211);
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #000000;
}
.windowbutton {
  cursor: pointer; cursor: hand;
  display: inline;
  position: relative;
  height: 20px;
  padding: 5px 25px 5px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}



.close_main {
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: .5;
}
.close_main:hover,
.close_main:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=90);
  opacity: .9;
}
