body
{
  color: black;
  background-color: white;
  font-family: helvetica, arial, sans-serif;
  text-align: center;
  margin: 0px;
  overflow: hidden;
}

.fineprint
{
  color: gray;
  font-size: 8pt;
  font-family: sans-serif;
}

.smallprint
{
  text-align: center;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
}

.bubblecell
{
  height: 100px;
  overflow: auto;
}

.blue
{
  color: blue;
}

.linkto
{
}

.linktogoogle
{
}

.mylink
{
  text-decoration: none;
}

.headerbar
{
  text-align: left;
  vertical-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  font-size: 10pt;
  color: black;
  margin: 0px;
  border: 8px;
}

.leftbarid
{
}

.leftbar
{
  position: relative;
  float: left;
  text-align: left;
  top: 100px;
  width: 330px;
  height: 200px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  font-size: 10pt;
}

.leftbar .header
{
  margin-top: 20px;
  margin-bottom: 3px;
  text-indent: 2px;
  background-color: #CCCCCC;
}

.leftbar .bigheader
{
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  border: 0px;
  text-indent: 5px;
  font-size: 14pt;
  color: white;
  background-color: #000000;
}

.utctime
{
  font-size:10pt;
  position: relative;
  float:right;
  bottom: 0px;
  color: gray;
  display: block;
  border: 0px solid gray;
}

.imageViewer
{
  float: left;
  position: absolute;
  top: 100px; 
  left: 334px;
  width: 200px;
  height: 200px;
  margin: 0px;
  padding: 0px;
  border: 1px solid grey;
}

.imageViewer .well, .imageViewer .surface
{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 0px solid grey;
}

.imageViewer .well
{
  background-color: gray;

  overflow: hidden;
}
      
.imageViewer .surface        
{
  background-color: transparent;
  background-image: url("images/trans.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.imageViewer .status
{
  position: absolute;
  float: right;
  right: 0px;
  bottom: 0px;
  vertical-align: bottom;
  color: white;
  display: block;
  margin-left:15px;
  max-width: 380px;
  width:expression(document.body.clientWidth > 380? "380px": "auto" );
}

.imageViewer .copyright
{
  font-size: 9pt;
  position: absolute;
  float: right;
  right: 0px;
  bottom: 0px;
  height: 20px;
  text-align: right;
  vertical-align: bottom;
  text-shadow: 3px 3px 5px black;
  color: white;
  display: block;
}

.imageViewer .sattime
{
  font-size:12pt;
  position: absolute;
  left: 15px;
  float:left;
  bottom: 0px;
  color: black;
  display: block;
  background-color: #fff;
  border: 0px solid black;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
}

.imageViewer .well .tile
{
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
          
.imageViewer .move
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 20px;
  border: 0px;
  display: block;
}

.imageViewer .zoom
{
  position: absolute;
  top: 81px;
  left: 10px;
  width: 60px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 20px;
  border: 0px;
  display: block;
}

.imageViewer .view
{
  float: right;
  position: relative;
  top: 0px;
  width: 150px;
  height: 20px;
  margin: 8px;
  padding: 0px;
  font-size: 12px;
  border: 0px solid black;
  display: block;
}

.busy {
  background-color: white;
  color: black;
  border: 2px solid black;
  position: fixed;
  left: 380px;
  height: 80px;
  width: 200px;
  top: 250px;
  display: none;
}

.imageViewer .zoom .up
{
  margin-bottom: 5px;
}

.chart
{
  float: left;
  position: absolute; 
  bottom: 5px;
  left: 334px; 
  width: 200px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  display: none;
  border: 1px solid grey;
}

.chart .tile
{
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}

.ad
{
  color: black;
  background-color: fff9dd;
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: left;
  padding: 5px;
  margin: 0px;
  border: 0px;
}

.sponsored
{
  color: gray;
  background-color: fff9dd;
  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: right;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.pane {
  display : none;
}

td.tabs {
  border-top : medium outset gray;
  border-left : medium outset gray;
}

table.flightplan {
  border-style: solid;
  border-color: black;
  border-width: 2px;
}

div.tabs {
  background-color : #dddddd;
  cursor : hand;
  cursor : pointer;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  float:left;
}

h1, .description
{
  margin-left: 100px;
  width: 400px;
}
      
h1
{
  margin-top: 40px;
}
      
h1 em
{
  font-size: 50%;
  color: gray;
}   

p { margin-top: 0.5em; margin-bottom: 0.5em; }

table { text-align: left; }
