body {
    background: #6699cc url(../../portal/images/bg-body.jpg) repeat-x;
    padding: 0px;
    margin: 0px;
}

.topbarContainer {
    border: 0px solid #ff0000;
    margin: 0px auto;
    margin-top: 10px;
    width: 870px;
    height: 80px;
    font-family: Arial;
    font-size: 10px;
}

.logo {
    border: 0px solid #00ff00;
    width: 245px;
    height: 79px;
    float: left;
    border-bottom: 1px solid #6b7fa0;
    background: url(../../portal/images/logo.png) center left no-repeat;
}

.linkContainer {
    border: 0px solid #0000ff;
    width: 625px;
    height: 20px;
    float: left;
}

.linkContainer ul {
    border: 0px solid #0000ff;
    color: white;
    float: right;
    font-size: 11px;
    list-style: none;
    margin: 0px;
}

.linkContainer ul li {
    float: left;
}

.searchContainer {
    border: 0px solid #00ff00;
    float: left;
    width: 625px;
    height: 28px;
}

.searchInput {
    border: 0px solid #00ffff;
    float: left;
    width: 603px;
    height: 26px;
    background: url(../../portal/images/bg-input.png) no-repeat right;
}

.searchInput input {
    color: #00143f;
    float: right;
    font-family: Arial;
    font-size: 11px;
    width: 130px;
    height: 18px;
    outline-style: none;
    background: none;
    border: 0px solid #ffffff;
    padding-top: 7px;
    padding-right: 5px;
}

.searchButton {
    border: none;
    float: left;
    width: 18px;
    height: 22px;
    padding-top: 4px;
    padding-left: 4px;
}

.menuContainer {
    border: 0px solid #ffffff;
    width: 625px;
    height: 32px;
    float: left;
    background: url(../../portal/images/bg-menu.png) no-repeat;
}

.active {
    width: 124px;
    height: 23px;
    float: left;
    text-align: center;
    margin-left: 1px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 9px;
    background: url(../../portal/images/btn-tab.png) no-repeat;
}

.disactive {
    width: 124px;
    height: 21px;
    float: left;
    text-align: center;
    margin-left: 1px;
    color: #00143f;
    font-size: 11px;
    font-weight: normal;
    padding-top: 11px;
    background: none;
}

