/* $Id: satellites.css 12 2010-06-07 17:44:47Z fundaev $ */

#sts-map-container {
    width: 740px;
    overflow: visible;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#sts-map-container .map-title {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: #2F3746;
    text-align: center;
    padding: 5px 0;
    line-height: 1.3;
}
#sts-map-container p {
    text-align: justify;
    text-indent: 20px;
    padding: 5px;
    padding-top: 0px;
}
#sts-sat-data {
    /*border: 1px solid #dedede;
    border-top-width: 0px;*/
    padding-top: 6px;
}
#sts-sat-data #sts-data-row {
    height: 22px;
}
#sts-data-cell .sts-data-label {
    width: 43px;
    text-align: right;
    float: left;
    color: #000000;
    font-family: sans-serif;
    font-size: 8pt;
}
#sts-data-cell .sts-data-value {
    float: left;
    color: #000000;
    font-family: monospace;
    font-size: 8pt;
    width: 118px;
    height: 13px;
    border: 1px solid #aaaaaa;
    background: #dedede;
}
h1.sts-thumbnail-title {
    font-size: 9pt;
    line-height: 1.0;
    font-weight: normal;
    text-align: center;
}
#sts-thumbnails-container {
    width: 100%;
    text-align: center;
}
.sts-hr {
    height: 0;
    width: 90%;
    border-width: 0;
    border-top: 1px solid #888888;
}
