  body{
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "Work Sans", "Open Sans", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 0.8em;
    background-repeat: repeat;
  }

  a {
    color: #999900;
  }

  iframe {
    position: absolute;
    top: 46px;
    left: 0px;
    height: 96%;
    width: 100%;
    resize: both;
    overflow: auto;
    z-index: 100;
  }


  #zoomWindow {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 96%;
    width: 63%;
    resize: both;
    overflow: hidden;
    z-index: 99;
    background: #fff;
    /*    border: 1px solid #b74423; */
    border: 1px solid #666;
    border-radius: 8px;
    /* box-shadow: 8px 8px 8px #888888; */
  }

  #zoomWindowHeader {
      position: relative;
      cursor: move;
/*      opacity: 0.8; */
      top: 0px;
      right: 0px;
      margin: 0;
      padding: 5px;
      width: 100%;
      height: 45px;
      /* background: #b74423; */
      /* background: #d24426; */
      background: #345643;
      color: #dddddd;
  }

  .zoomIcon {
    position: relative;
    display: inline-block;
  }

  .zoomIcon:before {
    background: url("/images/theme/gkm/zoom-icon-gray-30x30.png") left top no-repeat;
    content: ' ';
    position: absolute;
    right: 1px;
    bottom: 5px;
    height: 40px;
    width: 40px;
  }

  #title {
     margin-left:10px;
     width: 1100px;
     font-family: "Work Sans", "Open Sans", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  }


  div#topHeader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 30px;
      background: #565;
      display: block;
  }  
  
  div#topHeaderLinks {
      width: 65%;
      margin: 5px;
      float: left;
      color: white;
  }

  div#topHeaderDropdown, select#layerList {
      margin: 5px;
      float: left;
      color: white;
  }

  div#topHeaderLanguageSelection {
      position: absolute;
      right: 30px;
      width: 30%;
      height: 20px;
      margin: 5px;
      float: left;
      color: #666;
      cursor: pointer;
  }

  div#bottomFooter {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: #b74423
      display:  none;
  }  

  div#viewer {
    height: 100%;
    min-height: 100%;
    width: 66%;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0;
    margin-left: 0;
    padding: 0;
    background: #fff;
/*    border-right: 1px solid #b74423;  */
  }        

  div#annotation {
    height: 100%;
    min-height: 100%;
    width: 0;
    position: absolute;
    top: 55px;
    right: 0;
    margin: 0px;
    padding: 0px;
    background: black;
    cursor: pointer;
    z-index: -1;
  }

  div#navi {
     position: relative;
     width: 34%;
     height: 98vh;
     top: 10px;
     left: 65.5%;
     margin-left: 10px;
     margin-top: 10px;
     padding: 0;
     opacity: 1;
     overflow: hidden;
     display: block;
  }

  div#control {
     position: absolute;
     width: 456px;
     height: 100%;
     top: 0;
     left: 40px;
     margin: 0;
     padding: 0;
     opacity: 1;
     display: none;
  }

  div#editor {
     position: absolute;
     width: 800px;
     height: 600%;
     top: 25px;
     left: 25px;
     margin: 0;
     padding: 0;
     opacity: 1;
     display: none;
  }


  div#launcher {
     position: absolute;
     width: 57px;
     height: 57px;
     top: 30px;
     right: 30px;
     margin: 0;
     padding: 0;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_Navigation.png) no-repeat center;
     box-shadow: 5px 5px 5px #888888;
     display: none;

  }

 div#launcher:hover{  background: url(/images/theme/light/Btn_Navigation_Highlight.png) no-repeat center; }

 div#gallery {
    position: absolute;
     width: 100%;
     height: 220px;;
     bottom: 0;
     left: 0;
     margin: 0;
     padding: 0;
     /*     background: #244633; */
     background: #000;
     opacity: 1;
/*     border-top: 1px solid #cfd7e1; */
     text-align: center;
     z-index: 10;
     display: none;
 }

 div#gallery img {
     margin: 10px;
     bottom: 0;
     border: 0;
     box-sizing: border-box;
 }

 div#gallery img:hover {
     border-bottom: 1px solid #c00;
     box-sizing: border-box;
 }

 div#gallery img.selected {
     border-bottom: 4px solid #c00;
 }



 div#galleryCloseIcon {
    position: absolute;
     width: 21px;
     height: 12px;;
     left: 48%;
     bottom: 258px;
     margin: 0;
     padding: 0;
     font-size: 400%;
     opacity: 1;
     z-index: 99;
     cursor: pointer;
     display: none;
 }

 div#galleryOpenIcon {
    position: absolute;
     width: 30px;
     height: 30px;;
     left: 48%;
     bottom: 18px;
     margin: 0;
     padding: 0;
     font-size: 400%;
     opacity: 1;
     z-index: 99;
     cursor: pointer;
 }

div.citation {
    margin-top: 30px;
    float: left;
    font-size: small;
    font-style: italic;
}



/* marker and marker_title are classes for optional section which become visible by clicking marker_title */

.marker_title {
  color: #333;
  text-decoration: underline;
}

.marker {
  display: none;
}

.iipmooviewer {
  font-family: Verdana, sans-serif;
  left: 0;
  top: 0;
  background: #000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* Disable tap highlighting */
}
.iipmooviewer:focus, .iipmooviewer:active {
  outline: none;
}

.navcontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 98%;
  max-height: 98%;
  z-index: 2;
  text-align: center;
  background: transparent;
  top: 10px;
  left: 10px;
  border: 1px solid #cfd7e1;
  border-radius: 8px;
  /* box-shadow: 8px 8px 8px #888888; */
}

.controlcontainer {
  position: absolute;
  width: 100%;
  height: 94%;
  max-height: 94%;    
  z-index: 2;
  text-align: center;
  background: transparent;
  top: 10px;
  left: 10px;
  padding-bottom: 20px;
  border: 1px solid #cfd7e1;
  border-radius: 2px;
  /* box-shadow: 5px 5px 5px #888888; */
}

.toolbar {
  margin-top: 40px;
  height: 65px;
  cursor: cursor;
  width: 100%;
  opacity: 0.8;
  /* Cross browser CSS gradients from http://www.colorzilla.com/gradient-editor/ */
  /* background: #bac3cf; /* Old browsers */
  background: #fff; 
}

.navcontainer .toolbar, .controlcontainer .toolbar {
  height: 45px;
  cursor: move;
  width: 100%;
  opacity: 0.8;
  /* Cross browser CSS gradients from http://www.colorzilla.com/gradient-editor/ */
  /* background: #bac3cf; /* Old browsers */
  background: #c00; 
}

.navcontainer .toolbar:hover, .controlcontainer .toolbar:hover { opacity: 1.0 }

.navcontainer .toolbar img, .controlcontainer .toolbar img, #zoomWindow #zoomWindowHeader img{
     position: absolute;
     right: 20px;
     top: 15px;
     cursor: pointer;
}

.toolbar .toolbarBlending {
    height: 50px;
    width: 100%;
    margin-top: 45px;
}

.navcontainer .navheader {
     margin-left: 30px;
     margin-top: 20px;
     margin-bottom: 20px;
     width: 100%;
     text-align: left;
     font-family: "Work Sans", "Open Sans Semibold", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
     font-size: 10pt;
     color: #5a91c4;

}


.controlcontainer .controlheader {
     margin-left: 30px;
     margin-top: 20px;
     margin-bottom: 20px;
     width: 100%;
     text-align: left;
     font-family: "Work Sans", "Open Sans Semibold", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
     font-size: 10pt;
//     color: #97a5b9;
     color: #5a91c4;
}


.controlcontainer .controlheader #searchLink {
  display: inline-block;
  cursor: pointer;
}

.controlcontainer .controlheader #annotateLink {
    position: absolute;
    left: 200px;
    color: #97a5b9;
    display: inline-block;
    cursor: pointer;
}

.controlcontainer .controlheader #annotateLink:hover {
    color: #5a91c4;
}

.controlcontainer .controlheader #closeIcon {
     position: absolute;
     width: 16px;
     height: 16px;
     right: 30px;
     margin: 0;
     padding: 0;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Icon_Close.png) no-repeat center;
     display: inline-block;
}

.controlcontainer .controlcontent #searchinput {
 
    width: 340px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Work Sans", "Open Sans Semibold", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 10pt;

}

.controlcontainer .controlcontent .searchtag {
  height: 28px;
  border: 1px solid #cfd7e1;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 5px;
  font-family: "Work Sans", "Open Sans Regular", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: 10pt;
  width: auto;
  cursor: pointer;
  display: inline-block;
}

.controlcontainer .controlcontent .searchtag img {
    position: absolute;
    left: 240px;
}

.controlcontainer .controlcontent .listOfAnnotationsLabel {
  height: 28px;
  padding: 5px;
  font-family: "Work Sans", "Open Sans Regular", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: 10pt;
  color: #5a91c4;
  width: auto;
  clear: left;
}

.controlcontainer .controlcontent .searchresult {
  height: 20px;
  padding: 5px;
  font-family: "Work Sans", "Open Sans Regular", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: 10pt;
  width: auto;
  cursor: pointer;
}

.controlcontainer .controlcontent .searchresult:hover {
    color: #5a91c4;
}

.controlcontainer .controlcontent .selected {
    background: #5a91c4;
}


.layer_description img {
    height: 150px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.layer_description h2 {
    text-align: bottom;
    margin-bottom: 20px;
}


td.layerMatrixItem {
    width: 33%;
    font-size: 80%;
    vertical-align: top;
    padding-bottom: 10px;
    parring-right: 10px;
}

td.layerMatrixItem img {
    height: 30%;
    max-height: 100px;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
}

div.layerListNavigation {
    padding-left: 35px;
    top: 0;
}

div.layerNaviItem img {
    width: 8%;
    max-width: 40px;
    margin: 3px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}

div#showlayersicon {
     position: absolute;
     width: 32px;
     height: 32px;
     right: 270px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_Layers.png) no-repeat center;
}

div#showlayersicon:hover{  background: url(/images/theme/light/Btn_Layers_Highlight.png) no-repeat center; }


div#deleteicon {
     position: absolute;
     width: 32px;
     height: 32px;
     right: 226px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_Delete.png) no-repeat center;
}

div#deleteicon:hover{  background: url(/images/theme/light/Btn_Delete_Highlight.png) no-repeat center; }

div#resizeicon {
     position: absolute;
     width: 32px;
     height: 32px;
     right: 182px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_Resize.png) no-repeat center;
}

div#resizeicon.resizeIsActive  {
     position: absolute;
     width: 32px;
     height: 32px;
     right: 182px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_Resize_Active.png) no-repeat center;
}


div#resizeicon:hover{  background: url(/images/theme/light/Btn_Resize_Highlight.png) no-repeat center; }

div#resizeicon.resizeIsActive:hover{  background: url(/images/theme/light/Btn_Resize_Active_Highlight.png) no-repeat center; }


div#createnewicon {
     position: absolute;
     width: 32px;
     height: 32px;
     right: 138px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_New.png) no-repeat center;
}

div#createnewicon:hover{  background: url(/images/theme/light/Btn_New_Highlight.png) no-repeat center; }


div#createnewpublicicon {
     position: absolute;
     width: 32px;
     height: 32px;
     left: 7px;
     top: 55px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_New.png) no-repeat center;
}

div#createnewpublicicon:hover{  background: url(/images/theme/light/Btn_New_Highlight.png) no-repeat center; }

div#editicon {
     position: absolute;
     width: 32px;
     height: 32px;
     right: 94px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_Edit.png) no-repeat center;
}

div#editicon:hover{  background: url(/images/theme/light/Btn_Edit_Highlight.png) no-repeat center; }

div#commenticon {
     position: fixed;
     width: 32px;
     height: 32px;
     top: 20px;
     right: 66px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     z-index: 200;
/*     background: url(/images/theme/light/Btn_Comment.png) no-repeat center; */
}

div#showcommenticon {
     position: fixed;
     width: 32px;
     height: 32px;
     top: 20px;
     right: 30px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     z-index: 200;
/*     background: url(/images/theme/light/Btn_Comment.png) no-repeat center; */
}

div#commenticon { color: #000; }
div#showcommenticon { color: #aaa; }

div#commenticon:hover{  color: #c66; }
div#showcommenticon:hover{  color: #c66; }

/*
div#infoicon {
     position: absolute;
     width: 32px;
     height: 32px;
     right: 94px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_Info.png) no-repeat center;
}

div#infoicon:hover{  background: url(/images/theme/light/Btn_Info_Highlight.png) no-repeat center; }

div#searchicon {
     position: absolute;
     width: 32px;
     height: 32px;
     right: 50px;
     margin: 0;
     padding: 0;
     padding-top: 8px;
     opacity: 1;
     cursor: pointer;
     background: url(/images/theme/light/Btn_Search_V2.png) no-repeat center;
}

div#searchicon:hover{  background: url(/images/theme/light/Btn_Search_Highlight_V2.png) no-repeat center; }
*/

div#btn_infobtn, div#btn_reset, div#btn_zoomIn, div#btn_zoomOut, div#btn_showLayers {
    position: fixed;
    left: 20px;
    top: 15px;
    height: 25px;
    width: 22px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #fcc;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background-color: #fff;
    font-size: 14pt;
    cursor: pointer;
}

div#btn_infobtn {
    left: 10px;
}

div#btn_reset {
    left: 50px;
}

div#btn_zoomIn {
    left: 90px;
}

div#btn_zoomOut {
    left: 130px;
}

div#btn_showLayers {
    left: 170px;
}

div#togglePublicAnnotations {
    position: fixed;
    left: 170px;
    top: 10px;
    height: 25px;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #fcc;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background-color: #fff;
    text-align: center;
    font-size: 12pt;
}

div#createnewpublicicon {
    position: fixed;
    left: 388px;
    top: 10px;
    height: 25px;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #fcc;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    background-color: #fff;
    text-align: center;
    font-size: 12pt;
}

div#btn_infobtn:hover, div#btn_reset:hover, div#btn_zoomIn:hover, div#btn_zoomOut:hover, div#togglePublicAnnotations:hover, div#createnewpublicicon:hover {
    background-color: #f6f6f6;
    border: 1px solid #faa;
}

.navcontainer .searchicon {
     position: absolute;
     right: 30px;
}


/* Fullscreen API support */
.iipmooviewer:-full-screen {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.iipmooviewer:-moz-full-screen {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.iipmooviewer:-webkit-full-screen {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.navwin, .controlwin {
  font-size: 90%;
  padding-left: 150px;		
  font-weight: bold;
  text-align: center;
  border: 1px outset red;
  border: none;
  top: 10px;
  z-index: 2;
  opacity: 0.9;
  width: 160px; // was 100% (JHM 201502)
  height: auto;
}

.navwin img, .controlwin img { border: 0; width: 100%; height: 100% }

.navwin .zone {
  background: #888;
  border: 2px solid yellow;
  cursor: move;
  z-index: 3;
  opacity: 0.4;
}


.iipmooviewer .canvas{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  cursor: crosshair;
  position: absolute;
  background: transparent;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
/* -webkit-transform: translateZ(0); */ /* Enables Hardware acceleration on Webkit browsers */
}
.iipmooviewer .canvas.drag{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.iipmooviewer .canvas img{
  padding: 0;
  border: 0;
  position: absolute;
  cursor: crosshair;
  display: block;
}
.iipmooviewer .canvas img.hidden{
  display: none;
}
.iipmooviewer .canvas.drag img{ cursor: move; }

.iipmooviewer .credit {
  position: absolute;
  margin: 10px;
  right: 0;
  bottom: 0;
  border: 1px outset #333;
  color: #fff;
  background: #222;
  font-weight: normal;
  padding: 5px;
  font-size: 80%;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  text-shadow: 0.5px 0.5px 0 grey;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
.iipmooviewer .credit:hover{ opacity: 0.9; }

.tip {
  display: none; 
  color: #222;
  background: #eee;
  padding: 3px;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  line-height: 1.2em;
  z-index: 200;
  position: relative;
/* -moz-border-radius: 0.5em; 
   -webkit-border-radius: 0.5em; 
  border-radius: 0.5em;  
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
*/
  max-width: 500px;
}

.tip h1 {
  display: none;
  font-size: 120%;
  font-style: italic;
  margin-bottom: 1em;
}

.tip blockquote{
  display: none;
  font-style: italic;
  margin-left: 2em;
  margin-right: 2em;
}

#tipLink {
  display: none;
  font-size: 120%;
  font-style: italic;
  margin-bottom: 1em;
}

/* Progress Bar
*/
.navcontainer .loadBarContainer, .controlcontainer .loadBarContainer {
  height: 10px;
  border: 1px solid #fff;
  background: #000;
  opacity: 0.66;
  text-align: left;
}

.navcontainer .loadBarContainer .loadBar, .controlcontainer .loadBarContainer .loadBar {
  left: 0;
  font-size: 7pt;
  font-family: sans-serif;
  font-weight: bold;
  letter-spacing: 0.25em;
  color: #000;
  border: 0;
  background: #fff;
  height: 10px;
}

.navcontainer .coords, .controlcontainer .coords {
  position: absolute;
  left: 50%;
  width: auto;
  background: transparent;
}

.navcontainer .coords div, .controlcontainer .coords div {
  font-size: 6pt;
  color: #bbb;
  position: relative;
  left: -50%;
  background: #111;
  padding: 0 0.3em 0.2em 0.3em;
  width: auto;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}

/* Scale Widget Styles
*/
.iipmooviewer .scale {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 1.5em;
  width: auto;
  padding: 3px;
  background: #222;
  opacity: 0.65;
  cursor: default;
  color: #bbb;
  text-align: center;
  font-size: 65%;
  font-weight: normal;
  text-shadow: 0.5px 0.5px 0 grey;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
.iipmooviewer .scale:hover{
  opacity: 0.9;
}
.iipmooviewer .scale .ruler {
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #bbb;
  border-top: none;
  background: transparent;
  width: auto;
  height: 2px;
}
.iipmooviewer .scale .label { width: auto; }

/* Navigation Windows Styles
*/
.navcontainer, .controlcontainer {
  background: white;
}

div.navbuttons img {
  margin-top: 10px;
  margin-left: 4px;
  font-size: 50%;
  line-height: 0;
  background: #fff;
  opacity: 0.7;
  width: auto;
  padding: 5px;
  z-index: 3;
  overflow: hidden;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
/*   box-shadow: 5px 5px 5px #888888; */
}

.controlcontainer .controlbuttons {
  font-size: 50%;
  line-height: 0;
  background: #fff;
  opacity: 0.6;
  width: auto;
  padding: 5px;
  z-index: 0;
  overflow: hidden;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
/*  box-shadow: 5px 5px 5px #888888; */
}


.navcontainer .navbuttons img, .controlcontainer .controlbuttons img {
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
  position: relative;
  padding: 5px;
}


.navcontainer .navfunctions, .controlcontainer .controlfunctions {
  font-size: 50%;
  line-height: 0;
  background: #fff;
  height: 30px;
  opacity: 0.6;
  width: auto;
  padding: 5px;
  z-index: 0;
  overflow: hidden;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navcontainer .navfunctions img, .controlcontainer .controlfunctions img {
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
  position: relative;
  padding: 1px;
}

.navcontent, .navcontainer .navcontent, .controlcontainer .controlcontent {
    position: relative;
    top: 40px;
  font-size: 90%;
  text-align: left;
  background: #fff;
  width: auto;
  height: 83vh;
  padding-left: 10px;
  padding-top: 20px;
  padding-right: 20px;
  z-index: 0;
  overflow: auto;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: "Work Sans", "Open Sans Regular", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: 10pt;
  color: #464e5d;
}

.navcontainer .navcontent {
    max-height: 90%; 
    margin-top: 5px;
}

.controlcontainer .controlcontent {
    max-height: 90%;
}

.navcontainer .navcontent img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.navcontainer .navcontent h1 {
      font-family: "Work Sans Bold", "Open Sans Extrabold", "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
      font-size: 10pt;
      color: #464e5d
}


/* Annotation styles
*/


.iipmooviewer .canvas .annotation {
  position: absolute;
  overflow: visible;
  z-index: 2;
  border: 0px dotted #663; /* JHM */
  border: none;
  border-radius: 6px;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  background: url(/images/theme/light/AnnotationPoint_RedX2.png) no-repeat center;
  //  background-size: 15px Auto; /* Only CSS3!!! (JHM) */
  cursor: pointer;
}


.iipmooviewer .canvas .annotation.form:hover{ border-color: #cc9; border-width: 1px; border-style: solid; opacity:1 }

.iipmooviewer .canvas .annotation:hover{ border-color: #cc9; border-width: 1px; border-style: solid; opacity: 0.2 }



/* Use transitions to fade and set the annotation to invisible
*/

.iipmooviewer .canvas .annotation.hidden{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -ms-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}


.iipmooviewer .canvas .annotation.edit {
  border-color: yellow;
  opacity: 1; 
}


.iipmooviewer .canvas .annotation.handle {
  cursor: se-resize;
  background: none repeat scroll 0 0 white;
  border: 1px solid black;
  bottom: 0;
  height: 5px;
  margin: -2px;
  position: absolute;
  right: 0;
  width: 5px;
}

.iipmooviewer .canvas .annotation.form {
  padding: 2px;
  width: auto;
  min-width: 150px;
  height: auto;
  margin-top: 2px;
  border: 1px solid #aaa;
  line-height: 100%;
  background: #cff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
  background: #ee6; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
  font-size: 70%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  -o-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.iipmooviewer .canvas .annotation.form tr td:first-of-type{
  text-shadow: 0 2px 2px #bbb;
  font-weight: bold;
  color: #222;
}
.iipmooviewer .canvas .annotation.form input {
  width: 100%;
  border: 1px solid #888;
  margin: 0 0 0 auto;
}
.iipmooviewer .canvas .annotation.form input.button{
  width: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 2px 0 1px #bbb;
  border: 1px solid #888;
  font: bold 11px Verdana, sans-serif;
  padding: 0 2px 0 2px;
  color: #222;
  background: #eeeeee; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}
.iipmooviewer .canvas .annotation.form input.button:hover {
  border: 1px solid #555;
}

.iipmooviewer .canvas .annotation.form input:focus, .iipmooviewer .canvas .annotation.form textarea:focus {
  border: 1px solid red;
}
.iipmooviewer .canvas .annotation.form textarea {
  width: 98%;
  border: 1px solid #888;
}


/* Info Window
*/
.iipmooviewer img.logo {
  position: absolute;
  margin: 5px;
  left: 0;
  top: 0;
  border: none;
  cursor: help;
/*	  width: 32px; */
  height: 0px;
  opacity: 0.85;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;        
  transition: opacity 0.5s ease-in-out;
}
.iipmooviewer img.logo:hover { opacity: 1; }

a.logo:link, a.logo:visited {
  text-decoration: none;
  border: none;
}
.iipmooviewer .info {
  position: absolute;
  z-index: 10;
  padding: 2em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #ccc;
  background: #111;
  display: table;
  overflow: hidden;
  visibility: hidden;
}
.iipmooviewer .info div {
  margin-left: auto;
  margin-right: auto;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.iipmooviewer .info div div {
  text-align: left;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: auto;
  display: block;
}
.iipmooviewer .info div a {
  color: #aaf;
  text-decoration: none;
}
.iipmooviewer .info div a:hover {
  text-decoration: underline;
  text-shadow: 1px 0 0 #66a;
}
.iipmooviewer .info div a img{
  position: relative;
  top: 8px;
  margin-right: 8px;
  margin-left: 0;
  border: none;
}
.iipmooviewer .info div h2 {
  margin-bottom: 2em;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 150%;
  font-weight: bold;
  text-shadow: 1px 1px 0 #444;
}
.iipmooviewer .info div ul {
  width: 75%;
  margin: 2em;
  font-size: 8pt;
}

.iipmooviewer .message {
  background: black;
  text-align: center;
  color: white;
  width: 18em;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  padding: 0.5em;
  opacity: 0.7;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}

/* Blending box
*/
div.blending{
  width: 96%;
  background: #fff;
  color: #111;
  font-size: 75%;
  margin: 0;
  opacity: 0.6;
  padding: 5px 0 10px 0;
  text-align: center;
  font-size: 8pt;
  border-radius: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -ms-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
div.blending h2 {
  text-align: center;
  font-size: 10pt;
  margin-top: 0.3em;
  line-height: 1em;
  text-shadow: 0.5px 0.5px 1px #888;
}
div.blending select{
  display: span;
  position: relative;
  background: transparent;
  color: #bbb;
  border: 1px solid #bbbbbb;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 8pt;
  border-color: #666;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
}
div.blending option{
  background: #222;
  color:#bbb;
  border: 1px solid #bbbbbb;
  width: 100%;
  cursor: default;
}
/*
div.blending:hover{
  opacity: 1;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
  -o-box-shadow: 4px 4px 4px rgba(0,0,0,0.75);
}
*/

div.blending span{
  font-size: 6pt;
  margin-right: 1em;
}
div.blending div#area{
  text-align: left;
  background: #333333;
  border: 1px solid #444444;
  width: 62%;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
}
div.blending div#area div#knob{
  color: #444444;
  top: -6px;
  height: 15px;
  width: 8px;
  background: #bbb;
  cursor: move;
  margin: 0;
  border: 1px solid #888;
  background: #b8bac6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4YmFjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2RiZGNlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2RkZGZlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGJhYzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #b8bac6 0%, #dbdce2 30%, #f5f6f6 49%, #dddfe3 70%, #b8bac6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b8bac6), color-stop(30%,#dbdce2), color-stop(49%,#f5f6f6), color-stop(70%,#dddfe3), color-stop(100%,#b8bac6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b8bac6 0%,#dbdce2 30%,#f5f6f6 49%,#dddfe3 70%,#b8bac6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b8bac6 0%,#dbdce2 30%,#f5f6f6 49%,#dddfe3 70%,#b8bac6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b8bac6 0%,#dbdce2 30%,#f5f6f6 49%,#dddfe3 70%,#b8bac6 100%); /* IE10+ */
  background: linear-gradient(left, #b8bac6 0%,#dbdce2 30%,#f5f6f6 49%,#dddfe3 70%,#b8bac6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bac6', endColorstr='#b8bac6',GradientType=1 ); /* IE6-8 */
}

div.blending div#blendingStart {
    position: absolute;
    top: 95px;
    width: 32px;
    height: 32px;
    margin-left: 30px;
    background: url(/images/theme/light/Btn_Image_ComparisonSun_V2.png) no-repeat center;
}

div.blending div#blendingEnd {
    position: absolute; 
    right: 51px;
    top: 95px;
    width: 32px;
    height: 32px;
    background: url(/images/theme/light/Btn_Image_ComparisonMoon_V2.png) no-repeat center;
}

div.blending div#blendingStartText {
    position: absolute;
    top: 105px;
    width: 32px;
    height: 32px;
    margin-left: 30px;
}

div.blending div#blendingEndText {
    position: absolute; 
    right: 50px;
    top: 105px;
    width: 32px;
    height: 32px;
}


.dashed {
  border-top: 2px dashed #cfd7e1;
  color: #fff;
  background-color: #fff;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 416px;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #97a5b9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:  #97a5b9;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #97a5b9;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #97a5b9;
}

/* iPhone, iPad and Android Devices
*/
@media screen and (max-device-width: 480px){
  .iipmooviewer { -webkit-text-size-adjust: 80%; }
  .iipmooviewer .info div div { width: 100%; }
  .iipmooviewer .info div div ul { padding: 1em; }
  .iipmooviewer .info div div, .info div div ul li { font-size: 8pt; }
  .iipmooviewer .navcontainer .navbuttons img {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .iipmooviewer { -webkit-text-size-adjust: 120%; }
  .loadbar { -webkit-text-size-adjust: 90%; }
  .iipmooviewer .info div div { width: 90%; }
  .iipmooviewer .navcontainer .navbuttons img {
    width: 36px;
    height: 36px;
    padding: 2px;
  }
}

