.webfx-tree-container 
{
	margin: 0px;
	padding: 1px;
	white-space: nowrap;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
  cursor:pointer;
}

.webfx-tree-icon {
	width: 16px;
	height: 16px;
}

.webfx-tree-item 
{
	padding: 0px;
	margin: 0px;
	font: icon;
	white-space: nowrap;
}

.webfx-tree-item a.fx_normal, 
.webfx-tree-item a:active.fx_normal, 
.webfx-tree-item a:hover.fx_normal, 
.webfx-tree-item a:visited.fx_normal 
{
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color : black;
}

.webfx-tree-item a.fx_selected, 
.webfx-tree-item a:visited.fx_selected, 
.webfx-tree-item a:active.fx_selected, 
.webfx-tree-item a:hover.fx_selected 
{
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
	color: white;
	background: darkblue;
}

