.tree_main {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-color: #606060;
	border-width: 1px;
	border-right-style: solid;
	overflow-x: auto;
	color: #000000;
}

.tree_node {
	padding: 0px;
	white-space: nowrap;
}

.tree_node_text_unselected {
	text-decoration: none;
}

.tree_node_text_unselected:hover {
	font-weight: bold;
	color: orange;
}

.tree_node_text_selected {
	text-decoration: none;
	font-weight: bold;
}

.tree_node_text_selected:hover {
	font-weight: bold;
	color: orange;
}

.tree_node_icon_unselected {
	display: inline-block;
	width: 13px;
	height: 13px;
}

.tree_node_icon_leaf {
	display: inline-block;
	width: 1px;
	height: 13px;
}

.tree_node_tab {
	display: inline-block;
	width: 1px;
	height: 13px;
}