/*
.commonSearchTitle {
    height: 20px;
    background-color: #00873c;
    color: #ffffff;
    padding: 5px 18px;
    font-size: 15px;
}

.mainHeader {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 4px;
}

.mainHeaderRight {
    width: 801px;
}

.logo {
    margin-right: 10px;
    padding: 20px 2px 0 3px;
    width: 176px;
    height: 126px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.mainHeaderLangPanel {
    float: right;
    margin-bottom: 8px;
}

.mainHeaderLanguageMenu a {
    padding: 0 5px 0 5px;
    font-weight: normal;
}

.mainHeaderUserMenu a {
    padding: 0 5px 0 5px;
    font-weight: normal;
}

.mainHeaderUserMenu .gwt-ListBox {
    margin: 0;
    position: absolute;
    margin-left: -160px;
}

.mainHeaderLinks {
    background-color: #DBDDE0;
    padding: 5px 5px 5px 15px;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: #B7B7B7;
}

.mainHeaderLinks td {
    text-align: center;
}

.mainHeaderLinks a {
    padding: 4px;
}

.mainHeaderButtons {
    margin-bottom: 5px;
    float: right;
}

.mainHeaderSearch {
    height: 30px;
    padding: 20px;
    background-color: #DBDDE0;
}

.mainHeaderQueryBox {
    width: 650px;
    height: 23px;
}

.mainHeaderSearchLabel {
    font-size: 13px;
    font-weight: bold;
    color: #4c5666;
    width: 140px;
    text-align: right;
    padding-right: 10px;
}

.mainHeaderSearchBtn {
    border-style: solid;
    border-width: 3px 7px;
    background-color: #5e6979;
    border-color: #5e6979;
    width: 0px;
    padding: 5px;
    height: 25px;
    background-image: url(../img/el.png);
    background-position-x: 11px;
    margin-right: 15px;
}

.mainHeaderSearch a {
    font-size: 90%;
}
*/
