.tree
{
	overflow:auto;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
}
.tree a
{
	padding-left:10px;
	text-decoration:none;
}
.tree li, .tree ul
{
	list-style: none;
}
.tree li
{
	padding:0px 0px 0px 32px;
	line-height:17px;
	margin: 0;
	cursor: default;
	white-space: nowrap;
}
.tree ul
{
	margin:0 0 0 -13px;
	padding:0;
}
.tree li.leaf
{
	background: url(/js/tree/images/leaf.gif) no-repeat -2px 0 transparent;
}
.tree li.leaf-last
{
	background: url(/js/tree/images/leaf-last.gif) no-repeat -2px 0 transparent;
}

.tree .folder-close
{
	background: url(/js/tree/images/expandable.gif) no-repeat -2px 0 transparent;
}
.tree .folder-close-last
{
	background: url(/js/tree/images/expandable-last.gif) no-repeat -2px 0 transparent;
}
.tree .folder-open
{
	background: url(/js/tree/images/collapsable.gif) no-repeat -2px 0 transparent;
}
.tree .folder-open-last
{
	background: url(/js/tree/images/collapsable-last.gif) no-repeat -2px 0 transparent;
}
.tree .root
{


}
.tree .toggler
{
	float:left;
	margin-left:-34px;
	height:16px;
	width:32px;
	background-image:url(/js/tree/images/spacer.gif);
	cursor:pointer;
}
.tree ul.ajax
{
	background: url(/js/tree/images/spinner.gif) no-repeat 0 0 transparent;
	height: 16px;
	display:none;
}
.tree ul.ajax li
{
	display:none;
}
.tree .text{}
.tree .active{
	background-color:#F7BE77;
	padding:1px 2px;
	border: 1px dashed #444;
}