html, body{

height:100% !important;
width:100% !important;  
margin:0;padding:0;overflow: hidden !important;
}
#allSplitterContainer{/*horizontal splitter*/	
width:100%;

border-top:solid 1px #9cbdff;
} 

#layer1{/*Top nested in horizontal splitter */
width:100%;height:50%;overflow:auto;

}
#layer2{/*Bottom nested in horizontal splitter */
width:100%;overflow:auto;
}
.splitbarH {
height:6px;text-align:left;line-height:0px;font-size:0px;
border-top:solid 1px #9cbdff;border-bottom:solid 1px #9cbdff;
background:#cbe1fb url(../plugins/jquery-splitter/img/paneh.gif) 50% 0%;
}

.splitbuttonH{
margin-left:-41px;left:50%;position:relative;
height:10px !important;width:83px;
background:transparent url(../plugins/jquery-splitter/img/panehc.gif) 50% 0px;
}
.splitbuttonH.invert{
margin-top:-4px;background:transparent url(../plugins/jquery-splitter/img/panehc.gif) 50% -10px;
}


/**/
/*#leftPane{
float:left;width:25%;height:100%;border-top:solid 1px #9cbdff;
background:#c4dcfb;
overflow: auto;
}
#rightPane{	
float:right;width:75%;height:100%;
background:#f4f4f4;
}*/
#leftPane{
float:left;
/* width:25%; */
height:100%;
}
#rightPane{	/*Contains toolbar and horizontal splitter*/
float:right;
/* width:100%; */
height:100%;
}

.splitbarV {
float:left;width:6px;height:100%;

line-height:0px;font-size:0px;
border-left:solid 1px #9cbdff;border-right:solid 1px #9cbdff;
background:#cbe1fb url(../plugins/jquery-splitter/img/panev.gif) 0% 50%;
}


.splitbuttonV{
margin-top:-41px;margin-left:-4px;top:50%;position:relative;
/*margin-right:-4px;*/
height:83px;width:10px;

background:transparent url(../plugins/jquery-splitter/img/panevc.gif) 10px 50%;
}
.splitbuttonV.invert{
margin-left:0px;background:transparent url(../plugins/jquery-splitter/img/panevc.gif) 0px 50%;
}

/*.splitbarV.working,.splitbarH.working,.splitbuttonV.working,.splitbuttonH.working{
 -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}*/