/* Parte top */

.topContainer {
    border: 0px solid #ff0000;
    width: 812px;
    margin: 0px auto;
    margin-top: 20px;
}

.descContainer {
    border: 0px solid #ff0000;
    background: url(../../portal/images/bg-desc.png) no-repeat;
    width: 536px; /* 576 - 40 (20px padding left e 20px right) */
    height: 215px; /* 555 - 40 (20px padding top e 20px bottom) */
    float: left;
    padding: 20px;
}

.descLabel {
    border-bottom: 1px solid #00143f;
    width: 380px;
    font-size: 16px;
    font-weight: bold;
    color: #00143f;
    padding-bottom: 5px;
}

.descContent {
    border: 0px solid #00143f;
    width: 380px;
    height: 130px;
    color: #00143f;
    margin-top: 10px;
    line-height: 18px;
}

.descButtonContainer {
    width: 250px;
}

button#descButton {
    cursor: pointer;
    background: url(../../portal/images/btn-desc.png) no-repeat;
    height: 19px;
    width: 74px;
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    color: white;
    border: 0px;
    float: right;
}

button#descButton:hover {
    color: #faa74a;
}

.descShadow {
    background: url(../../portal/images/btn-desc-shadow.png) no-repeat;
    margin-top: 1px;
    width: 74px;
    height: 19px;
    float: right;
}

.bannerContainer {
    border: 0px solid #ffff00;
    width: 236px;
    float: left;
}

.rectangle {
    border: 0px solid #ff0000;
    width: 236px;
    height: 75px;
    position: relative;
}

.areaLabel {
    border: 0px solid #ffff00;
    width: 216px;
    height: 18px;
    padding: 7px 10px 0px 10px;
    font-size: 14px;
}

.areaContent {
    border: 0px solid #ff0000;
    width: 214px;
    height: 46px;
    padding: 4px 10px 0px 10px;
    font-family: Verdana;
    font-size: 9px;
}

.rectangleBorder {
    border: 1px solid #ffffff;
    width: 234px;
    height: 73px;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.rectangleFill {
    background: #fffffe;
    width: 236px;
    height: 75px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
}

/* middle */

.middleContainer {
    border: 0px solid #00ff00;
    width: 868px;
    float: left;
    color: #ffffff;
    margin-bottom: 10px;
}

.newsContainer {
    border: 0px solid #ffffff;
    width: 792px;
    height: 80px;
    margin: 0px auto;
    position: relative;
    padding: 10px 0px 0px 20px;
}

.newsLabel {
    border-bottom: 1px solid #ffffff;
    width: 385px;
    font-size: 14px;
    padding-bottom: 3px;
}

.newsContent {
    border: 0px solid #ffffff;
    width: 387px;
    height: 59px;
    float: left;
}

.newsSquare {
    border: 0px solid #0000ff;
    width: 10px;
    height: 9px;
    padding-top: 12px;
    float: left;
}

.newsDate {
    border: 0px solid #00ffff;
    width: 375px;
    height: 13px;
    padding-top: 8px;
    float: left;
    font-size: 9px;
}

.newsTitle {
    border: 0px solid #00ffff;
    width: 375px;
    height: 35px;
    padding-top: 2px;
    padding-left: 10px;
    float: left;
}

.newsBorder {
    border: 1px solid #ffffff;
    width: 810px;
    height: 88px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.newsFill {
    background: #fffffe;
    width: 812px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
}

