.tree
{
	overflow:auto; 
	height:300px;
	width:235px;
	/*border:1px solid #c3daf9;*/
	font: normal 11px verdana, helvetica, sans-serif;
}
.tree td{white-space:nowrap;font: normal 11px verdana, helvetica, sans-serif;}
.tree a
{
	color:#000;
	text-decoration:none;	
}
.tree li, .tree ul
{
	list-style: none;
	/*background-color:#ffffff;*/
}
.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(../img/tree/leaf.gif) no-repeat -2px 0 /*#ffffff*/;
}
.tree li.leaf-last
{
	background: url(../img/tree/leaf-last.gif) no-repeat -2px 0 /*#ffffff*/;
}

.tree .folder-close
{
	background: url(../img/tree/expandable.gif) no-repeat -2px 0 /*#ffffff*/;
}
.tree .folder-close-last
{
	background: url(../img/tree/expandable-last.gif) no-repeat -2px 0 /*#ffffff*/;
}
.tree .folder-open
{
	background: url(../img/tree/collapsable.gif) no-repeat -2px 0 /*#ffffff*/;
}
.tree .folder-open-last
{
	background: url(../img/tree/collapsable-last.gif) no-repeat -2px 0 /*#ffffff*/;
}
.tree .root{
	background: url(../img/tree/root.gif) no-repeat 15px 0px /*#ffffff*/;
	font-weight:bold;
}
.tree .toggler
{
	float:left;
	margin-left:-34px;
	height:16px;
	width:32px;
	background-image:url(../img/tree/spacer.gif);
	cursor:pointer;
}
.tree ul.ajax
{
	background: url(../img/tree/spinner.gif) no-repeat 0 0 /*#ffffff*/;
	height: 16px;
}
.tree ul.ajax li
{
	display:none;
}
.tree .text{padding:2px;}
.tree .active{
	/*background-color:#E87F02;
	border: 1px dashed #444;*/
	padding:4px;
	color:#D27200;
	font-weight:bold;
}