.members_container {
    height: 441px;
    left : 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 795px;
}

.members_textcell {
    color: #195F9A;
    font-size: 14px;
    font-weight: bold;
}

.members_photobox #image {
    border-style: solid;
}

.members_photobox #rightShadow {
    background-image:url(../image/system/shadow_right.png);
    background-repeat:repeat-y;
}

.members_photobox #cornerShadow {
    background-image:url(../image/system/shadow_corner.png);
    background-repeat:no-repeat;
}

.members_photobox #bottomShadow {
    background-image:url(../image/system/shadow_bottom.png);
    background-repeat:repeat-x;
}

.members_detailspage {
    background-color: white;
    height:441px;
    left:0;
    position: absolute;
    top:0;
    width: 795px;
    z-index: 3;
}

.members_detailspagecontour1 {
    background-color: #F0F0F0;
    border-color : #195F9A;
    border-style : solid;
    border-width : 4px;
    height : 199px;
    left : 37px;
    overflow: hidden;
    padding : 20px;
    position: absolute;
    text-align : center;
    top : 37px;
    width : 170px;
}

.members_detailspagecontour3 {
    background-color: #F0F0F0;
    border-color : #195F9A;
    border-style : solid;
    border-width : 4px;
    height : 56px;
    left : 37px;
    overflow: hidden;
    padding : 20px;
    position: absolute;
    top : 310px;
    width : 170px;
}

.members_detailspagecontour2 {
    background-color: #F0F0F0;
    border-color : #195F9A;
    border-style : solid;
    border-width : 4px;
    height : 329px;
    padding : 20px;
    position: absolute;
    right : 37px;
    top : 37px;
    width : 420px;
}

.members_textcell2 {
    color: #195F9A;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.members_logolattes {
    background-image: url(../image/system/icon_lattes.png);
    border-color : #195F9A;
    border-style : solid;
    border-width : 2px;
    height : 80px;
    width : 80px;

}

.members_logolattestext {
    color: #195F9A;
    font-size: 14px;
    font-weight: bold;
}

.members_logoweb {
    background-image: url(../image/system/icon_web.png);
    border-color : #195F9A;
    border-style : solid;
    border-width : 2px;
    height : 80px;
    width : 80px;
}

.members_logowebtext {
    color: #195F9A;
    font-size: 14px;
    font-weight: bold;
}

.members_logopublications {
    background-image: url(../image/system/icon_publications.png);
    border-color : #195F9A;
    border-style : solid;
    border-width : 2px;
    height : 80px;
    width : 80px;
}

.members_logopublicationstext {
    color: #195F9A;
    font-size: 14px;
    font-weight: bold;
}

.members_backbutton {
    background-image: url(../image/system/icon_backarrow.png);
    height : 60px;
    width : 60px;
}

.members_backbuttontext {
    color: #7B0206;
    font-size: 20px;
    font-weight: bold;
}


