﻿/*@font-face {
    src: url('../font/segoeuil.eot');
    src: url('../font/segoeuil.eot?#iefix') format('embedded-opentype'), url('../font/segoeuil.woff') format('woff'), url('../font/segoeuil.ttf') format('truetype'), url('../font/segoeuil.svg#segoeui') format('svg');
    font-family: "Segoe UI";
}*/

body {
    margin: 0px;
    font-family: "Segoe UI",sans-serif;
    background-color: #193C6E;
    font-size: 0.7em;
    background-image: url(images/background.png);
    background-position: right;
    background-repeat: repeat-y;
    color: #546D8B;
}

p {
    font-size: 1em;
}

a {
    color: #193C6E;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #193C6E;
    }

    a img {
        border-style: none;
    }

h1 {
    color: #3eadfa;
    margin: 5px 0px 0px 0px;
    font-size: 5em;
    font-weight: lighter;
    font-family: "Segoe UI", sans-serif;
}

h2 {
    color: #546D8B;
    margin: 0px;
    font-size: 1.2em;
    line-height: 20px;
}

h3 {
    color: #546D8B;
    margin: 0px;
    font-size: 1em;
    line-height: 20px;
}

h4 {
    color: #3eadfa;
    margin: 5px 0px 0px 0px;
    font-size: 1.2em;
    font-weight: lighter;
}

h5 {
    color: #3eadfa;
    margin: 2px 0px 3px 0px;
    font-size: 1em;
}

hr {
    border: 1px dashed #CCC;
    border-bottom-style: none;
}

#title {
    text-align: center;
    width: 1130px;
    float: left;
    font-family: "Segoe UI", sans-serif;
}

#alweb {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

#status {
    float: left;
    width: 1160px;
    height: 24px;
    line-height: 24px;
    font-size: 0.8em;
    color: White;
}

    #status a {
        color: White;
    }

#header {
    float: left;
    width: 1160px;
    background-color: White;
    display: table;
}

#header_top {
    background-color: White;
    height: 70px;
    margin: 15px 15px 0px 15px;
    border-bottom: 2px solid #546D8B;
    overflow: hidden;
}

#header_bottom {
    background-color: White;
    height: 20px;
    margin: 0px 15px 0px 15px;
    border-bottom: 1px solid #546D8B;
}

#header_client {
    float: right;
}

#header_logo {
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/alweb.png);
    height: 57px;
    width: 200px;
    cursor: pointer;
}

#container {
    float: left;
    width: 1160px;
    background-color: White;
    min-height: 350px;
}

#container_top {
    width: 1130px;
    margin: 0px 15px 0px 15px;
    float: left;
}

#container_bottom {
    width: 1130px;
    margin: 15px 15px 15px 15px;
    float: left;
    background-color: #546D8B;
    color: White;
}

#footer {
    float: left;
    width: 1160px;
    color: White;
    margin-top: 4px;
    margin: 15px 0px 15px 0px;
}

#ambidata {
    float: left;
    width: 200px;
}

#locator {
    float: right;
}

#loginstatus {
    float: right;
    padding-right: 20px;
}

#powered {
    float: right;
    font-size: 0.8em;
    line-height: 20px;
    margin-right: 5px;
}

#sidebar {
    float: left;
    font-size: 1em;
    line-height: 20px;
    margin-top: 20px;    
    font-style: initial;
}

#history {
    float: left;
    font-size: 0.8em;
    line-height: 20px;
    margin-left: 5px;
}

#languages {
    float: right;
}

#background {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 400px;
    width: 100%;
    z-index: -1;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(images/footer.png);
}

select {
    border: 1px solid #8ba0bc;
    height: 21px;
    font-size: 0.98em;
}
