body {
	background: #FAFAFA;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #2f3133 url('../images/logo/header.png') no-repeat left center;
	height: 60px;
	color: #D6D6D6;
	position: relative;
}

#main {
	position: absolute;
	top: 60px;
	bottom: 20px;
	left: 0;
	right: 0;
	visibility: visible;
	border-top: 1px solid #222;
}

#device-title {
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	display: table;
	height: 100%;
	width: 100%;
}

#device-name {
	vertical-align: middle;
}

#device-name {
	font-weight: bold;
}

#session-info {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.75em;
	height: 1em;
	font-size: 1em;
}

#session-manage ul li {
	list-style-type: none;
	float: left;
}

#session-manage li {
	padding: 0 0.2em 0 0.2em;
}

#navigation-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	bottom: 0;
	z-index: 3;
}

#navigation-container-wrapper {
	left: 0;
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
}

#column-side {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 4px;
	background: #BBB;
	z-index: 2;
	border: 1px solid #9A9A9A;
	border-top: 0;
}

#editor-container {
	position: absolute;
	left: 236px;
	width: auto;
	right: 0;
	bottom: 0;
	top: 0;
	height: auto;
	z-index: 1;
}

.editor {
	width: 100%;
	height: 100%;
	display: none;
}

#configuration-tree {
	overflow: visible;
}

.column-header {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E6E6E6');
	background: -moz-linear-gradient(top, #FAFAFA, #E6E6E6); 
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E6E6E6));
	position: absolute;
	top:0;
	right: 0;
	height: 30px;
	left:0;
	border-bottom: 1px solid lightGrey;
}

.column-header-content {
	margin: 0 0.5em 0 0.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.column-header-controls {
	position: absolute;
	top: 50%;
	margin-top: -11px; /* half-size of icons */
	right: 0;
	width: auto;
}

.column-header-controls ul li {
	position: relative;
	list-style-type: none;
	float: left;
}

.column-header-controls li {
	padding: 0 0 0 0.5em; /* right same as .column-header-content:margin */
}

.column-header-title {
	height: 100%;
}

.column-header-title-text {
	vertical-align: middle;
	color: #3F3F3F;
	font-weight: bold;
}

.column-body {
	position: absolute;
	top: 30px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#configuration-tree {
	bottom: 0px;
	left: 0px;
	overflow: auto;
	position: absolute;
	right: 0px;
	top: 0px;
}

.eltex-tree-root:focus {
	-moz-outline: none;
	outline: none;
}

.eltex-tree-row {
	white-space: nowrap;
	line-height: 16px;
	height: 16px;
}

.eltex-tree-row span {
	overflow: hidden;
	text-overflow: ellipsis;
}

.eltex-tree-children {
	background-repeat: repeat-y;
	background-image: url("../images/I.png") !important;
	background-position-y: 1px !important;	/* IE only */
}

.eltex-tree-children-nolines {
}

.eltex-tree-icon {
	background-image: url("../images/tree.png");
}

.eltex-tree-expand-icon {
	vertical-align: middle;
	height: 16px;
	width: 16px;
	cursor: default;
}

.eltex-tree-expand-icon-plus {
	width: 19px;
	background-position: 0 0;
}

.eltex-tree-expand-icon-minus {
	width: 19px;
	background-position: -24px 0;
}

.eltex-tree-expand-icon-tplus {
	width: 19px;
	background-position: -48px 0;
}

.eltex-tree-expand-icon-tminus {
	width: 19px;
	background-position: -72px 0;
}

.eltex-tree-expand-icon-lplus {
	width: 19px;
	background-position: -96px 0;
}

.eltex-tree-expand-icon-lminus {
	width: 19px;
	background-position: -120px 0;
}

.eltex-tree-expand-icon-t {
	width: 19px;
	background-position: -144px 0;
}

.eltex-tree-expand-icon-l {
	width: 19px;
	background-position: -168px 0;
}

.eltex-tree-expand-icon-blank {
	width: 19px;
	background-position: -168px -24px;
}

.eltex-tree-collapsed-folder-icon {
	vertical-align: middle;
	height: 16px;
	width: 16px;
	background-position: -0px -24px;
}

.eltex-tree-expanded-folder-icon {
	vertical-align: middle;
	height: 16px;
	width: 16px;
	background-position: -24px -24px;
}

.eltex-tree-file-icon {
	vertical-align: middle;
	height: 16px;
	width: 16px;
	background-position: -48px -24px;
}

.eltex-tree-item-label {
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
	color: WindowText;
	cursor: default;
}

/*
.eltex-tree-item-label:hover {
	text-decoration: underline;
}
*/

.selected .eltex-tree-item-label {
	background-color: ButtonFace;
	color: ButtonText;
}

.focused .selected .eltex-tree-item-label {
	background-color: Highlight;
	color: HighlightText;
}

.eltex-tree-hide-root {
	display: none;
}

.collapse-all-icon {
	background-image: url('../images/list-remove.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
}

.expand-all-icon {
	background-image: url('../images/list-add.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
}

.help-icon {
	background-image: url('../images/help-browser.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
}

#welcome-screen {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 180px;
	margin-left: -150px;
	margin-top: -90px;
}

#logo-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 66px;
	background: #2f3133 url('../images/logo/symbols.png') no-repeat 3px top;
	z-index: 0;
}

#login-container {
	position: absolute;
	left: 66px;
	width: auto;
	right: 0;
	bottom: 0;
	top: 0;
	height: auto;
	z-index: 1;
	overflow: hidden;
}

#login-container .column-body {
	left: 8px;
}

#auth-form {
	padding-right: 50px;
}

#auth-form .form-row {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#auth-form .form-row label{
	display: block;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E6E6E6');
	background: -moz-linear-gradient(top, #FAFAFA, #E6E6E6); 
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#E6E6E6));
	border-top: 1px solid lightGrey;
}

#footer-wrapper-text {
	height: 100%;
	display: table;
}

#footer-text {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

#session-manage .action {
	text-decoration: none;
	cursor: pointer;
	color: #7DD0FA;
}

.refresh-icon {
	background-image: url('../images/view-refresh.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	overflow: hidden;
	cursor: pointer;
}

.inactive-icon {
	cursor: default;
	opacity: 0.5;
}

p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

h1,h2,h3,h4,h5,h6 { 
	margin-top: 0.47em;
	margin-bottom: 0.47em;
}

.help-container {
	margin: 8px;
}

table {
	border-width: 0px;
}

.action {
	cursor: pointer;
	text-decoration: underline;
	color: #607890;
}

.action:hover, .action:active {
	outline: none;
}

.action:hover {
	color: #036;
}
