/* Copyright 2006 Google Inc. All Rights Reserved. */

/* CSS for tooltip loader style */

div.tooltipPopup {
  cursor: default;
  position: absolute;
  padding: 8px 10px 8px 8px;
  width: 300px;
  display: block;
  background-color: #ffffee;
  color: black;
  border-top: 1px solid #999999;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 1px solid #666666;
  z-index: 100;
  line-height: 1.3;
  white-space: normal;
  font-weight: normal;
}

div.tooltipPopup td {
  border: 0px none;
}

div.tooltipPopup td.tooltipheader {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #999;
  border-right: 0px none;
  margin-bottom: 10px;
  font-weight: bold;
}

iframe.tooltipPopup {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
  z-index: 95;
}

span.loadingImage {
  background-color: #ffffff;
  padding: 4px;
  margin: 4px;
  border: none;
}
