/**
 * Copyright 2010 Google Inc. All Rights Reserved.
 *
 * Styles from http://earth.google.com/ocean/showcase/main.css, selected for use
 * specifically in Google Earth Showcase.
 */


#showcase-container {
  border-width: 1px 0;
  float: left;
}

/**
 * Javascript disabled styles
 */

body.nojavascript #tour-list-container {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}

body.nojavascript #tour-list li a.tour {
  background: #c3d9ff;
  background-image: none;
  color: #000;
  font-weight: bold;
  padding-left: 7px;
  text-decoration: none;
}

body.nojavascript #tour-list li div.description {
  display: block;
}

body.nojavascript .place-slide-border,
body.nojavascript .tour-play-button {
  display: none;
}

body.nojavascript .download-tour-link {
  font-weight: bold;
}

body.nojavascript #map3d-container,
body.nojavascript #tour-list {
  height: auto;
}

body.nojavascript #map3d-container {
  border-right: 0;
}

#noscript-div {
  background: #ddd;
  border: 1px solid #999;
  margin-left: 15px;
  padding: 20px;
}

#noscript-div p:last-child {
  margin: 0;
}

.g-unit-300-padding {
  padding-right: 10px;
}


/**
 * Tour list navigation styles.
 */

#tour-list-container {
  background: #efefef;
  width: 200px;
  float: left;
  border-left: 1px solid #ccc;
}

#tour-list {
  height: 500px;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: none;
  margin: 0;
  border-top: 0;
  border-bottom: 0;
}

#tour-list li {
  background: #c3d9ff;
  _display: inline-block;
  margin: 0;
}

.new {
  color: #f00;
}

#tour-list .tour {
  background: #fff url(/earth/ocean/showcase/images/plus.gif) no-repeat 6px 8px;
  border-bottom: 1px solid #ccc;
  display: block;
  outline: none;
  padding: 7px 25px 7px 24px;
  line-height: 14px;
  text-decoration: none;
}

#tour-list .tour:hover {
  background-color: #e6edf8;
}

#tour-list .tour:visited {
  color: #00c;
}

#tour-list .playing {
  background: #fff url(/earth/ocean/showcase/images/tour_unselected_playing.png) no-repeat center right;
}

#tour-list .selected .tour {
  background: #c3d9ff;
  border-left: 1px solid #dbe9ff;
  border-top: 1px solid #dbe9ff;
  border-bottom: 1px solid #afc5eb;
  color: #000;
  font-weight: bold;
  padding-left: 7px;
  text-decoration: none;
}

#tour-list .selected .new {
  color: #f00;
  font-weight: normal;
}

#tour-list .selected .playing {
  background: #c3d9ff url(/earth/ocean/showcase/images/tour_list_selected.gif) no-repeat center right;
}

#tour-list .description,
#tour-list .slide {
  background: #fff url(//www.google.com/images/modules/scroller/bg_selected.gif);
  display: none;
  margin: 0;
  padding: 10px 9px 10px 11px;
  line-height: 13px;
  width: auto;
  font-size: 11px;
  border-bottom: 1px solid #ccc;
}

#tour-list .selected .description,
#tour-list .slide.selected {
  display: block !important;
}

#tour-list .description img {
  border: 0;
}

#tour-list .description img:first-child {
  float: left;
  margin: 0 8px 0 0;
}

#tour-list .moreinfo {
  display: block;
  padding: 0 22px 0 0;
  line-height: 15px;
  color: #888;
  margin: 3px 0 0 0;
}

#tour-list .moreinfo a {
  margin-left: 3px;
  margin-bottom: 3px;
  display: inline-block;
  padding-left: 19px;
  height: 16px;
}

#tour-list .moreinfo a:visited {
  color: #00c;
}

#tour-list .moreinfo .fullscreen-link {
  display: none;
  background: url(/earth/ocean/showcase/images/fullscreen.png) no-repeat;
}

#tour-list .moreinfo.selected .fullscreen-link {
  display: inline-block !important;
}

#tour-list a.tour-play-button {
  display: none;
  background: url(/earth/ocean/showcase/images/video_icon-16.gif) no-repeat;
}

#tour-list.plugin-loaded a.tour-play-button {
  display: inline-block !important;
}

#tour-list .download-tour-link {
  background: url(//www.google.com/images/icons/product/earth_client-16.png) no-repeat;
}

#tour-list.plugin-unloaded a.download-tour-link {
  font-weight: bold;
}


/**
 * Plugin overlay styles.
 */

.tour-full-overlay {
  position: absolute;
  top: 0;
  left: -1px;
  width: 570px;
  height: 500px;
  z-index: 200;
  border-left: 1px solid #ccc;
  display: none;
}

#initial-play-tour {
  background: #000 url(/earth/ocean/showcase/images/earth_play.png) no-repeat center center;
}

#initial-play-tour:hover {
  cursor: pointer;
}

#loading-tour {
  background: #fff url(//www.google.com/images/icons/loading-32.gif) no-repeat center center;
}

#end-tour {
  background: #fff url(/earth/ocean/showcase/images/tour_final_slide.png) no-repeat center center;
}


/**
 * Plugin and tour control styles.
 */

#map3d-container {
  border-right: 1px solid #ccc;
  float: right;
  height: 500px;
  width: 570px;
  position: relative;
}

#fullscreen-control {
  background: #ccc;
  border-bottom: 1px solid #999;
  display: none;
  padding: 3px 10px;
}

#fullscreen-control h4 {
  display: inline;
  margin-right: 20px;
}

#fullscreen-control div {
  background: #999 url(/earth/ocean/showcase/images/close_cross.png) no-repeat;
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 3px;
  width: 16px;
}

#fullscreen-control div:hover {
  background-position: -16px 0;
  cursor: pointer;
}

#map3d {
  width: 100%;
  height: 100%;
  position: relative;
}

#map3d > div:first-child {
  position: relative !important;
}

.showcase-border {
  border-top: 5px solid #2081cb;
}


/**
 * Fullscreen positioning styles.
 */

.fullscreen #g-doc {
  padding: 0;
}

.fullscreen #g-doc,
.fullscreen #map3d-container,
.fullscreen #container {
  width: 100%;
}

.fullscreen #tour-list-container,
.fullscreen .footer,
.fullscreen .header,
.fullscreen .content,
.fullscreen .place-slide-border {
  display: none !important;
}

.fullscreen #fullscreen-control {
  display: block;
}


/**
 * Tour balloon content styles.
 */

#kml_links{
  width: 90%;
}

.kml_link{
  font-size: .8em;
  padding: 3px;
  display: inline;
  border-right: 3px solid #dadee2;
}

#video_description,
#img_description {
  color: #e0e1ef;
  color: #2f2f2f;
  font-size: .8em;
  width: 430px;
  padding: 5px;
}

#img_description{
  width: 330px;
}

#balloon {
  background: #fff;
  width: 460px;
}

.balloon-content h3 {
  margin: 0;
}

.balloon-text-content {
  display: none;
}

.balloon-footer {
  display: none;
  text-align: center;
}

.balloon-content.dive-surf-layer {
}

.balloon-content.dive-surf-layer h3 {
  margin-top: .5em;
}

#video-container {
  float: left;
  margin-top: 1em;
}

#video-credits {

}

.shipwrecks-sunk-info {
  margin: 0;
}

#img_balloon {
  background: white;
  width: 360px;
}

#display {
  font-size: .5em;
}

#otours_continue_tour {
  font-weight: bold;
}


/**
 * Pew tour content styles.
 */
 
#profiles img {
  width: 60px;
  height: 80px;
  border: none;
  border-width: 0px;
}
  
#profiles div {
  float: left;
  width: 60px;
  height: 80px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
}

#footer {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #999999;
  text-decoration: none;
  text-align:right;
  margin-top:10px;
}

#main {
  margin: 5px 8px 0px 8px;
  text-align:left;
}
  
#wrapper {
  width: 380px;
}

#conley_op_partial, #defeo_op_partial, #fulton_op_partial, #mumby_op_partial, #sullivan_op_partial {
  opacity: 0.4;
}
  
#conley_op_full, #defeo_op_full, #fulton_op_full, #mumby_op_full, #sullivan_op_full {
  opacity: 1;
}