html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul {list-style: none;}

.noselect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

/* border and padding cut into inside space, not pushing outside larger than width or height */
* { box-sizing: border-box; }

.utilleft {
	position: absolute;
	left: 0%;
	width: 80%;
	height: 20px;
}

.utilright {
	position: absolute;
	left: 80%;
	width: 20%;
	height: 20px;
	border-left: 1px solid #cfcfcf;
}

.utilityLinks {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

.utilityLinks li {
	display: inline;
	border-right: 1px solid #cfcfcf;
	padding: 0px 5px 0px 5px;
}

.utilityLinks li:last-child {
	border-right:none;
}

.utilityLinks li a {
	color: #666;
	text-decoration: none;
}

.utilityLinks li a:hover {
	color: #333;
}

.panetop {
	position: absolute;
	top: 20px;
	width: 100%;
	height: calc(40% - 20px);
	overflow: hidden;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.panetime {
	position: absolute;
	left: 0%;
	top: 40%;
	width: 100%; 
	height: 20%;
	overflow-x: hidden;
	overfloy-y: scroll;
	border-bottom: 1px solid #cfcfcf;
}

.paneleft {
	position: absolute;
	left: 0%;
	top: 60%;
	width: 20%; 
	height: 40%;
	overflow-x: hidden;
	overfloy-y: scroll;
	border-right: 1px solid #cfcfcf;
}

.panemid {
	position: absolute;
	left: 20%;
	top: 60%;
	width: 60%;
	height: 40%;
	overflow-x: hidden;
	overfloy-y: scroll;

}

.paneright {
	position: absolute;
	left: 80%;
	top: 60%;
	width: 20%; 
	height: 40%;
	overflow-x: hidden;
	overfloy-y: scroll;
	overflow-x: hidden;
	overfloy-y: scroll;
	border-left: 1px solid #cfcfcf;
}

.nodelistitem {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 5px;
	border-bottom: 1px solid #efefef;
}

.nodelistitemSelected {
	background-color: rgba(255,204,153,1);
}

.fileitem {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #dfdfdf;
}

.fileitemselected {
	background-color: rgba(255,204,153,1);
}

.fileitemfield0 {
	float: left;
	height: 20px;
	background: url("../images/file-20.png") -4px no-repeat;
	width: 20px;
}

.fileitemfield1 {
	float: left;
	height: 20px;
	padding: 2px 0px 0px 3px;
	width: calc(100% - 20px - 100px - 100px);
}

.fileitemfield2 {
	float: left;
	height: 20px;
	padding: 2px 0px 0px 3px;
	width: 100px;
}

.fileitemfield3 {
	float: left;
	height: 20px;
	padding: 2px 2px 0px 0px;
	width: 100px;
	text-align: right;
}

.fileitemclear {
	clear: both;
	height: 1px;
}

.contentContainer {
	position: absolute;
	left: 0%;
	top: 60%;
	width: 100%;
	height: 40%;
}

.contextMenu {
	position: fixed;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	min-width: 160px;
}

.contextMenuItem {
	font-size: 13px;
	padding-left: 3px;
}

.contextMenuItem:hover {
	background-color: #eee;
}

.contextMenuSeparator {
	height: 1px;
	background-color: #efefef;
}
