.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font: icon;
	white-space: nowrap;
}

.webfx-tree-item {
	padding: 1px;
	margin: 0px;
	font: icon;
	color: black;
	white-space: nowrap;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
/*	margin-left: 3px;*/
/*	padding: 1px 2px 1px 2px;*/
	color: #000000; /*#e6e1e8;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.webfx-tree-item a {
/*	color: black;*/
/*	text-decoration: none;*/
	color: #000000; /*#e6e1e8;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.webfx-tree-item a:hover {
/*	color: blue;*/
/*	text-decoration: underline;*/
	background-color: #e6e1e8;
	background-color: #fff8dc;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*text-decoration: border-left-style : solid;*/
	text-decoration: none;
/*	border-left-color: #000000;*/
	/*border-bottom-style: solid;*/
/*	border-bottom-color: #000000;*/
	/*border-width: 2px;*/
	color: #000000;
}

.webfx-tree-item a:active {
/*	background: highlight;*/
/*	color: highlighttext;*/
/*	text-decoration: none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 11px;
	height: 11px;
}

.webfx-tree-iconFolder {
	width: 0px;
	height: 0px;
}

.webfx-tree-item a.selected {
	color: #000000;/*selectedtext;*/
	background: selected;
}

.webfx-tree-item a.selected-inactive {
	color: #000000;/* windowtext;*/
	background: buttonface;
}