﻿

html, body {
  height: 100%;
  width: 100%;
}

body {
	text-align: center;
  behavior: url("www/css/csshover.htc");
  margin: 0px; 
  padding: 0px; 
  overflow: -moz-scrollbars-vertical;
  font: 0.8em/110% Verdana,Arial,Helvetica,sans-serif; 
}

v\:* {
  behavior: url(#default#VML);
}

ul, li {
  margin: 0px;
  padding: 0px;
}

a, img {
  border: none;
}

/* -------------------------------------------------------------------- */


#container {
  text-align: left;
  margin: 0px auto; 
  width: 1000px; 
  min-width: 550px;
  background: #f0f0f0;
}

#imapa-header {
  position: relative;
  width: 100%;
  height: 70px;
}

#imapa-footer {
}
    
#imapa-mapwindow {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 700px;
  height: 480px;
  font-size: 1px;
  overflow: hidden;
  background: #eaeaea;
}

#imapa-toolbar {
  height: 22px; 
  background: #eaeaea;
}

#sidebar {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  width: 300px;
  height: 480px;
  overflow: hidden;
  overflow-y: auto;
}




/* -------------------------------------------------------------------- */


#indicator {
  position: absolute;
  top: 0px;
  left: 10px;
}

#mapimage-a {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

#mapimage-b {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#mapcanvas {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: yellow;
  opacity: 0.0;
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
}

#zoom-rect {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 1px;
  border: 2px solid red;
  cursor: crosshair;
  background-color: #666666;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
}




/* -------------------------------------------------------------------- */


  #imapa-toolbar-left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float:left;
  margin-left: 30px;
  padding: 3px 0px 3px 0px;
  _padding: 3px 0px 2px 0px;
  }

  #imapa-toolbar-right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 300px;
  float:right;
  text-align: center;
  padding: 3px 0px 3px 0px;
  _padding: 3px 0px 2px 0px;
  }

  #imapa-toolbar-left li, #imapa-toolbar-right li {
  display:inline;
  padding: 2px 5px 2px 5px;
  }

  .tbl-item {
  cursor: pointer;
  background-color: transparent;
  }

  .tbl-item:hover {
  background-color: #f5f5f5;
  }

  .tbl-item-active {
  cursor: default;
  background-color: #fefefe;
  }

  .tbl-spacer {
  }

  .tbr-item {
  cursor: pointer;
  }

  .tbr-spacer {
  }



  /* -------------------------------------------------------------------- */
  

.popup-menu-main {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #888;
}

.popup-menu-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  width:100%;
  background-color: #fff;
  padding: 5px 5px 5px 5px;
}

.popup-menu-item:hover {
  background-color: #f5f5f5;
}



/* -------------------------------------------------------------------- */


#sidebar div {
  margin: 10px;
}

#sidebar * div {
  margin: 0px;
}

#sidebar-close-btn {
  position: absolute;
  top: 3px;
  right: 2px;
  cursor: pointer;
}

#sidebar div.sidebar-title {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #acacac;
}

#sidebar div.sidebar-dialog {
  position: relative;
}

/* -------------------------------------------------------------------- */



/* -------------------------------------------------------------------- */


  #sidebar input.searchbox {
  margin: 1px 0px 1px 0px;
  padding: 1px 0px 1px 0px;
  width: 260px;
  border: 1px solid #808080;
  font-weight: bold;
  color: #333;
  }

  #sidebar #search-list {
  margin-top: 10px;
  }

  #sidebar #search-info {
  background-color: #ffffe0;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  }

  #sidebar #search-items {
  border-top: 1px solid #eaeaea;
  }

  #sidebar #search-count {
  margin-top: 4px;
  font-size: 80%;
  color: #555;
  }

  #sidebar .search-item {
  padding: 5px 15px 5px 15px;
  border-bottom: 1px solid #e0e0e0;
  cursor:pointer;
  text-transform: uppercase;
  }

  #sidebar .search-item-hover {
  background-color: #fafafa;
  }



  /* -------------------------------------------------------------------- */
  

#info-box-title-caption {
  font-size: 150%;
  font-weight: bold;
  line-height: 100%;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 4px;
  border-bottom: 1px solid #acacac;
}

#info-box-title-heading {
  font-size: 80%;
  color: #696969;
}

#info-box-content {
}

.info-box-noobject {
  font-size: 80%;
  text-align: center;
  line-height: 120%;
  color: #696969;
}

#info-box-content  td {
  vertical-align: bottom;
  border-bottom: 1px solid #dadada;
  padding-bottom: 3px;
}

#info-box-content  .info-item-heading {
  font-size: 80%;
  color: #444;
}

#info-box-content  .info-item-caption {
}

.info-box-content-heading {
  clear: both;
  float: left;
  width: 70px;
  font-size: 80%;
  color: #444;
}




/* -------------------------------------------------------------------- */


.tool-window {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 100px;
  overflow: hidden;
  z-index: 1000;
  background: #fff;
  border: 1px solid #888;
}

.toolwin-handle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 16px;
  cursor: move;
  text-align: left;
  padding-left: 5px;
  font-size: 90%;
  background: #d0d0d0;
}

.toolwin-closebtn {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}

.toolwin-contents {
  position: absolute;
  top: 16px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}



/* -------------------------------------------------------------------- */


#synopsis {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 130px;
  height: 90px;
  overflow: hidden;
  z-index: 1000;
  border: 1px solid #888;
  background: #e0e0e0;
}

#synopsis-rect {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 1px;
  border: 2px solid red;
  x-cursor: crosshair;
  background-color: #ff0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
}

#synopsis-closebtn {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  z-index: 10;
}

#synopsis-contents {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



/* -------------------------------------------------------------------- */


.ui-control {
  z-index: 5;
}

#navigation-zoom-in {
  position: absolute;
  top: 60px;
  right: 31px;
}

#navigation-zoom-out {
  position: absolute;
  top: 60px;
  right: 11px;
}

#navigation-proj-prev {
  position: absolute;
  top: 80px;
  right: 31px;
}

#navigation-proj-next {
  position: absolute;
  top: 80px;
  right: 11px;
}

#navigation-turn-right {
  position: absolute;
  top: 80px;
  right: 31px;
}

#navigation-turn-left {
  position: absolute;
  top: 80px;
  right: 11px;
}

#navigation-up {
  position: absolute;
  top: 5px;
  right: 21px;
}

#navigation-right {
  position: absolute;
  top: 21px;
  right: 5px;
}

#navigation-down {
  position: absolute;
  top: 37px;
  right: 21px;
}

#navigation-left {
  position: absolute;
  top: 21px;
  right: 37px;
}

#navigation-zoomer-track {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 1px;
  width: 7px;
  height: 150px;
  position: absolute;
  top: 103px;
  right: 27px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid black;
}

#navigation-zoomer-handle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 1px;
  width: 13px;
  height: 7px;
  cursor : move;
  right: -4px;
  _right: -5px;
  position: absolute;
  background-color: #999;
  border: 1px solid black;
}

#navigation-map-basic {
  position: absolute;
  top: 262px;
  right: 7px;
}

#navigation-map-foto {
  position: absolute;
  top: 280px;
  right: 7px;
}

#navigation-synopsis {
  position: absolute;
  top: 21px;
  right: 21px;
}

#navigation-synopsis-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}



