body {
    text-align: center;
    margin: 0px;
}

body, td {
    font-family: "Arial AMU", "Arian AMU", sans-serif;
    font-size: 12px;
    line-height: 18px;
}

a {
    color: #58616b;
    text-decoration: underline;
}
a:hover {
    color: #7f8791;
    text-decoration: underline;
}

.en {
    font-family: Arial, sans-serif;
}

#container {
    margin: 20px auto;
    text-align: left;
    width: 990px;
}

#header {
    margin-bottom: 20px;
}

#header img {
    vertical-align: top;
}

#header h1 {
    display: inline-block;
    margin-top: 50px;
    margin-left: 20px;
    color: #027596;
    font-size: 20px;
    font-weight: normal;
}

#content {
    float: left;
    width: 720px;
}

#content h1 {
    color: #b00a0d;
    font-size: 18px;
    font-weight: normal;
}

#content h2 {
    color: #027596;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
}

#sidebar {
    float: right;
    width: 250px;
    margin-left: 20px;
}

#footer {
    clear: both;
    background-color: #027596;
    color: #ffffff;
    padding: 20px;
    margin-top: 40px;
    border-radius: 5px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.filter {
    cursor: pointer;
    background-color: #fbfbfb;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0px;
    min-height: 35px;
    user-select: none;
}

.filter .filter-col {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 3px;
}

.filter .filter-data {
    margin-left: 45px;
}

.filter .filter-title {
    font-weight: bold;
}

.filter-subs .filter .filter-title {
    font-weight: normal;
}

.filter .filter-notes {
    font-style: italic;
}

.filter .filter-count {
    color: #777777;
}

.filter-group {
    border: 1px solid #e4e4e4;
    padding: 1px;
    border-radius: 3px;
    margin-top: 10px;
}

.filter-group .filter-group-header {
    background-color: #027596;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
}

.filter-group .filter-group-content {
    padding: 7px;
}

.filter-subs {
    display: none;
}

.filter-sel, .filter-sel .filter-count {
    color: #ffffff;
}

#alerts {
    height: 200px;
    border: 1px solid #e4e4e4; 
    padding: 10px;
    overflow-y: auto;
}

.alert {
    margin-bottom: 20px;
}

.tbl {
    border: 0px;
    width: 100%;
}

.tbl td {
    padding: 5px;
}

.tbl .tbl-head {
    background-color: #027596;
    color: #ffffff;
}

.tbl .tbl-row:nth-child(odd) {
    background-color: #f1f1f1;
}

.tbl .tbl-row:nth-child(even) {
    background-color: #fefefe;
}

#map {
    height: 600px;
}

.marker {
    background-color: #b1090d;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

.miw div, .miw a, td {
    font-family: "Arial AMU", "Arian AMU", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: normal;
}

.clear {
    clear: both;
}