
/*
body{
	background:#000;
	color:#fff;
}
*/
a{
	text-decoration: none;
	color:inherit;
}

li.tree_item,ul.tree{
	list-style:none;
	padding: 0;
	margin:0;
}

.ul.tree{
	text-align:left !important;
}

div.tree_item_content{
	text-align:left;
}

li.tree_item>ul.tree {
	margin-left:30px;
}

ul.tree>li.tree_item{
	margin-bottom:15px;
}

ul.tree>li.tree_item:last-child{
	margin-bottom:0;
}

li.tree_item > ul.tree > li.tree_item:first-child{
	margin-top:2px;
}

.tree_item_icon{
	/*background: url('https://vsc.gsa.gov/common/images/dot_icon.gif') center center no-repeat;*/
	width:20px;
	height:20px;
	display:block;
}

li.closed>.tree_item_icon{
	background: url('call/fw/ctr/tree/img/icon_expand.png') center center no-repeat;
}

li.opened>.tree_item_icon{
	background: url('call/fw/ctr/tree/img/collapse_icon.gif') center center no-repeat;
}

.tree_item_icon{
	float:left;
}

.tree_item_content{
	margin-left:20px;
}

.tree_item{
	overflow: hidden;
}

.tree_item_content.selected:last-child{
	color:#EC2E38;
}


.tree_item.selected{
	opacity:1 !important;
}

.tree_item_content{
	word-wrap:  break-word;
}

#menu{
	width:180px;
}