
.structureTree
{
	
	margin:0;
	padding:0;
	/*
	overflow:auto;
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.structureTree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 34px;
	line-height: 14px;
}

.structureTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.status{
  display:block;
}
.structureTree ul
{
	margin:0; 
	padding:0;
}
.structureTree .root
{
	margin-left:-16px;
	background: url(/icms/images/icons/house.png) no-repeat 16px 0;
}
.structureTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/icms/images/mimetypes/structureTree/line_bg.gif) 0 0 no-repeat transparent;
}
.structureTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/icms/images/mimetypes/structureTree/spacer.gif) 0 0 no-repeat transparent;
}
.structureTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/icms/images/mimetypes/structureTree/line_bg_over.gif) 0 0 no-repeat transparent;
}
.structureTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(/icms/images/mimetypes/structureTree/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.structureTree .folder-open
{
	margin-left:-16px;
	background: url(/icms/images/mimetypes/structureTree/collapsable.gif) 0 -2px no-repeat;
}
.structureTree .folder-open-last
{
	margin-left:-16px;
	background: url(/icms/images/mimetypes/structureTree/collapsable-last.gif) 0 -2px no-repeat;
}
.structureTree .folder-close
{
	margin-left:-16px;
	background: url(/icms/images/mimetypes/structureTree/expandable.gif) 0 -2px no-repeat;
}
.structureTree .folder-close-last
{
	margin-left:-16px;
	background: url(/icms/images/mimetypes/structureTree/expandable-last.gif) 0 -2px no-repeat;
}

.structureTree .ajax
{
	background: url(/icms/images/mimetypes/structureTree/spinner.gif) no-repeat 0 0;
	height: 16px;
	display:none;
}
.structureTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.structureTree .trigger
{
	display:inline;
	margin-left:-32px;
	margin-right: 22px;
	width: 8px;
	height: 11px;
	cursor:pointer;
}
.structureTree .text
{
	cursor: default;
}
.structureTree .active
{
	cursor: default;
	background-color:#F7BE77;
	padding:0px 2px;
	border: 1px dashed #444;
}
#drag_container
{
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	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(/icms/images/mimetypes/structureTree/leaf.gif) no-repeat -17px 0;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(/icms/images/mimetypes/structureTree/expandable.gif) no-repeat -17px 0;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(/icms/images/mimetypes/structureTree/collapsable.gif) no-repeat -17px 0;
}
.structureTree .doc
{
	margin-left:-16px;
	background: url(/icms/images/mimetypes/structureTree/leaf.gif) 0 -1px no-repeat;
}
.structureTree .doc-last
{
	margin-left:-16px;
	background: url(/icms/images/mimetypes/structureTree/leaf-last.gif) 0 -1px no-repeat;
}
.contextMenu
{
	display:none;
}

