#tree_container{
height:250px;
width:200px;
position:relative;
border:solid 1px #6194c7;
}


/*...................................................................................
===============GLOBAL=================
......................................................................................*/

.mif-tree-wrapper{
position: absolute;
width: 100%;
height:100%;
margin:0;
padding:0;
font-family:sans-serif;
font-size:11px;
line-height:18px;/******Tree node height******/
white-space:nowrap;
cursor:default;
}

.mif-tree-wrapper:focus{
outline:0;
}

.mif-tree-wrapper span{
padding-bottom:2px;
padding-top:2px;
cursor:inherit;
}

.mif-tree-children{
padding-left:18px;
width:18px;
}

.mif-tree-node{
width:25px;
background:url('tree/line.gif') repeat-y 8px 0px;
float:left;
width:460px;
}

.mif-tree-node-last{
background:url('tree/line.gif') no-repeat 8px 0px;
}

.mif-tree-node-down{
background:url('tree/line.gif') no-repeat 8px 12px;
}

.mif-tree-name{
cursor:pointer;
overflow:hidden;
margin-left:4px;
}

.mif-tree-name a{
color:blue;
}

.mif-tree-name a:hover{
color:blue;
}


.mif-tree-node-wrapper{
background:url('tree/horizontal-line.gif') no-repeat 9px 0;
width:460px;
}
.mif-tree-node-no-wrapper{
	background:none;
	width:460px;
}

/*...................................................................................
================GADJETS=================
......................................................................................*/

.mif-tree-gadjet{
background-image:url('tree/gadjets.gif');
padding-right: 16px;
z-index:1;
overflow:hidden;
background-repeat:no-repeat;
cursor:pointer;
margin-top:2px;
}

.mif-tree-gadjet-none{
background:none;
}

.mif-tree-gadjet-minus{
background-position: 0px 50%;
}

.mif-tree-gadjet-plus{
background-position: -18px 50%;
}


.mif-tree-gadjet-hover .mif-tree-gadjet-minus{
background-position: -54px 50%;
}

.mif-tree-gadjet-hover .mif-tree-gadjet-plus{
background-position: -72px 50%;
}



/*.mif-tree-gadjet-hover{
background-image:url('tree/gadjets-hover.gif');
}*/




/*...................................................................................
================ICONS=================
......................................................................................*/
.mif-tree-icon{
padding-right:18px;
background-position:0 50%;
background-repeat:no-repeat;
cursor:pointer;
}

.mif-tree-open-icon{
background-image:url('tree/openicon.gif')
}

.mif-tree-close-icon{
background-image:url('tree/closeicon.gif')
}

.mif-tree-loader-open-icon,.mif-tree-loader-close-icon{
background-image:url('tree/mootree_loader.gif');
}

.mif-tree-book-icon{
background-image:url('tree/book_icon.gif');
}

.mif-tree-bin-open-icon{
background-image:url('tree/bin_open_icon.gif');
}

.mif-tree-bin-close-icon{
background-image:url('tree/bin_close_icon.gif');
}

.mif-tree-file-open-icon, .mif-tree-file-close-icon{
background:url('tree/file.gif') no-repeat;
}



/*...................................................................................
================SELECTION=================
......................................................................................*/
/*
.mif-tree-node-selected .mif-tree-name{
background-color: #010161;
color:#fff;
text-transform:italic;
}
*/




/*...................................................................................
===============D'n'D=================
......................................................................................*/
.mif-tree-pointer{
height:1px;
overflow: hidden;
position: absolute;
background-image:url('tree/1.gif');
background-repeat:repeat-x;
background-color:#292fef;
}


.mif-tree-ghost{
background-color:#fff;
border:solid 2px #e8e8f7;
padding-left:2px;
}

.mif-tree-ghost span{
padding-top:2px;
padding-bottom:2px;
}

.mif-tree-ghost .mif-tree-node-wrapper{
background:none;
}

.mif-tree-ghost span.mif-tree-text{
padding-top:1px;
padding-bottom:1px;
}

.mif-tree-ghost-icon{
padding-left:16px;
background-color:#fff;
background-repeat:no-repeat;
background-image:url('tree/dropzone.gif');
}

.mif-tree-ghost-after{
background-position:-64px 2px;
}

.mif-tree-ghost-before{
background-position:-48px 2px;
}

.mif-tree-ghost-between{
background-position:-16px 2px;
}

.mif-tree-ghost-inside{
background-position:-0px 2px;
}

.mif-tree-ghost-notAllowed{
background-position:-32px 2px;
}

.mif-tree-drag-current{
background-color:#cfcfd8;
}

.mif-tree-replace{
background-color:#99c8fb;
}





/*...................................................................................
================CHECKBOX=================
......................................................................................*/
.mif-tree-checkbox{
padding-left:18px;
background-image:url('tree/checkboxes.gif');
background-repeat: no-repeat;
}

.mif-tree-node-checked{
background-position:0px center;
}

.mif-tree-node-unchecked{
background-position:-18px center;
}

.mif-tree-node-nochecked{
background-position:-108px center;
}

.mif-tree-hover-checkbox .mif-tree-node-checked{
background-position:-36px center;
}

.mif-tree-hover-checkbox .mif-tree-node-unchecked{
background-position:-54px center;
}

.mif-tree-node-partially{
background-position:-72px center;
}

.mif-tree-hover-checkbox .mif-tree-node-partially{
background-position:-90px center;
}









/*...................................................................................
===============RENAME=================
......................................................................................*/
.mif-tree-rename{
display: inline;
line-height: 14px;
height:14px;
cursor: default;
overflow:hidden;
font-family:sans-serif;
font-size:11px;
padding:1px 0;
border:solid 1px black;
}



/*...................................................................................
===============ROW=================
......................................................................................*/
.mif-tree-row-wrapper{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
}

.mif-tree-row-container{
width:100%;
display:none;
}

.mif-tree-row{
width:100%;
height:18px;
}

.mif-tree-row-hover{
background-color:#f9fbaa;
}

.mif-tree-row-selected{
background-color:#fcfc8f;
}

.mif-tree-name a{
color:#000000;
text-decoration:none;
}

.mif-tree-name a:hover{
color:#000000;
text-decoration:none;
}