.vSplit{
    cursor: col-resize;
    width:4px;
    height:100%;
    position:inherit;
    background:transparent;
/*
 *  border-left:1px outset #ddd;
    border-right:1px outset #ddd;*/
    z-index:1000;

}
.hSplit{
    cursor: row-resize;
    height:4px;
    width:100%;
    /*position:inherit;*/
/*
 *  border-top:1px outset #ddd;
    border-bottom:1px outset #ddd;
    */
    z-index:1000;
}

.splitter-bar-absolute{
  position:absolute !important;
}
.splitterfx-bar{
    background:#aaa;
}
.splitterfx-bar-active{
    background:#ff8d8d !important;
    height:8px;
    z-index:999999999 !important;
}