div.widget_tree
{
	position:relative;
}

table.widget_tree__node
{
	border-collapse:collapse;
}

table.widget_tree__node td
{
	padding:0px;
}

div.widget_tree__branch
{
	cursor:pointer;
}

div.widget_tree__branch,
div.widget_tree__leaf
{
	width:18px;
	height:18px;
}

div.widget_tree__icon
{
	width:16px;
	height:16px;
	margin-right:2px;
}

td.widget_tree__title
{
	width:100%;
}

td.widget_tree__title nobr
{
	font-family:arial;
	font-size:11;
	cursor:pointer;
	color:blue;
}

nobr.widget_tree__focused
{
	text-decoration:underline;
}

nobr.widget_tree__selected
{
	font-weight:bold;
}

.widget_tree input
{
	border:none;
	width:100%;
	height:16px;
	font-family:arial;
	font-size:12;
	padding:0px;
	font-weight:bold;
}

div.widget_tree__dragg_bar
{
	position:absolute;
	width:100%;
	top:16px;
	border-top:2px solid;
}

.hidden
{
	display:none;
}

/*******************************************/

/*
.tree
{
	background-color:lightgrey;
}

.tree-input
{
	margin:0;
	border:none;
	background-color:#0A246A;
	color:white;
	width:100%;
	height:16px;
	padding:0px;
}

.tree-title
{
	text-decoration:none;
	font-weight:normal ;
}

.tree-selected-title
{
	font-weight:bold;
}

.tree-closed
{
	display:none;
}

.tree-opened
{
	display:table-row;
}

.tree-branch
{
	width:18px;
	height:18px;
}

.tree-node
{
	cursor:pointer;
}

.tree-icon
{
	width:16px;
	height:16px;
}

.tree-bar
{
	width:100% ;
	border-top:2px solid blue ;
	font-size:12;
	background-color:green;
	color:black;
	position:absolute;
	top:17px;
	display:block ;
	visibility:hidden;
}


*/