.tree{
	overflow: hidden;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
}

.tree a{
	text-decoration: none;
}

.tree li,
.tree ul{
	list-style: none;
	background-color:#ffffff;
}

.tree li{
	padding:0px 0px 0px 10px;
	margin: 0;
	cursor: default;
	white-space: nowrap;
}

.tree ul{
}

.tree li.leaf{
	line-height: 1.2em;
	font-weight: normal;
	background: url(images/leaf.gif) no-repeat -20px 0 #ffffff;
}

.tree li.leaf-last{
	line-height: 1.2em;
	font-weight: normal;
	background: url(images/leaf-last.gif) no-repeat -20px 0 #ffffff;
}

.tree .folder-close{
	line-height: 1.5em;
	font-weight: bold;
	background: url(images/expandable.gif) no-repeat -20px 0 #ffffff;
}

.tree .folder-close-last{
	line-height: 1.5em;
	font-weight: bold;
	background: url(images/expandable-last.gif) no-repeat -20px 0 #ffffff;
}

.tree .folder-open{
	line-height: 1.5em;
	font-weight: bold;
	background: url(images/collapsable.gif) no-repeat -20px 0 #ffffff;
}

.tree .folder-open-last{
	line-height: 1.5em;
	font-weight: bold;
	background: url(images/collapsable-last.gif) no-repeat -20px 0 #ffffff;
}

.tree .root{
}

.tree .toggler{
	float:left;
	margin-left:-34px;
	height:16px;
	width:32px;
	background-image:url(images/spacer.gif);
	cursor:pointer;
}

.tree ul.ajax{
	background: url(images/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
}

.tree ul.ajax li{
	display:none;
}

.tree .text{
}

.tree .active{
}

