html {
    background-image: url("../images/bg_repeat.png");
    background-repeat: repeat-x;
    background-color: #001b2d;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    background-image: url("../images/bg_repeat.png");
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    background-color: #001b2d;
}

h1 {
    font-family: Helvetica, Arial;
    font-size: 28px;
    font-weight: normal;
    color: #3E667B;
    margin: 0;
    padding: 0;

}

#logoDiv, .dialog, .language-select {
    width: 98%;
    max-width: 905px;
    min-width: 335px;
    margin-left: auto;
    margin-right: auto;
}

#logoDiv {
    height:50px;
}

.language-select {
    padding-top: 10px;
    padding-bottom: 10px;
}

#langs {
    padding-bottom: 20px;
}

.dialog {
    background-color: #e7eef2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    /* text */
    color: #3A5160;
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
}

.headerBorder {
    height: 13px;
    background-image: url("../images/divider_line.png");
}

.content, .header {
    padding: 15px;
    border-width: 1px;
}

td {
    padding: 5px;
}

.header {
    background-color: #f1f5f9;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 35px;
}

.content {
    min-width: 300px;
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 25px;
    min-height: 290px;
    color: #3A5160;
    line-height: 16px;
}

.sectionHeader {
    font-size: 20px;
    color: #3A5160;
    line-height: 20px;
}

.section {
    color: #3A5160;
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}
