#resizablepanel .hd {
    font-size: 8pt;
    padding-left: 2px;
    background: url("http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png") repeat-x scroll 0 -200px transparent;
}

#resizablepanel .bd {
    overflow: auto;
    background-color: #fff;
    padding: 0px;
    font-size: 8pt;
}

#resizablepanel .bd .area {
    float: left;
    font-weight: bold;
    background-color: #DBE1FB;
    padding: 2px;
    width: 327px;
}

#resizablepanel .bd .item {
    float: left;
    background-color: #F1F0FF;
    padding: 2px;
    cursor: hand;
}

#resizablepanel .ft {
    height: 15px;
    padding: 0;
}

#resizablepanel .yui-resize-handle-br {
    right: 0;
    bottom: 0;
    height: 0px;
    width: 0px;
    position: absolute;
}

#resizablepanel_c.hide-scrollbars .yui-resize .bd {
    overflow: hidden;
}

#resizablepanel_c.show-scrollbars .yui-resize .bd {
    overflow: auto;
}

#resizablepanel_c.show-scrollbars .underlay {
    overflow: visible;
}

#resizablepanel .container-close {
    display: none;
}



    
    
    
    