font{
	line-height:150%;
	font-size:12px;
}
.webfx-tree-container {
	margin-left: 18px;
	padding: 0px;
	font: icon;
	
}

.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	font: icon;
	color: black;
	white-space: nowrap;
	font-weight:bold;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
	font-size:12px;
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
	color:black;
}

.webfx-tree-item a {
	font-size:12px;
	color: black;
	text-decoration: none;
}

.webfx-tree-item a:hover {
	font-size:12px;
	color: blue;
	text-decoration: underline;
}

.webfx-tree-item a:active {
	font-size:12px;
	/*background: highlight;*/
	color: blue;
	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;
/*	background: selected;	*/
}

.webfx-tree-item a.selected-inactive {
	color: windowtext;
/*	background: buttonface; */
}

input.tree-check-box {
	width:	auto;
	margin:	0;
	padding: 0;
	height: 14px;
	vertical-align:middle;
}
