/**
 * Copyright 2010 Google Inc. All Rights Reserved.
 *
 * Styles from http://earth.google.com/favoriteplaces/index.css and
 * http://www.google.com/earth/css/earth.css, selected for use
 * specifically in Google Earth Showcase.
 */


#map3d_container, #tourlist_container {
  height: 500px;
  padding: 0;
  margin: 0;
}

#map3d_container {
  border: 1px solid silver;
  width: 98%;
  float: right;
}

#tourlist_container {
  border: 1px solid silver;
  display: none;
}

#map3d {
  height: 100%;
}

#tourlist_status {
  padding: 20px;
}

#tourlist_status.friendly {
  font-weight: bold;
  color: #6b90da;
}

#tourlist_status.error {
  font-style: italic;
  font-weight: bold;
  color: #a00;
}

#tourlist {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

/* trigger hasLayout in IE6 */
* html #tourlist li {
  height: 1%;
}

#tourlist li {
  position: relative;
  cursor: pointer;
  padding: 8px 8px 8px 44px;
  list-style: none;
}

#tourlist li img {
  position: absolute;
  left: 8px;
  top: 8px;
}

#tourlist li.selected img {
}

#tourlist li.selected {
  background-color: #6b90da;
}

#tourlist li.selected span {
  color: #fff !important;
}

#tourlist li span.title {
  font-weight: bold;
  display: block;
}

#tourlist li span.title span.meta {
  font-weight: normal;
  font-size: 10px;
}

#tourlist li span.narrator {
  color: #888;
  font-size: 10px;
  line-height: 12px;
  display: block;
}

#tourlist li img {
  margin-bottom: 0px;
}

.clear {
  clear: both;
}

.tourballoon-content {
  width: 400px;
  max-height: 200px;
  padding-right: 10px; /* leave some space b/w the scrollbar and text */
  overflow-y: auto;
  margin-bottom: 10px;
}

.tourballoon h3 {
  font-weight: bold;
  color: black;
  padding-top: 8px;
}

.tourballoon .marker-icon {
  float: left;
  width: 32px;
  height: 32px;
}

.tourballoon #resume-button, .tourballoon #resume-button:visited {
  color: #00c;
  font-weight: bold;
}

.tourballoon-content div, .tourballoon-content p {
  margin: 0.5em 0;
}


/* Message box: no javascript warning */
.info {
  border: 1px solid #d2d26a;
  background-color:#ffffd9;
  padding: 5px; 
  margin-bottom: 2em; 
}

.info-grey {
  border: 1px solid #ccc;
  background-color:#efefef;
  padding: 5px; 
  margin-bottom: 2em; 
}

/* Message box: thank you page promo */
.thanks-promobox {
  border: 1px solid #d2d26a;
  background-color: #ffffd9;
  padding: 0.5em;
  margin: 0;
}


/* Message box: thank you page promo */
.thanks-promobox {
  border: 1px solid #d2d26a;
  background-color: #ffffd9;
  padding: 0.5em;
  margin: 0;
}


/* Earth API: map container */
.map3d_container {
  border: 1px solid silver; 
  height: 400px; 
  padding: 5px; 
  margin-right: 1em;
}
