.treeview {
	list-style: none; margin: 0px; padding: 0px;
}
.treeview ul {
	list-style: none; margin: 0px; padding: 0px;
}
.treeview ul {
	font-size: 11px; margin-top: 4px;
}
.treeview .hitarea {
	background: url("../images/treeview-default.gif") no-repeat -64px -25px; width: 16px; height: 16px; margin-left: -16px; float: left; cursor: pointer;
}
* html .hitarea {
	float: none; display: inline;
}
.treeview li {
	margin: 0px; padding: 3px 0pt 3px 16px;
}
.treeview ul ul li {
	padding-left: 0px;
}
.treeview li span {
	color: rgb(222, 222, 222);
}
.treeview li a {
	color: rgb(222, 222, 222); text-decoration: none;
}
.treeview a.selected {
	
}
#treecontrol {
	margin: 1em 0px; display: none;
}
.treeview .hover {
	color: rgb(180, 180, 233); cursor: pointer;
}
.treeview li {
	background: url("../images/spacer.gif") no-repeat 0px 0px;
}
.treeview li.collapsable {
	background-position: 0px -176px;
}
.treeview li.expandable {
	background-position: 0px -176px;
}
.treeview .expandable-hitarea {
	background-position: -80px -3px;
}
.treeview li.last {
	background-position: 0px -1766px;
}
.treeview li.lastCollapsable {
	background-image: url("../images/treeview-default.gif");
}
.treeview li.lastExpandable {
	background-image: url("../images/treeview-default.gif");
}
.treeview li.lastCollapsable {
	background-position: 0px -111px;
}
.treeview li.lastExpandable {
	background-position: -32px -67px;
}
.treeview div.lastCollapsable-hitarea {
	background-position: 0px;
}
.treeview div.lastExpandable-hitarea {
	background-position: 0px;
}
.treeview-red li {
	
}
.treeview-red .hitarea {
	background-image: url("../images/treeview-arrow.gif");
}
.treeview-red li.lastCollapsable {
	background-image: url("../images/treeview-arrow.gif");
}
.treeview-red li.lastExpandable {
	background-image: url("../images/treeview-arrow.gif");
}
.filetree li {
	padding: 3px 0px 2px 16px;
}
.filetree span.folder {
	padding: 1px 0px 1px 16px; display: block;
}
.filetree span.file {
	padding: 1px 0px 1px 16px; display: block;
}
.filetree span.folder {
	background: url("../images/folder.gif") no-repeat 0px 0px;
}
.filetree li.expandable span.folder {
	background: url("../images/folder-closed.gif") no-repeat 0px 0px;
}
.filetree span.file {
	background: url("../images/file.gif") no-repeat 0px 0px;
}
