﻿.CMS
{
	width:100%;
	color:#fff;
	background-color:#444;
	/*filter: alpha(opacity=95,style=0);*/
	-moz-opacity: .90;
	opacity: .90;
	height:22px;
	font-family:Sans-Serif;
	text-align: left;
	position:relative;
	z-index:100;
	overflow:visible;
}
.CMS a
{
	color:#ccf;
}
.CMS a:hover
{
	color:#fff;
}

.treenode
{
	padding: 0px;
}
.tree,
.properties
{
	border:solid 1px #444;
	background-color:#000;
	position:absolute;
	overflow:auto;
	left:0;
	top:23px;
	width:400px;
	height:666px;
	z-index:9999;
	font-size:80%;
}
.buttons
{
	position:absolute;
	bottom:7px;
	right:12px;
}
.propertiestextbox
{
	width:98%;
	padding:0px;
	margin:0px;
	left:0px;
}
.htmleditor,
.htmleditor ol,
.htmleditor ul
{
	padding:7px;
	list-style-type:disc;
	list-style-position:inside;
}
.htmleditor ol
{
	list-style-type:decimal;
}
.simpleTree
{
	overflow:auto;
	margin:0;
	padding:0;
	height:100%;
	/*
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.simpleTree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 34px;
	line-height: 14px;
}
.simpleTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.simpleTree ul
{
	margin:0; 
	padding:0;
}
.simpleTree .root
{
	margin-left:-16px;
	background: url(/images/root.gif) no-repeat 16px 0;
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/images/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/images/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/images/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/images/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	margin-left:-16px;
	background: url(/images/collapsable.gif) 0 -2px no-repeat #000;
}
.simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(/images/collapsable-last.gif) 0 -2px no-repeat #000;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(/images/expandable.gif) 0 -2px no-repeat #000;
}
.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(/images/expandable-last.gif) 0 -2px no-repeat #000;
}
.simpleTree .doc
{
	margin-left:-16px;
	background: url(/images/leaf.gif) 0 -1px no-repeat #000;
}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(/images/leaf-last.gif) 0 -1px no-repeat #000;
}
.simpleTree .ajax
{
	background: url(/images/spinner.gif) no-repeat 0 0 #000;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.simpleTree .text
{
	cursor: default;
}
.simpleTree .active
{
	cursor: default;
	background-color:#F7BE77;
	padding:0px 2px;
	border: 1px dashed #444;
}
#drag_container
{
	background:#fff;
	color:#fff;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
	z-index:200;
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}
 
#drag_container li
{
	list-style: none;
	background-color:#000;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}
#drag_container li span
{
	padding:0;
}
 
#drag_container li.doc, #drag_container li.doc-last
{
	background: url(/images/leaf.gif) no-repeat -17px 0 #000;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(/images/expandable.gif) no-repeat -17px 0 #000;
}
 
#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(/images/collapsable.gif) no-repeat -17px 0 #000;
}

.navigationTree
{
	overflow:auto;
	margin:0;
	padding:0;
	height:100%;
	/*
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.navigationTree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 17px;
	line-height: 14px;
}
.navigationTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.navigationTree ul
{
	margin:0; 
	padding:0;
}

