/**
 * 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: 498px;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: none;
  position: relative;
  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;
  border-bottom: 1px solid #ccc;
  display: block;
  outline: none;
  padding: 7px 25px 7px 7px;
  line-height: 14px;
  text-decoration: none;
}

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

#tour-list a.selected,
#tour-list a.selected:hover {
  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 .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 .slide.selected {
  display: block !important;
}

#tour-list .description .inline-icon {
  border: 0;
  margin: -2px 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(/earth/ocean/showcase/images/earth-16.gif) no-repeat;
}

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

#tour-list #download-all {
  background: #ddd;
  bottom: 0;
  font-size: 11px;
  padding: 7px 25px 7px 7px;
  position: absolute;
}

#tour-list #download-all div {
  float: left;
}

#tour-list img {
  margin-right: 8px;
}

.nowrap {
  white-space: nowrap;
}


/**
 * 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;
}

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

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

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

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

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

/**
 * Media section styles.
 */

#video-container {
  height: 340px;
}

.slide {
  display: none;
}

.slide.selected {
  display: block;
}
