.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font: icon;
	white-space: nowrap;
}
.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	background-image:url('/internet/img_fg/xtree_fg/menu_bg.png');
	background-repeat:no-repeat;
	font: icon;
	color: WindowText;
	white-space: nowrap;
	height: 24px;
}
.webfx-tree-item1 {
	padding: 0px;
	padding-top:2px;
	padding-left:8px;
	margin: 0px;
	background-image:url('/internet/img_fg/xtree_fg/menu_bg.png');
	background-repeat:no-repeat;
	font: icon;
	color: white;
	white-space: nowrap;
	height: 24px;
	font-weight:bold;
	cursor:hand;
}
.webfx-tree-item0 {
	padding: 0px;
	padding-top:3px;
	margin: 0px;
	background-color:#E8E8E8;
	font: icon;
	color: WindowText;
	white-space: nowrap;
	height: 24px;
	width:176px;
}
.webfx-tree-item0 input{
	height:13px;
	margin-top:0px;
	margin-bottom:0px;
}

.webfx-tree-item0 a, .webfx-tree-item1 a:active, .webfx-tree-item1 a:hover {
	margin-left: 3px;
	padding: 0px 2px 1px 2px;
	font-size:12px;
}

.webfx-tree-item0 a {
	color: black;
	text-decoration: none;
}

.webfx-tree-item0 a:hover {
	color: blue;
	text-decoration: none;
	background:#AAefEF;
}

.webfx-tree-item0 a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}

.webfx-tree-item0 img {
	vertical-align: middle;
	border: 0px;
}
.webfx-tree-item1 input{
	height:13px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}

.webfx-tree-item1 a, .webfx-tree-item1 a:active, .webfx-tree-item1 a:hover {
	margin-left: 3px;
	padding: 0px 2px 1px 2px;
	font-weight:bold;
	font-size:14px;
}

.webfx-tree-item1 a {
	color: white;
	text-decoration: none;
	font-weight:bold;
}

.webfx-tree-item1 a:hover {
	text-decoration: none;
	/*background:#AAefEF;*/
	font-weight:bold;
}

.webfx-tree-item1 a:active {
	
	/*
	background: highlight;
	color: highlighttext;*/
	text-decoration: none;
	font-weight:bold;
}

.webfx-tree-item1 img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 4px;
	height: 4px;
	margin-right:4px;
}

.selected-inactive {
	background: #0a246a;
	color : #ffffff !important;
}