.tree2-wrapper{
	padding:0;
	overflow:hidden;
	font-size:10px;
	line-height:18px;
	white-space:nowrap;
	cursor:default;
	text-align:left;
}

.tree2-wrapper .tree2-arbol{
	overflow:scroll;
	border:1px solid #cccccc;
	margin:0px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.tree2-wrapper .tree2-panelsup{
	margin:0px;
	border-bottom:1px solid #f0f0f0;
	height:40px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}

.tree2-wrapper .tree2-panel{
	margin:0px;
	border-top:1px solid #f0f0f0;
	height:40px;
	background: rgb(219,219,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.tree2-bg{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
}

.tree2-bg-container{
width:100%;
display:none;
}

.tree2-bg-node{
height:18px;
}

.tree2-bg-selected{
background-color:#dcd7ab;
}

.tree2-wrapper:focus{
outline:0;
}

.tree2-wrapper span{
padding-bottom:2px;
padding-top:2px;
cursor:inherit;
}

.tree2-children{
padding-left:18px;
width:18px;
}

.tree2-node{
width:18px;
position:relative;
background:url('../img/tree2/line.gif') repeat-y 8px 0px;
}

.tree2-node-over{
	background:#0000ff url('../img/tree2/line.gif') repeat-y 8px 0px;	
}

.tree2-node-last{
background:url('../img/tree2/line.gif') no-repeat 8px 0px;
}

input.tree2-name{
	height:14px;
	cursor: default;
	overflow:hidden;
	font-size:10px;
	padding:1px 0;
	border:0px;
	border-bottom:dotted 1px #c0c0c0;
	width:100px;
	margin-right:1px;
}

span.tree2-name{
	cursor: default;
	overflow:hidden;
	height:14px;
	border:0px;
	width:100px;
	background-color:#909090;
	padding:0px 10px 0px 10px;
	color:White;
}

.tree2-name a{
color:red;
}

.tree2-name a:hover{
color:blue;
}


.tree2-wrapper .tree2-node-wrapper{
background:url('../img/tree2/horizontal-line.gif') no-repeat 9px center;
cursor:pointer;
}
.tree2-wrapper .tree2-node-wrapper-over{
background:#4040ff url('../img/tree2/horizontal-line.gif') no-repeat 9px center;
cursor:pointer;
color:#ffffff;
}
.tree2-wrapper .tree2-node-wrapper-changed{
	background-color:#309030;
	color:#ffffff;
}

/*@gadjets*/

.tree2-gadjet{
background-image:url('../img/tree2/gadjets.gif');
padding-right: 16px;
z-index:1;
overflow:hidden;
background-repeat:no-repeat;
cursor:inherit;
}

.tree2-gadjet-none{
background:none;
}

.tree2-gadjet-minus{
background-position: 0px 50%;
}

.tree2-gadjet-plus{
background-position: -18px 50%;
}

.tree2-gadjet-middle{
background-position: -36px 50%;
}

.tree2-gadjet-hover .tree2-gadjet-minus{
background-position: -54px 50%;
}

.tree2-gadjet-hover .tree2-gadjet-plus{
background-position: -72px 50%;
}

.tree2-gadjet-hover .tree2-gadjet-middle{
background-position: -90px 50%;
}


.tree2-gadjet-hover{
background-image:url('../img/tree2/gadjets-hover.gif');
}




/*@icons*/
.tree2-icon{
padding-right:18px;
background-position:0 50%;
background-repeat:no-repeat;
cursor:inherit;
}

.tree2-file-icon{
background-image:url('../img/tree2/file.gif')
}

.tree2-open-icon{
background-image:url('../img/tree2/openicon.gif')
}

.tree2-close-icon{
background-image:url('../img/tree2/closeicon.gif')
}

.tree2-middle-icon{
background-image:url('../img/tree2/middleicon.gif');
}

.tree2-loader-open-icon,.tree2-loader-close-icon{
background-image:url('../img/tree2/mootree_loader.gif');
}

.tree2-book-icon{
background-image:url('../img/tree2/book_icon.gif');
}

.tree2-bin-open-icon{
background-image:url('../img/tree2/bin_open_icon.gif');
}

.tree2-bin-close-icon{
background-image:url('../img/tree2/bin_close_icon.gif');
}

.tree2-bin-middle-icon{
background-image:url('../img/tree2/bin_middle_icon.gif');
}




/*@selection*/

.tree2-node-selected .tree2-name{
background-color: #010161;
color:#fff;
text-transform:italic;
}

.tree2-highlighter{
height:18px;
overflow:hidden;
width:100%;
background:#b64553;
position:absolute;
}

.tree2-pointer{
height:1px;
overflow: hidden;
position: absolute;
background-image:url('../img/tree2/1.gif');
background-repeat:repeat-x;
background-color:#292fef;
}


.tree2-ghost{
background-color:#fff;
border:solid 2px #e8e8f7;
padding-left:2px;
position:absolute;
}

.tree2-ghost .tree2-node-wrapper{
background:none;
}

.tree2-ghost span.tree2-text{
padding-top:1px;
padding-bottom:1px;
}

.tree2-ghost-icon{
padding-left:16px;
background-color:#fff;
background-repeat:no-repeat;
background-image:url('../img/tree2/dropzone.gif');
}

.tree2-ghost-after{
background-position:-64px 2px;
}

.tree2-ghost-before{
background-position:-48px 2px;
}

.tree2-ghost-between{
background-position:-16px 2px;
}

.tree2-ghost-inside{
background-position:-0px 2px;
}

.tree2-ghost-notAllowed{
background-position:-32px 2px;
}

.tree2-drag-current{
background-color:#cfcfd8;
}

.tree2-replace{
background-color:#99c8fb;
}


/*@checkbox*/
.tree2-checkbox{
padding-left:18px;
background-image:url('../img/tree2/checkboxes.gif');
background-repeat: no-repeat;
}

.tree2-node-checked{
background-position:0px center;
}

.tree2-node-unchecked{
background-position:-18px center;
}

.tree2-node-nochecked{
background-position:-108px center;
}

.tree2-hover-checkbox .tree2-node-checked{
background-position:-36px center;
}

.tree2-hover-checkbox .tree2-node-unchecked{
background-position:-54px center;
}

table.tree2-panel-table{
	font-size:10px;
	color:#666666;
	width:100%;
}
.tree2-trash-empty {
	margin:2px;
	background:url('../img/tree2/trash2.png') no-repeat 0px 2px;
	width:32px;
	height:32px;
	float:left;
	cursor:pointer;
}
.tree2-trash-full {
	margin:2px;
	background:url('../img/tree2/trash.png') no-repeat 0px 2px;
	width:32px;
	height:32px;
	float:left;
	cursor:pointer;
}
input.tree2-find{
	height:14px;
	cursor: default;
	overflow:hidden;
	font-size:10px;
	padding:1px 0;
	margin:2px;
	border:0px;
	border-bottom:solid 1px #a0a0a0;
	float:left;	
	width:100%;
}
div.tree2-create{
	float:left;
	margin:2px;
	background:url('../img/tree2/additem.png');
	width:32px;
	height:32px;
	cursor:pointer;
}
div.tree2-find{
	float:left;
	margin:2px;
	background:url('../img/tree2/find.png');
	width:32px;
	height:32px;
	cursor:pointer;
}
div.tree2-undo{
	float:left;
	margin:2px;
	background:url('../img/tree2/undo.png');
	width:32px;
	height:32px;
	cursor:pointer;
}
div.tree2-redo{
	float:left;
	margin:2px;
	background:url('../img/tree2/redo.png');
	width:32px;
	height:32px;
	cursor:pointer;
}
div.tree2-copy{
	overflow:hidden;
	font-size:11px;
	white-space:nowrap;
	cursor:default;
	text-align:left;
	width:116px;
	background:#ffffff;
	border:1px solid #c0c0c0;
	padding:2px;
}
