<!--
html, body
{
 margin: 0px;
 background-color: #FFFFFF;
 height: 100%;
 margin: 0px;
 padding: 0px;
 font: 12px Verdana, Arial, Helvetica, Georgia, sans-serif;
 font-weight: bold;
 text-align: left;
}

v\:*
{
 behavior: url(#default#VML);
}

/* Override the new default style in GM v3.14+ */
.gm-style div, .gm-style span, .gm-style label, .gm-style a
{
 font-family: Verdana, Arial, Helvetica, sans-serif !important;
 font-size: 7pt !important;
 font-weight: bold !important;
}

div#map
{
 width: 1026px;
 height: 100%;
 margin: auto;
 background: lightgray;
}

div#mapF
{
 width: 1026px;
 height: 100%;
 margin: auto;
 border-left: solid 1px black;
 background: lightgray;
}

#latlonInfo
{
 position: absolute;
 top: 0px;
 left: 5px;
 background: #DDAD08;
 font-size: 8pt; font-weight: bold;
 text-align: center;
 opacity: 0.8;
 filter: alpha(opacity=80);
 z-index: 2;
}

#websiteLink
{
 position: absolute;
 top: 14px;
 left: 5px;
 background: #339966;
 font-size: 8pt; font-weight: bold;
 text-align: center;
 opacity: 0.8;
 filter: alpha(opacity=80);
 z-index: 2;
}

#latlonInfoP
{
 position: absolute;
 top: 2px;
 left: 5px;
 background: #DDAD08;
 font-size: 8pt; font-weight: bold;
 text-align: center;
 opacity: 0.8;
 filter: alpha(opacity=80);
 z-index: 2;
}

#websiteLinkP
{
 position: absolute;
 top: 16px;
 left: 5px;
 background: #339966;
 font-size: 8pt; font-weight: bold;
 text-align: center;
 opacity: 0.8;
 filter: alpha(opacity=80);
 z-index: 2;
}

#ISS_info, #HST_info
{
 position: absolute;
 top: 10px;
 left: 20px;
 font-size: 7pt; font-weight: bold;
 text-align: left;
}

#ISS_data, #HST_data
{
 font-size: 11pt; font-weight: bold;
 text-align: left;
}

div.jsError
{
 margin: 0px;
 padding: 10px 0px 10px 0px;
 width: 100%;
 position: absolute; top: 25%;
 font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
 font-size: 3em; font-weight: bold;
 color: red;
 text-align: center;
 background-color: #FFFF00;
 filter: alpha(opacity=70);
 opacity: 0.7;
 -moz-opacity: 0.7;
 -khtml-opacity: 0.7;
}

#watermark
{
 position: relative;
 margin-left: auto;
 margin-right: auto;
 z-index: 20;
 width: 500px;
 visibility: hidden;
}

.legacybox
{
 position: relative;
 border: 2px solid #695D54;
 background: #FFFACD;
 margin-top: 8px;
 margin-left: 0px;
 margin-right: 10px;
 padding: 2px 5px 2px 8px;
 text-align: left;
}

.legacybox p
{
 font: 12px lucida grande, geneva, helvetica, arial, sans-serif;
 margin-top: 2px;
}

.legacybox h1
{
 font: 14px lucida grande, geneva, helvetica, arial, sans-serif;
 font-weight: bold;
 text-align: center;
 margin-top: 5px;
 margin-bottom: 8px;
}

.closebutton
{
 position: absolute;
 right: 7px;
 top: 7px;
 bottom: 8px;
 background-color: transparent;
}
-->