#container {
    width: 100%;
    height: 100%;
    margin:0 auto;
    position:absolute;
    overflow:hidden;
}

#center-container {
    width:70%;
    height:99%;
    position:absolute;
    left:0px;
    top:0px;
    overflow:hidden;
}

#infovis {
    position:relative;
    width:99%;
    height:99%;
    margin:auto;
    overflow:hidden;
}

#left-container {
    display:none;
}

#right-container {
    position:absolute;
    width:30%;
    height:99%;
    bottom:20px;
    overflow:hidden;
}

#upright-menu {
    position:absolute;
    width:100%;
    height:20px;
    top:0px;
    left:0px;
    text-align: center;
    color:#23A4FF;
    background-color:#606060;
}

#text-container{
    position:absolute;
    width:100%;
    top:20px;
    bottom:20px;
    overflow:hidden;
    background-color:#FFFFD8;
}

#inner-details{
    display:none;
    position:absolute;
    left:10px;
    right:1px;
    top:20px;
    bottom:20px;
    font-size:0.9em;
    overflow:auto;
}

#botright-menu{
    position:absolute;
    width:100%;
    height:20px;
    left:0px;
    bottom:0px;
    text-align: center;
    color:#ffffff;
    background-color:#606060;
}

#OvertextInnerDetail{
    border-style: solid;
    border-width: 1px;
    border-color: navy;
    background-color: #DEE3E7;
}

#OvertZxtilink{
    display:none;
}


