/* WORKSPACE */
#workspace{width:100%;}
#workspace  > div,#workspace  > div > div{display:inline-block;float:left;}
#workspace  > div{height:100%;}
#project-tree{width:250px;background-color:#CDFFCF;}
#project-materials{width:calc(100% - 250px);}
/* SPLITTERS */
.horizontal-left-splitter,.horizontal-left-splitter-two{width:50%;height:100%;}
.vertical-top-splitter{width:100%;height:50%;}
.ui-resizable-e{cursor:e-resize;width:5px;right:-2px;top:0;bottom:0;background-color:gray;}
.ui-resizable-s{cursor:s-resize;height:5px;bottom:-2px;left:0;right:0;background-color:gray;}
#visual-part{background-color:#ffffff}
.horizontal-left-splitter{background-color:#E3F2F7}
#server-part{background-color:#F5F4DE}
.horizontal-left-splitter-two{background-color:#F5D9CE}
/* TREE PLUGIN */
.treeContainer{padding:0;margin:0;}
.treeContainer li{list-style-type:none;}
.treeNode{background-image:url(tree/i.gif);background-position:top left;background-repeat:repeat-y;margin-left:18px;zoom:1;}
.treeIsRoot{margin-left:0;}
.treeIsLast{background-image:url(tree/i_half.gif);background-repeat:no-repeat;}
.treeExpandOpen .treeExpand{background-image:url(tree/expand_minus.gif);}
.treeExpandClosed .treeExpand{background-image:url(tree/expand_plus.gif);}
.treeExpandLeaf .treeExpand{background-image:url(tree/expand_leaf.gif);}
.treeContent{min-height:18px;margin-left:18px;cursor:pointer;}
* html .treeContent{height:18px;}
.treeExpand{width:18px;height:18px;float:left;}
.treeExpandOpen .treeContainer{display:block;}
.treeExpandClosed .treeContainer{display:none;}
.treeExpandOpen .treeExpand,.treeExpandClosed .treeExpand{cursor:pointer;}
.treeExpandLeaf .treeExpand{cursor:auto;}
.treeExpandLoading{width:18px;height:18px;float:left;background-image:url(tree/expand_loading.gif);}