.home_container {
    height: 441px;
    left : 0;
    overflow: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1000px;
}

/* CONTAINERS */

.home_topleftcontainer {
    background-color: #F0F0F0;
    border-color : #195F9A;
    border-style : solid;
    border-width : 4px;
    height : 180px;
    margin-left : 12px;
    overflow: hidden;
    width : 350px;
}

.home_bottomleftcontainer {
    background-color: #F0F0F0;
    border-color : #195F9A;
    border-style : solid;
    border-width : 4px;
    height : 180px;
    margin-left : 12px;
    overflow: hidden;
    width : 350px;
}

.home_rightcontainer {
    background-color: #F0F0F0;
    border-color : #195F9A;
    border-style : solid;
    border-width : 4px;
    height : 400px;
    margin-right : 12px;
    overflow: hidden;
    width : 550px;
}

/* LOGOS e TITLE e BOX */

.home_logonewspaper {
    background-image: url(../image/system/icon_newspaper.png);
    border-color : #195F9A;
    border-style : solid;
    border-width : 2px;
    height : 80px;
    margin-top : 10px;
    width : 80px;
}

.home_logonewspapertitle {
    color : #195F9A;
    font-size: 16px;
    font-weight: bold;
    height : 20px;
    line-height: 20px;
    margin-top : 10px;
    text-align: center;
    width : 239px;
}

.home_logonewspaperbox {
    height : 128px;
    margin-top:5px;
    overflow: hidden;
    width : 239px;
}

.home_logomedical {
    background-image: url(../image/system/icon_medical.png);
    border-color : #195F9A;
    border-style : solid;
    border-width : 2px;
    height : 80px;
    margin-top : 10px;
    width : 80px;
}

.home_logomedicaltitle {
    color : #195F9A;
    font-size: 16px;
    font-weight: bold;
    height : 20px;
    line-height: 20px;
    margin-top : 10px;
    text-align: center;
    width : 239px;
}

.home_logomedicalbox {
    height : 128px;
    margin-top:5px;
    overflow: hidden;
    width : 239px;
}

/* ROLLS */

.home_rightcontainerroll {
    height : 320px;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-right :10px;
}

.home_advertisingtitle {
    color : #195F9A;
    font-size: 16px;
    font-weight: bold;
    height : 20px;
    line-height: 20px;
    margin-top : 10px;
    text-align: center;
    width : 239px;
}

.home_advertisingitem {
    clear: both;
    margin-bottom : 50px;
}

.home_advertisingitemtext {
    color : black;
    margin-left : 15px;
}

.home_advertisingitemtextdate {
    font-weight: bold;
}

.home_advertisingimagebox {
    float : left;
}

.home_advertisingimagebox #image {
    border-style: solid;
}

.home_advertisingimagebox #rightShadow {
    background-image:url(../image/system/shadow_right.png);
    background-repeat:repeat-y;
}

.home_advertisingimagebox #cornerShadow {
    background-image:url(../image/system/shadow_corner.png);
    background-repeat:no-repeat;
}

.home_advertisingimagebox #bottomShadow {
    background-image:url(../image/system/shadow_bottom.png);
    background-repeat:repeat-x;
}

.home_latestnewsroll {
    height : 120px;
    overflow: auto;
    width : 229px;
    padding-right :10px;
}

.home_latestnewstext {
    color : black;
    font-size: 12px;
    margin-bottom: 12px;
}

.home_latestnewstextdate {
    font-weight: bold;
}

.home_latestpublicationsroll {
    height : 120px;
    overflow: auto;
    width : 229px;
    padding-right :10px;
}

.home_latestpublicationstext {
    color : black;
    font-size: 12px;
    margin-bottom: 12px;
}

.home_latestpublicationstextcategory {
    font-weight: bold;
}