::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
    background-color: #ddd;
    font: 13px normal Helvetica, Arial, sans-serif;
    color: #4F5155;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

html, body { height: 100%; width: 100%; }

a {
    color: #099be6;
    background-color: transparent;
    font-weight: normal;
}


#background {
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    position: relative;
}

#background .sun, #background .moon {
    position: absolute;
    left: -128px;
}

#background .terrain {
    width: 100%;
    top: 400px;
    bottom: 0;
    position: absolute;
}

#body a {
    text-decoration: none;
}

h1 {
    color: #444;
    background-color: transparent;
    border-bottom: 1px solid #D0D0D0;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 0;
    text-shadow: 0 0 1px #aaa;
}

h2 {
    color: #444;
    font-size: 17px;
    font-weight: normal;
    text-shadow: 0 0 1px #aaa;
}

p {
    margin: 10px 0;
}

.breadcrumbs {
    padding: 4px 15px 4px;
    border-bottom: 1px solid #D0D0D0;
    overflow: hidden;
}

.auth {
    float: right;
    padding: 4px 15px 2px;
}

.langswitcher {
    float: right;
    padding: 4px 15px 2px;
  
}

.langswitcher .caption {
    float: left;
    margin: 0 4px 0 0;
}

.langswitcher .dd {
    width: 100px;
}

code {
    font-family: Consolas, Monaco, Courier New, Courier, monospace;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

#body {
    margin: 0 15px 0 15px;
}

.footer {
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

#container{
    margin: 190px auto 80px;

    -webkit-box-shadow: 0 0 15px #333;
    -moz-box-shadow: 1px 1px 15px #333;
    background: white;
    position: relative;
}

.topslider {
    height: 210px;
    border-bottom: 1px solid #aaa;
}

.imgdrop {
    width: 16px;
    height: 16px;
    float: right;
    margin: 2px 0 2px 4px;
    background: transparent url("/images/dd_arrow.gif") no-repeat 0px 0px;
}

.imgdrop:hover {
    width: 16px;
    height: 16px;
    background: transparent url("/images/dd_arrow.gif") no-repeat 0px -16px;
}

.dropdown .option {
    padding: 2px;
    cursor: pointer;
}

.dropdown .active {
    background: #E13300;
    color: white;
}


#body p {
    text-align: justify;
}

.clear {
    clear: both;
}

.footer .li {
    float: left;
}

.footer .pagegen {
    float: right;
}

.menupad {
    border: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
    padding: 4px 0;
}

.atRight .access {
    float: right;
    font: 10px Arial;
    color: #ff4030;
}

.grey {
    color: #777;
}

.red {
    color: red;
}

.green {
    color: green;
}

input {
    margin: 2px 0;
}

textarea {
    padding: 2px;
}