.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,Arial,Verdana,sans-serif,icon,serif;
	white-space: nowrap;
}

.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma,Arial,Verdana,sans-serif,icon,serif;
    height: 16px;
	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;
}

.webfx-tree-item a {
	color: black;
	text-decoration: none;
}

.webfx-tree-item a:visited {
	color: black;
	text-decoration: none;
}

.webfx-tree-item a:hover {
	color: blue;
	text-decoration: underline;
}

.webfx-tree-item a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 16px;
	height: 16px;
}
.webfx-tree-item a.selected {
	color: selectedtext;
}

.webfx-tree-item a.selected-inactive {
	color: windowtext;
}

.webfx-tree-first {
    float:left;
}
.webfx-tree-middle {
    float:left;
}
.webfx-tree-last {
    float:left;
    clear:right;
}
.webfx-tree-wrapper {
    clear:both;
}

.tree-check-box {
	width:		auto;
	margin:		0;
	padding:	0;
	height:		14px;
	vertical-align:	middle;
	border-style:none;
	background: transparent;
}
