html {
    background: #fff;
}

body {
    background: #fff;
    width: 98%;
    border: 0px solid black;
    margin: 0px;
    padding: 0 10px 0 0;
    font-family: "Arial";
}

h1 {
    color: #000;
    font-family: "Arial";
    font-size:15px;
    text-decoration:none;
    padding: 2px;
    margin: 0px;
    vertical-align: middle;
}

h2 {
    color: #000;
    font-family: "Arial";
    font-size:13px;
    text-decoration:none;
    padding: 2px;
    margin: 0px;
    vertical-align: middle;
}

p { color: #000;
    font-size:13px;
    text-decoration:none;
    padding: 0px;
    vertical-align: middle; 
    margin: 0px;
}

a:link, a:visited, a:active {color:#000;
    text-decoration:underline;
}

a:hover { color: #000;
    text-decoration:none;
}

img {border:0px;
    padding:0px;
    margin:0px;
}


#Top {
    z-index: 10;
    float: left;
    width: 100%;
    top: 0px;
    left: 0px;
    min-height: 25px;
    margin: 0px;
    overflow: visible;
    border: 0px solid #ece9d8;
}

#Logo {
    float: left;
    color: #000;
    text-decoration: none;
    padding: 5px;
    border: 0px solid green;
    white-space: nowrap;
}

#Menu {
    float: left;
    color: #000;
    text-decoration: none;
    padding: 5px;
    border: 0px solid yellow;
    white-space: nowrap;
}


#Menu a {
    display: inline-block;
    background: #cccccc;
    color: #000;
    border: 0px;
    border-style:solid;
    font-family: "Arial";
    font-style: normal;
    text-decoration:none;
    padding: 3px 10px;
    margin: 5px 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
    text-shadow: 0 1px rgba(0,0,0,.2);
}
    
#Menu a.current {
    color: #f00;
}
    
#Menu a:hover {
    color: #ddd;
    text-decoration: underline;
}

#Clock {float: right;
    width: 25px;
    height: 32px;
    border: 0px solid blue; 
    text-align: right;
    text-decoration:none;
    padding-top: 5px;
    padding-right: 10px;
}


#Message {
    position: absolute;
    z-index: 11;
    top: 1px;
    width: 100%;
    height: 0px;
    border: 0px solid #fff;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}

#message_box {
    display: inline-block;
    overflow: auto;
    min-width: 50%;
    color: #000;
    background: #fff;
    text-align: center;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    margin: 3px auto;
    vertical-align: middle;
}

#message_box_close {
    display: inline-block;
    font-family: "Arial";
    font-weight: bold;
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    border: 0px solid #333;
    color: #000;
    text-align: center;
    padding: 0px 4px;
    margin: 1px;
    vertical-align: top;
    background: #c42d28;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#message_box_close:hover {
    cursor: pointer;
}

#message_box_details {
    overflow: auto;
    border: 0px solid #00f;
    color: #000;
    text-align: center;
    padding: 10px 25px;
    margin: 0px;
    vertical-align: middle;
    font-size:15px;
}

#MainArea {float: left;
    left: 0px;
    width: 99%;
    z-index: -1;
    overflow: auto;
    padding: 10px 5px 10px 5px;
    margin: 10px 10px 10px 10px;
    color: #000;
    border: 1px solid grey;
    text-align: left;
    vertical-align: middle;
    text-decoration:none;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
    text-shadow: 0 1px rgba(0,0,0,.2);
}

#MainArea h1 {
    color: #000;
    font-size:15px;
    text-align: left;
    text-decoration:none;
    padding-top: 5px;
    margin-left: 10px;
    vertical-align: middle; 
}

#MainArea h2 {
    color: #444;
    font-family: "Arial";
    font-size:13px;
    text-decoration:none;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

#MainArea p {
    color: #000;
    font-size:13px;
    text-decoration:none;
    padding: 0px;
    vertical-align: middle;
    margin: 3px 10px 3px 10px;
}

#MainArea p b {
    color: #000;
    font-weight: bold;
    font-size:13px;
    text-decoration:none;
    padding: 0px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

.Navigation_line {
    border:0px solid #DDD;
    float: right;
    vertical-align: middle;
}

.Navigation {
    border: 0px solid #DDD;
    float: right;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
    clear: both;
    font-size:10px;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 2px 10px 2px 0px;
}


.Navigation_inactive {
    color: #aaa;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    padding: 1px 4px;
    border: 1px solid #DDD;
    margin: 0px 1px;
}

.Navigation_active {
    border: 1px solid #DDD;
    text-align: center;
    padding: 1px 4px;
    margin: 0px 1px;
}

.Navigation_active:hover {
    border: 1px solid #f00;
}

.Navigation_active_current {
    font-weight: bold;
    text-align: center;
    padding: 1px 4px;
    border: 1px solid #DDD;
    margin: 0px 1px;
    background: #f5fba0;
}

.SubNavigation {
    border: 0px solid #DDD;
    float: right;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
    clear: both;
    font-size:10px;
    color: #000;
    text-decoration: none;
    text-align: right;
    padding: 4px 10px 2px 0px;
}

.RU {
    border: #a6a6a6;
    border-style: none none solid none; 
    border-width: 0px 0px 1px 0px; 
    outline: none;
}

.RowLight {
    margin: 1px 10px 1px 10px;
}

.RowDark {
    background: #dfdfdf;
    margin: 1px 10px 1px 10px;
}

SELECT.multi_top {
    vertical-align: bottom;
}

SELECT {
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

LABEL {
    font-size:13px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
}

INPUT {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
}

INPUT.button {
    font-size:13px;
    text-align: center;
    margin: 0px 0px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    background: #dfdfdf;
}

INPUT.RedText {
    color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}