﻿html, body
{ 
    height: 100%;
    width: 100%;
    margin: 0; 
    padding: 0;
} 
body
{
    font-family: Trebuchet MS,tahoma,arial,sans-serif; 
    font-size: 11px;
    font-weight: normal;
    overflow: hidden;
}
h1
{
    color: #0A446C;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
    padding: 0;
}
h2
{
    color: #8CC540;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}
h3
{
    color: #369;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0;
    padding: 0;
}
h4
{
    color: #DC303E;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    padding: 0;
}
h5
{
    color: #226;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
}
img
{
    border: 0 none;
}
p
{
    margin: 0;
    padding: 10px 0;
}
#header
{
    background-image: url("../images/body/header-bg.jpg");
    background-repeat: repeat-x;
    height: 63px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#header-left
{
    width: 350px;
    height: 63px;
    margin: 0;
    padding: 0;
    float: left;
}
#header-map-toolbar
{
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0 10px 0 0;
    padding: 5px;
    border-radius: 8px;
    z-Index: 998;
}
#header-map-links {
    position: absolute;
    top: 14px;
    right: 237px;
    z-index: 998;
}
#header-map-links div {
    color: #fff;
    background-color: #0e76bd;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}
#header-map-links div:hover {
    color: #0e76bd;
    background-color: #fff;
    border: 2px solid #0e76bd;
}
#header-map-links a {
    color: #fff;
    text-decoration: none;
}
#header-map-version {
    color: #fff;
    position: absolute;
    top: 50px;
    right: 15px;
    font-size: 8px;
    z-Index: 998;
}
#header-link-functions {
    margin: 22px 5px 0 0;
    float: right;
}
#header-link-functions a
{
    margin: 0 0 0 15px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    float: right;
}
#header-link-functions a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
#header-link-user-name
{
    margin: 9px 0 0 15px;
    font-size: 11px;
    font-weight: normal;
    float: left;
}
#header-link-logout
{
    margin: 9px 0 0 15px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    float: left;
}
#header-link-logout span:hover
{
    text-decoration: underline;
    cursor: pointer;
}
#header-version
{
    position: absolute;
    top: 65px;
    right: 5px;
    font-size: 8px;
    z-index: 3;
}
#sidebar-option-container {
    margin: 107px 0 0;
    text-align: center;
}
.side-option-icons
{
    margin: 10px 0;
    padding: 4px;
    cursor: pointer;
}

#sidebar-container
{
    height: 100%;
    margin: 0;
    padding: 0;
}
#sidebar-container input
{
    width: 200px;
}
#sidebar-container select
{
    width: 312px;
}
#sidebar-header-container
{
    height: 105px;
    width: 333px;
}
#sidebar-header-logo
{
    padding: 5px;
}
#sidebar-header-title
{
    position: absolute;
    top: 6px;
    left: 120px;
    margin: 3px 0 0;
    font-size: 26px;
    font-weight: bold;
}
#sidebar-footer-container
{
    margin: 2px 17px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#sidebar-initializing-content
{
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 7px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
#sidebar-section-content
{
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
#sidebar-section-content .section {
    padding: 15px 5px 20px;
    cursor: pointer;
    opacity: .20;
}
#sidebar-section-content .active
{
    cursor: default;
    opacity: 1.0;
    border-bottom: 2px solid #0A446C;
}

#map-report-info,
#map-report-error
{
    margin: 10px 0 0;
    padding: 10px;
}


#splash-container
{
    position: absolute;
    top: 77px;
    left: 367px;
    width: 864px;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
    border-radius: 6px;
    z-index: 99;
}
#splash-title
{
    margin: 40px 0 0;
    padding: 5px 5px 0 5px;
    font-size: 40px;
    font-weight: bold;
}
#splash-loading
{
    width: 220px;
    margin: 30px auto 0;
}
.splash-button-content
{
    margin: 0;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
}
#splash-button-right
{
    margin: 20px 175px 0 0;
    float: right;
}
#splash-button-left
{
    margin: 20px 0 0 175px;
    float: left;
}
#splash-start-button,
#splash-navigation-guide-button
{
    cursor: pointer;
}
#splash-message
{
    margin: 20px 0 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
#splash-message p {
    color: #bf1e2e;
    margin: 10px 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}
#splash-message-left {
    float:left;
    margin: 0 10px 0 180px;
}
#splash-message-right {
    float: right;
    margin: 0 180px 0 10px;
}
#modal-data-container {
    position: absolute;
    top: 0;
    left: 375px;
    width: 300px;
    margin: 0;
    padding: 2px;
    border-radius: 6px;
    z-index: 99;
}

#modal-data-header
{
    min-height: 18px;
    margin: 0;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#modal-data-title
{
    float: left;
    margin: 2px 0 0;
    padding: 0;
}
#modal-data-close-button
{
    float: right;
    margin: 0;
    padding: 0;
}
#modal-data-message
{
    clear: both;
    margin: 0;
    padding: 0 10px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#map-legend-container
{
    margin: 0;
    padding: 3px 0 5px 5px;
    text-align: left;
    border-radius: 6px;
    overflow: auto;
}
#map-legend-container input
{
    width: 18px;
    margin: 3px 3px 3px 0;
    padding: 0;
    text-align: left;
    border: 0 none;
}

#map-data
{
    margin: 0 0 0 -17px;
    padding: 0;
}
.input-label-text
{
    margin: 0;
    padding: 10px 0 0;
}
