@CHARSET "gb2312";
.l-layout {position:relative;}
.l-layout-left,.l-layout-right,.l-layout-center,.l-layout-top,.l-layout-bottom{position:absolute;border:1px solid #99BBE8; background:white; z-index:10; overflow:hidden;} 
.l-layout-top{width:100%;}
.l-layout-bottom{width:100%}

.l-layout-left .l-layout-header-toggle{position:absolute; top:3px; right:3px; height:20px; width:20px; overflow:hidden; background:url('./images/layout/togglebar.gif');background-position:-20px 0px; cursor:pointer;}
.l-layout-left .l-layout-header-toggle-over{ background-position:-20px -20px;}

.l-layout-left.noborder{border-left:0px;border-top:0px;border:bottom:0px;}

.l-layout-right .l-layout-header-toggle{position:absolute; top:3px; left:3px; height:20px; width:20px; overflow:hidden; background:url('./images/layout/togglebar.gif');background-position:-20px -40px; cursor:pointer;}
.l-layout-right .l-layout-header-toggle-over{ background-position:-20px -60px;}
.l-layout-right.noborder{border-right:0px;border-top:0px;border:bottom:0px;}

.l-layout-center .l-layout-header{ cursor:default;}
.l-layout-center.noborder{border-top:0px;border:bottom:0px;}

.l-layout-header{ position:relative;padding-left:10px; color:#183152; font-weight:bold;height:1.8em; line-height:24px;  background:#E0ECFF url('./images/layout/white-top-bottom.gif') repeat-x; overflow:hidden; cursor:pointer; border-bottom:1px solid #99BBE8}
.l-layout-header-inner{padding-right:22px;}
.l-layout-right .l-layout-header-inner { padding-left:22px; padding-right:auto;}
/*.l-layout-header-over{background:#EFF4FE url('./images/layout/layout-header.jpg') repeat-x;} */

.l-layout-collapse-left,.l-layout-collapse-right{ width:24px; background:#EAF2FE;border:1px solid #B8D0D6; position:absolute;top:0px;   display:none; height:100%;z-index:10;}
.l-layout-collapse-left-over,.l-layout-collapse-right-over{background:#F5F9FA;}
.l-layout-collapse-left-toggle,.l-layout-collapse-right-toggle{position:absolute; height:20px; width:20px; overflow:hidden; background:url('./images/layout/togglebar.gif');cursor:pointer;}
.l-layout-collapse-left{left:2px;}
.l-layout-collapse-left-toggle{top:0px; right:2px; background-position:-20px -40px;}
.l-layout-collapse-left-toggle-over{background-position:-20px -60px;} 

.l-layout-collapse-right{right:2px;}
.l-layout-collapse-right-toggle{top:0px; left:2px; background-position:-20px 0px;}
.l-layout-collapse-right-toggle-over{background-position:-20px -20px;} 



.l-layout-drophandle-left{ position:absolute;width:4px;cursor:col-resize; z-index:10;display:none;border-left:1px solid #99BBE8;border-right:1px solid #99BBE8;background:#DFE8F6 url(images/layout/handle-icon.gif) center center no-repeat;}
.l-layout-drophandle-right{ position:absolute;width:4px;cursor:col-resize; z-index:10;display:none;border-right:1px solid #99BBE8;background:#DFE8F6 url(images/layout/handle-icon.gif) center center no-repeat;}
.l-layout-drophandle-top{ position:absolute;height:4px;cursor:row-resize; z-index:10;display:none; line-height:1px;overflow:hidden;border-top:1px solid #99BBE8;border-bottom:1px solid #99BBE8;background:#DFE8F6 url(images/layout/handle-icon-horizontal.gif) center center no-repeat;}
.l-layout-drophandle-bottom{ position:absolute;height:4px;cursor:row-resize; z-index:10;display:none;line-height:1px;overflow:hidden;border-top:1px solid #99BBE8;border-bottom:1px solid #99BBE8;background:#DFE8F6 url(images/layout/handle-icon-horizontal.gif) center center no-repeat;}
.l-layout-dragging-xline{ background:#E0E4E2;height:4px;position:absolute;display:none; z-index:9999; padding:0; margin:0;line-height:1px; overflow:hidden;}
.l-layout-dragging-yline{ background:#E0E4E2;width:4px;position:absolute;display:none; z-index:9999; padding:0; margin:0;}
.l-layout-lock{ position:absolute; width:100%; height:100%; display:none; z-index:9990; margin:0; padding:0;}
.l-layout-content{position:relative; background:white; overflow:hidden;}

.l-layout-drophandle{ position:absolute; top:0px; left:-5px; width:5px;cursor:col-resize; z-index:10;height:100%; display:none;}
.l-layout-collapse{ width:24px; background:#EAF2FE;border:1px solid #B8D0D6; position:absolute; top:0px; left:4px; display:none; height:100%;z-index:10;}
.l-layout-collapse-over{background:#F5F9FA;}
.l-layout-collapse-toggle{position:absolute; top:0px; right:2px; height:20px; width:20px; overflow:hidden; background:url('./images/layout/togglebar.gif');background-position:-20px -40px; cursor:pointer;}
.l-layout-collapse-toggle-over{background-position:-20px -60px;} 
.l-layout-dragging-line{ background:#E0E4E2;width:4px;position:absolute;top:0px; display:none; z-index:9999; padding:0; margin:0;height:100%;}
     
.l-layout .l-layout-drophandle-left-border{width:3px;border-left:1px solid #99BBE8;border-right:1px solid #99BBE8}
.l-layout .l-layout-drophandle-right-border{width:3px;border-left:1px solid #99BBE8;border-right:1px solid #99BBE8}
.l-layout .l-layout-drophandle-top-border{width:3px;border-top:1px solid #99BBE8;border-bottom:1px solid #99BBE8}
.l-layout .l-layout-drophandle-bottom-border{width:3px;border-top:1px solid #99BBE8;border-bottom:1px solid #99BBE8}