.portal {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
}

.gotobutton {
  position: absolute;
  right: 36px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
}

.hidebutton {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
}

.closebutton {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
}

.titlebar {
  position: relative;
  padding: .5em 1em .3em;
}

.portal_page_container {
  overflow: hidden;
  width: 300px;
  height: 300px;
}

.portal_page {
}

.title {
  position: relative;
  margin-left: -13px;
  margin-right: 45px;
}

.title input {
  border: 1px solid black;
  width: 100%;
  min-width: 20px;
  font-size: small;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: small;
}

#desktop {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pagewrapper {
  height: 100%;
}

#mainpage {
  display: block;
  height: 100%;
  margin: auto;
  border: 1px solid black;
}

#mainpage_container {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: scroll;
}

#factory .portal {
  display: none;
}

.mainpage_pad {
  height: 2%;
}

.bottom_pad {
  height: 2em;
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

#nav_wrapper {
  position: absolute;
  top: 0;
  margin-left: 30%;
  margin-right: 30%;
  width: 40%;
}

.navbutton {
  font-size: 0.8em;
  /*font-size: small;*/
  height: 2em;
}

#document_url_wrapper {
  position: absolute;
  top: 0px;
  width: 25%;
}

#document_url {
  width: 90%;
}

#go_button_wrapper {
  position: absolute;
  top: 0px;
  width: 5%;
  margin-left: 25%;
}

#page_number {
  text-align: center;
}

.zoom {
 padding: 5px;
 padding-left: 15px;
 padding-right: 15px;
}

.zoom_slider {
  height: 3px !important;
  border: 0;
}

.zoom_slider a {
  height: 10px !important;
  width: 10px !important;
  border: 0;
}

.zoom_marker_wrap {
  position: relative;
  height: 3px;
  width: 100%;
  left: -5px;
  top: 2px;
}
.zoom_marker {
  position: absolute;
  bottom: 0px;
  width: 3px;
  height: 3px;
  background-color: black;
}

#main_zoom {
  position: absolute;
  top: 20px;
  right: 50px;
}

:focus {
  outline: 0;
}

noscript h1 {
  text-align: center;
  font-family: sans-serif;
  color: red;
  margin-top: 3em;
}

#marker {
  position: absolute;
  visibility: hidden;
  opacity: .2;
  border: 1px solid orange;
  top: 100px;
  left: 100px;
  width: 500px;
  height: 100px;
  background-color: orange;
}

#storage_dialog {
  display: none;
}

.ui-dialog-buttonpane {
  font-size: small;
}

#storage_button {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: small;
}

#load_text {
  display: block;
}

#save_text {
  display: block;
}

#storage_status {
  font-style: italic;
  font-weight: bold;
}
