@charset "utf-8";
/*
====================================================
CSS style sheet shared by the Streamer Trace API reports
====================================================
*/

/*
----------------------------------------------------
general page elements
----------------------------------------------------
*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: arial,sans-serif;
    color: black;
    padding: 0.1in;
}
h1 {
    font-size: 20px;
    text-align: left;
}
h2 {
    font-size: 18px;
    text-align: left;
}
h3 {
    font-size: 16px;
    text-align: left;
}
p, ul {
    font-family: "Times New Roman",times,serif;
    font-size: 16px;
    text-align: left;
    padding-bottom: 0.15in;
}
ul {
    margin-left: 0.4in;
}
a {
    color: #0070C0;
    text-decoration: none;
}
sup {
    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}
table {
    border-collapse: collapse;
}

/*
----------------------------------------------------
error banners
----------------------------------------------------
*/
#makeMapError {
    visibility: hidden;
}
#makeMapError.error-banner {
    text-align: left;
}
.error-banner {
    position: fixed;
    width: 100%;
    background-color: #FFFACD;
    border: 1px solid red;
    color: red;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: -0.1in;
    margin-left: -0.1in;
    z-index: 9999;
}

/*
----------------------------------------------------
header
----------------------------------------------------
*/
#header {
    height: 0.8in;
    border-bottom: 2px solid #0070C0;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}

/*
----------------------------------------------------
map
----------------------------------------------------
*/
#map {
    border: 1px solid black;
    overflow: hidden;
}
#scalebar {
    position: absolute;
    left: 0.2in;
    bottom: 0.3in;
    z-index: 999;
}

/*
----------------------------------------------------
footer
----------------------------------------------------
*/
#footer {
    height: 0.5in;
    border-top: 2px solid #0070C0;
    font-size: 10pt;
}

/*
----------------------------------------------------
END
----------------------------------------------------
*/

