@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;    
}
.centerText {
    text-align: center;
}

#langSwitcher {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 1000;
}

#langSwitcher img {
    margin-top: 3px; 
}

#langSwitcher img:hover{
    margin-top: 3px;
    /*-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);*/
}

#form {
    position: absolute;
    top: 300px;
    width: 100%;
    height: 220px;
    padding-top: 40px;
    background: rgba(30, 30, 30, .4); 
}

#inputFormTable{
    margin: 0 auto;
    width: 520px;
    padding: 30px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background: rgba(255, 255, 255, .5); 
    /*order: 1px solid #33CCEE;*/
}

#intro {
    position: absolute;
    top: 600px;
    width: 100%;
    overflow: visible;
}

#error {
    margin: 0 auto;
    text-align: left;
    color: #DD0B0B;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 60px;
    width: 620px;
    border: 1px solid red;
    border-left: 7px solid #DD0B0B;
    background: #FFCCCC url("../img/error.png") 8px CENTER no-repeat;
}


#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #071d22;
    color: white;
    font-size: 30px;
    height: 50px;
    padding-left: 20px;
    border-bottom: 2px solid #33ccee;
    background: url("../img/background_2.jpg") no-repeat;
    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(136,136,136,0.58);
    -moz-box-shadow: 0px 3px 5px 0px rgba(136,136,136,0.58);
    box-shadow: 0px 3px 5px 0px rgba(136,136,136,0.58);*/
}

#header a {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 43px;
    width: 381px;
    min-width: 381px;
    display: block;
    color: white;
    background: rgba(7, 29, 34, .5);
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 7px;
}

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

#header a:active {
    color: white;
    text-decoration: none;
}

#position {
    margin: 0 auto;
    width: 1000px;
    overflow: auto;
    /*border: 1px solid #ddd;*/
    margin-top: 120px;
}

#positionTable {
    margin: 10px auto;
    border-spacing: 0px;
    border-collapse: collapse;
}

#positionHeader, #ceHeader, #declarationHeader {
    padding-bottom: 50px;    
}

#positionTable td:first-child {
    padding-top: 0px;
    vertical-align: top !important;
}

img {
    display: block;
}

#positionTableInfo td:first-child, #positionTableInfo td {
    padding: 10px;
    width: auto;
    border-bottom: 1px solid #888 !important;
    vertical-align: middle;
}

#positionTableInfo {
    border-spacing: 0px;
    margin: 5px;
    border: 1px solid #888 !important;
    border-collapse: collapse;
}

#positionTable img {
    margin: 0 auto;
}

.message {
    padding-left: 45px;
}

.searchField {
    height: 25px;
    font-size: 15px;
    padding-left: 7px;
}

a {
    color: #33CCEE;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#titleBackground {
    position: absolute;
    top: 50px;
    width: 100%;
    background: url("../img/background.jpg") no-repeat;
    height: 510px;
    border-top: 2px solid #33CCEE;
    opacity: 0.7;
    z-index: -1000;
}

.searchButton {
        background-color: #33CCEE;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 17px;
        padding: 4px 13px;
        text-decoration: none;
        margin-left: 7px;
}
.searchButton:hover {
        background-color: #33EEC5;
}
.searchButton:active {
        position: relative;
        top: 1px;
}

#introImages{
    padding-top: 30px;
    margin: 0 auto;
    width: 520px;
    height: 150px;
    text-align: center;
    overflow: visible;
}

#step_1, #step_2, #step_3 {
    padding-top: 20px;
    float: left;
    height: 120px;
    vertical-align: center;
    font-size: 15px;
    color: #888;
    overflow: visible;
}

#step_3 {
    text-align: right;

}
#step_1 img, #step_2 img, #step_3 img {
    width: 95px;
}

#step_2, #step_3 {
    margin-left: 48px;
}

#step_1 img:hover, #step_2 img:hover, #step_3 img:hover {
    width: 100px;
}

[class^="description"] {
    display: inline-block;
    margin-top: 15px;
    text-align: left;
    width: 130px;
    padding-left: 10px;
    border-left: 1px solid #ddd; 
    overflow: visible;
}

#title {
    position: absolute;
    /*top: 150px;*/
    top: 250px;
    width: 100%;
    z-index: 10000;
}

#title span {
    display: block;
    width: 100%;
    color: white;
    font-size: 40px;
    /*text-shadow: 0px 0px 7px rgba(60, 60, 60, 0.7);*/
    margin: 0 auto;
    text-align: center;
    width: 522px;
    min-width: 505px;
    background-color: #071d22;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#ce {
    margin: 0 auto;
    width: 1000px;
    overflow: auto;
    /*border: 1px solid #ddd;*/
    margin-top: 130px;
}

#ceTable {
    margin: 15px auto;
    border: 2px solid black;
    border-spacing: 0px;
}

#ceTable img {
    margin: 10px auto;
}

#ceTable td {    
    width: auto;
    overflow-x: auto;
}

.border {
    border-bottom: 1px solid #888;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#head{
    width: 100%;
}

#head td {
    padding: 3px;
}

#ceTable .note {
    padding: 5px;
    text-align: center;
}

.rightAlign {
    text-align: right;
    padding: 3px;
    padding-right: 7px;
    padding-left: 10px;
}

.leftAlign {
    padding-right: 10px;
}

#declaration {
    margin: 0 auto;
    width: 1000px;
    overflow: auto;
    /*border: 1px solid #ddd;*/    
}

#declarationHeader, #positionHeader, #ceHeader {
    padding-top: 0px;
    text-align: center;
    font-size: 30px;
}

#declarationHeader img{
    margin-top: 50px;
    margin-bottom: 10px;
}

#declarationTable {
    margin: 120px auto;
    /*border: 2px solid black;*/
    border-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 70px;
}

#declarationTable td {
    padding: 10px;
    width: auto;
    overflow-x: auto;
    vertical-align: top;
    border-bottom: 1px solid #888;
}

#propertiesTable {
    margin: 0px auto;
    border: 1px solid #888;
    border-spacing: 0px;
    border-collapse: collapse;
}

#propertiesTable td, th {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #888;
}

#propertiesTable td.right, th.right {
    padding-left: 20px;
}

#propertiesTable th {
    background: #eee;
}

table tr:last-child td, table tr:first-child td{
    border-bottom: none !important;
}

#footer {
    clear: both;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    background: rgba(255, 255, 255, 1);
}

.copyright {
    display: inline-block;
    color: #A9A9A9;
}

/*#### TABS ####*/

#tabs {
    display: block;
    position: fixed;
    left: 400px;
    top: 52px;
    height: 35px;
    width: 500px;
    /*background: #eee;*/
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    list-style: none;
}



ul li a {
    float: left;
    display: inline-block;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-top: 10px;
    color: #888;
    background: white;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-right: 3px;
}

ul li a:hover {
    background: white;
    color: #33ccee;
    text-decoration: none;
    margin-right: 3px;
}

ul li .current {
    background: white;
    border-bottom: 1px solid white;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    color: #071d22;
    margin-right: 3px;
}

ul li .current:hover {
    background: white;
    color: #071d22;
    margin-right: 3px;
}

#tabs ul li {
        background-color: #33CCEE;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 17px;
        padding: 4px 13px;
        text-decoration: none;
        margin-left: 7px;
}
#tabs ul li:hover {
        background-color: #33EEC5;
}

#tabs ul li:active {
        position: relative;
        top: 1px;
}

#breadcrumbs {
    position: fixed;
    top: 52px;
    width: 100%;
    min-width: 1000px;
    height: 25px;
    background: #eee;
    color: #888;
    padding-left: 40px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}

#breadcrumbs a {
    color: #888;
    text-decoration: underline;
}

#breadcrumbs a:hover {
    color: #071d22;;
}

@media print {
    
    #tabs, #breadcrumbs, #header {
        visibility: hidden;
    }
    #footer {
        clear: both;
        text-align: center;
        position: relative;
        width: 1000px;
        background: rgba(255, 255, 255, 1);
    }
}