.tree{
	font-size:12px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.tree li{
	white-space:nowrap;
}
.tree li ul{
	list-style-type:none;
	margin:0;
	padding:0;

}
.tree-node{
	height:18px;
	white-space:nowrap;
	cursor:pointer;
	overflow:hidden;
	width:625px;
	
}
.tree-indent{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align:middle;
}
.tree-hit{
	cursor:pointer;
}
.tree-expanded{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align:middle;
	background:url('../../Content/images/tree_arrows.gif') no-repeat -18px 0px;
}
.tree-expanded-hover{
	background:url('../../Content/images/tree_arrows.gif') no-repeat -50px 0px;
}
.tree-collapsed{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align:middle;
	background:url('../../Content/images/tree_arrows.gif') no-repeat 0px 0px;
}
.tree-collapsed-hover{
	background:url('../../Content/images/tree_arrows.gif') no-repeat -32px 0px;
}
.tree-folder{
	display:inline-block;
	/*background:url('../../Content/images/tree_folder.gif') no-repeat;*/
	width:16px;
	height:18px;
	vertical-align:middle;
}
.tree-folder-open{
	/*background:url('../../Content/images/tree_folder_open.gif') no-repeat;*/
}
.tree-file{
	display:inline-block;
	/*background:url('../../Content/images/tree_file.gif') no-repeat;*/
	width:16px;
	height:18px;
	vertical-align:middle;
}
.tree-loading{
	background:url('../../Content/images/tree_loading.gif') no-repeat;
}
.tree-title{
	display:inline-block;
	text-decoration:none;
	vertical-align:middle;
	padding:1px 2px 1px 1px;
}

.tree-node-hover{
	background:#fafafa;
}
.tree-node-selected{
	background:#A4D3EE;
}
.tree-checkbox{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align:middle;
}
.tree-checkbox0{
	background:url('../../Content/images/tree_checkbox_0.gif') no-repeat;
}
.tree-checkbox1{
	background:url('../../Content/images/tree_checkbox_1.gif') no-repeat;
}
.tree-checkbox2{
	background:url('../../Content/images/tree_checkbox_2.gif') no-repeat;
}
.tree-node-proxy{
	font-size:12px;
	padding:1px 2px 1px 18px;
	background:#fafafa;
	border:1px solid #ccc;
	z-index:9900000;
}
.tree-dnd-yes{
	background:url('../../Content/images/tree_dnd_yes.png') no-repeat 0 center;
}
.tree-dnd-no{
	background:url('../../Content/images/tree_dnd_no.png') no-repeat 0 center;
}
.tree-node-top{
	border-top:1px dotted red;
}
.tree-node-bottom{
	border-bottom:1px dotted red;
}
.tree-node-append .tree-title{
	border:1px dotted red;
}
.tree-editor{
	border:1px solid #ccc;
	font-size:12px;
	line-height:16px;
	top:0;
}

.icon-add{
	background:url('../../Content/images/tree_dnd_yes.png') no-repeat;
}

.icon-remove{
	background:url('../../Content/images/tree_dnd_no.png') no-repeat;
}

.menu{
	position:absolute;
	background:#f0f0f0 url('../../Content/images/menu.gif') repeat-y;
	margin:0;
	padding:2px;
	border:1px solid #ccc;
	overflow:hidden;
}
.menu-item{
	position:relative;
	margin:0;
	padding:0;
	height:22px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	cursor:pointer;
	border:1px solid transparent;
	_border:1px solid #f0f0f0;
}
.menu-text{
	position:absolute;
	left:28px;
	top:0px;
}
.menu-icon{
	position:absolute;
	width:16px;
	height:16px;
	top:3px;
	left:2px;
}
.menu-rightarrow{
	position: absolute;
	width:4px;
	height:7px;
	top:7px;
	right:5px;
	background:url('../../Content/images/menu_rightarrow.png') no-repeat;
}
.menu-sep{
	margin:3px 0px 3px 24px;
	line-height:2px;
	font-size:2px;
	background:url('../../Content/images/menu_sep.png') repeat-x;
}
.menu-active{
	border:1px solid #7eabcd;
	background:#fafafa;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
.menu-shadow{
	position:absolute;
	background:#ddd;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-item-disabled{
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:default;
}
.menu-active-disabled{
	border-color:#d3d3d3;
}
