.pane1-wrapper{
position:relative;
background-color:#33383E;
}
.pane1-header{
height:25px;
background-color:#33383E;
color:#DDDDDD;
font-size:14px;
font-weight:bold;
line-height:25px;
text-indent:10px;
}
.pane1-left, .pane1-resize, .pane1-right{
background-color:white;
position:absolute;
top:26px;
bottom:0px;
}
.pane1-left{
border:2px solid #DFE1E3;
left:0px;
width:250px;
}
.pane1-right{
border:2px solid #DFE1E3;
left:259px;
right:0px;
background-color:#F2F2F2;
overflow:auto;
}
.pane1-resize{
position:absolute;
left:250px;
width:12px;
background-color:transparent;
border:none;
cursor:col-resize;
z-index:0;
}
.pane1-resize:hover{
cursor:col-resize;
}