.textpage_container {
    height: 441px;
    left : 0;
    position: absolute;
    top: 0;
    width: 795px;
}

.textpage_pdfbar {
    background-color: white;
    color : #444444;
    height : 44px;
    left : 170px;
    position : absolute;
    font-size: 10px;
    font-weight: bold;
    top : 0px;
    width : 593px;
}

.textpage_bottombar {
    background-color: white;
    height : 20px;
    left : 170px;
    position : absolute;
    top : 421px;
    width : 593px;
}

.textpage_scrollcontainer {
    color : #0077FF;
    height: 351px;
    overflow : auto;
    padding-bottom : 45px;
    padding-right : 15px;
    padding-top : 45px;
}

.textpage_languagecontainer {
    background-color: #0077FF;
    border-color: #195F9A;
    border-style: solid;
    border-width: 4px;
    color : white;
    font-weight: bold;
}

.textpage_languageselector {
    background-color: white;
    border-color: #0077FF;
    color : #0077FF;
}

.textpage_warningbox {
    background-color: red;
    color : white;
    font-weight: bold;
    padding : 5px;
    text-align : center;
}



