
#debugtree
{
	color: white;
	font-size: 13px;
	padding: 10px;
	background-color: #151515;
	z-index: 101;
	font-family: Arial;
	
	margin:0;
	padding:10px;
	/*
	overflow:auto;
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
#debugtree a {
	color: white;
}

#debugtree h3 {
	margin-bottom: 20px;
}
#debugtree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 34px;
	line-height: 19px;
}
#debugtree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
	padding-left: 5px;
}
#debugtree li span.templatedata
{
	font-weight: normal;
}
#debugtree li span.attributes
{
	font-weight: normal;
}
#debugtree ul
{
	margin:0; 
	padding:0;
}
#debugtree .root
{
	margin-left:-16px;
	background: url(../images/admin/tree/root.gif) no-repeat 16px 0 transparent;
}
#debugtree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/admin/tree/line_bg.gif) 0 0 no-repeat transparent;
}
#debugtree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/admin/tree/spacer.gif) 0 0 no-repeat transparent;
}
#debugtree .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;
}
#debugtree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/admin/tree/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
#debugtree .folder-open
{
	margin-left:-16px;
	background: url(../images/admin/tree/collapsable.gif) 0 -2px no-repeat transparent;
}
#debugtree .folder-open-last
{
	margin-left:-16px;
	background: url(../images/admin/tree/collapsable-last.gif) 0 -2px no-repeat transparent;
}
#debugtree .folder-close
{
	margin-left:-16px;
	background: url(../images/admin/tree/expandable.gif) 0 -2px no-repeat transparent;
}
#debugtree .folder-close-last
{
	margin-left:-16px;
	background: url(../images/admin/tree/expandable-last.gif) 0 -2px no-repeat transparent;
}
#debugtree .doc
{
	margin-left:-16px;
	background: url(../images/admin/tree/leaf.gif) 0 -1px no-repeat transparent;
}
#debugtree .doc-last
{
	margin-left:-16px;
	background: url(../images/admin/tree/leaf-last.gif) 0 -1px no-repeat transparent;
}
#debugtree .ajax
{
	background: url(../images/admin/tree/spinner.gif) no-repeat 0 0 transparent;
	height: 16px;
	display:none;
}
#debugtree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
#debugtree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
#debugtree .text
{
	cursor: default;
}
#debugtree .active
{
	color: white;
	cursor: default;
	background-color:#555555;
	padding:0px 2px;
	border: 1px dashed #444;
}
#drag_container
{
	background:#555555;
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed white;
	z-index: 500;
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	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/admin/tree/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(../images/admin/tree/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(../images/admin/tree/collapsable.gif) no-repeat -17px 0 #ffffff;
}

#debugtree span {
	font-weight: bold;
}
#debugtree span.text {
	font-weight: bold;
	color: white;
}
#debugtree span.templatedata {
	font-style: italic;
	color: yellow;
}