html, body { overflow:hidden;
		font-family:"Open Sans",Arial,Verdana,"Trebuchet MS",sans-serif;
		font-size: 10pt;
		height:100%;
		margin:0;
		padding:0;
		background:#f1f1f1;
}

body{
	min-width:0;
	color:#000;
	line-height:1.4em
}

header { margin: 15px;}

main {clear: both; 
	margin: 0px 15px;	
}

main table, header table{width: 100%; vertical-align: top;}

footer {background: #000; 
	color: #fff;	
	padding: 5px;  
	width:100%;
	position: absolute;
	bottom: 0;
	text-align: center;}

.tree {
	width: 25%; 
	min-width: 200px;
/* min-height:100%;
	height: auto !important;
   float: left; 
	margin: 15px; */
}
#topFileTree {
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-right: solid 1px #FFF;
}
.treedisplay{
	background: #FFF;
	overflow: auto;
	padding: 5px;
	border-left: solid 1px #BBB;
	border-right: solid 1px #FFF;
}
#bottomFileTree {
	border-left: solid 1px #BBB;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
 .notedisplay{
	overflow: auto;
}
.ckeditor {margin: 0; padding:0 ; border: 0;} 

a.cke_button {padding:0 !important;}

.cke_toolgroup {margin: 0 4px 0 0 !important;}

.cke_bottom { background: #f1f1f1 !important; border-top: 1px solid #e1e1e1 !important; height: 15px !important;}

.cke_path_item, .cke_path_empty {color: #666 !important; padding: 2px 4px 0 !important;}
a.cke_path_item:hover, a.cke_path_item:focus, a.cke_path_item:active {
    background-color: #bbb !important;
    color: #000 !important;
}

input.cke_dialog_ui_button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ababab;
    color: #444;
    cursor: default;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
}
input.cke_dialog_ui_button_ok {
    background: none repeat scroll 0 0 #f4f8ff;
    border-color: #8dbbfd;
}

#dataFileTree .folder { background:url('includes/jstree-master/dist/themes/default/32px.png') -263px -7px  no-repeat; }
#dataFileTree .jstree-clicked .folder { background:url('includes/jstree-master/dist/themes/default/32px.png') -263px -71px  no-repeat; }
#dataFileTree .file { background:url('includes/jstree-master/dist/themes/default/32px.png') -103px -71px no-repeat; }

li#root {margin-left: -18px;}
li#root > div.jstree-wholerow {display: none;}
li#root > i.jstree-icon {display: none;}
a#root_anchor {display: none;}