/*
 * jsTree classic theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.jstree-classic li, 
.jstree-classic ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-classic li { background-position:-90px 0px; background-repeat:repeat-y;}
.jstree-classic li.jstree-last { background:transparent;}
.jstree-classic .jstree-open > ins { background-position:-72px 0; }
.jstree-classic .jstree-closed > ins { background-position:-54px 0; }
.jstree-classic .jstree-leaf > ins { background-position:-36px 0; }


/* Æú´õ ³¡¿¡ È­»ìÇ¥ ¸Þ´º ³Ö±â À§ÇØ Ãß°¡*/
.jstree a { margin-right: 20px;}

.jstree-classic .jstree-hovered { border:1px solid #b8d6fb; background-color: #dcebfc; padding:0 0px 0 1px;}
.jstree-classic .jstree-clicked { border:1px solid #7da2ce; background-color: #dcebfc; padding:0 0px 0 1px;}
.jstree-classic a .jstree-icon { background-position:-56px -19px; width:18px; height:18px;}
.jstree-classic .jstree-clicked > .jstree-icon { background-position:-56px -36px; }
.jstree-classic a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }

.jstree-classic.jstree-focused { background:white; }

.jstree-classic .jstree-no-dots li, 
.jstree-classic .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-classic .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-classic .jstree-no-dots .jstree-closed > ins { background-position:0 0; }

.jstree-classic .jstree-no-icons a .jstree-icon { display:none; }

.jstree-classic .jstree-search { font-style:italic; }

.jstree-classic .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-classic .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-classic .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-classic .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-classic .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-classic .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-classic .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-classic .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }

#vakata-dragged { background:#dcebfc !importent; overflow:hidden;}
#vakata-dragged.jstree-classic ins { background:transparent !important; overflow:hidden; }
#vakata-dragged.jstree-classic .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-classic .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-classic { background:url("d.png") -41px -57px no-repeat !important; text-indent:-100px; }

.jstree-classic a.jstree-search { color:aqua; }
.jstree-classic .jstree-locked a { color:silver; cursor:default; }

/* contextMenu Css */
#vakata-contextmenu { display:block; visibility:hidden; left:0; top:200px; position:absolute; margin:0; padding:0; min-width:180px; background:#ebebeb; border:1px solid silver; z-index:10000; *width:180px; }
#vakata-contextmenu ul { min-width:180px; *width:180px; }
#vakata-contextmenu ul, #vakata-contextmenu li { margin:0; padding:0; list-style-type:none; display:block; }
#vakata-contextmenu li { line-height:20px;  position:relative; padding:0 0 0 2px; height:23px; }
#vakata-contextmenu li a { padding:1px 6px; line-height:17px; display:block; text-decoration:none; margin:1px 1px 0 1px; }
#vakata-contextmenu li ins { float:left; width:16px; height:16px; text-decoration:none; margin-right:2px; margin-left:1px; margin-top:1px; }
#vakata-contextmenu li a:hover, #vakata-contextmenu li.vakata-hover > a { background:gray; color:white; }
#vakata-contextmenu li ul { display:none; position:absolute; top:-2px; left:100%; background:#ebebeb; border:1px solid gray; }
#vakata-contextmenu .right { right:100%; left:auto; }
#vakata-contextmenu .bottom { bottom:-1px; top:auto; }
#vakata-contextmenu li.vakata-separator { min-height:0; height:1px; line-height:1px; font-size:1px; overflow:hidden; margin:0 2px; background:silver; /* border-top:1px solid #fefefe; */ padding:0; }

#vakata-contextmenu.jstree-classic-context, 
#vakata-contextmenu.jstree-classic-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-classic-context li {}
#vakata-contextmenu.jstree-classic-context a { color:#333; }
#vakata-contextmenu.jstree-classic-context a:hover, 
#vakata-contextmenu.jstree-classic-context .vakata-hover > a { padding:0px 5px 0px 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a, 
#vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px 4px 4px; }
#vakata-contextmenu.jstree-classic-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:3px 0; }
#vakata-contextmenu.jstree-classic-context li ul { margin-left:-4px; }

/* IE6 BEGIN */
/*
.jstree-classic li, 
.jstree-classic ins,
#vakata-dragged.jstree-classic .jstree-invalid, 
#vakata-dragged.jstree-classic .jstree-ok, 
#jstree-marker.jstree-classic { _background-image:url("d.gif"); }*/
.jstree-classic .jstree-open ins { _background-position:-72px 0; }
.jstree-classic .jstree-closed ins { _background-position:-54px 0; }
.jstree-classic .jstree-leaf ins { _background-position:-36px 0; }
.jstree-classic .jstree-open a ins.jstree-icon { _background-position:-56px -36px; }
.jstree-classic .jstree-closed a ins.jstree-icon { _background-position:-56px -19px; }
.jstree-classic .jstree-leaf a ins.jstree-icon { _background-position:-56px -19px; }
/*#vakata-contextmenu.jstree-classic-context ins { _display:none; }*/
#vakata-contextmenu.jstree-classic-context li { _zoom:1; }*/
.jstree-classic .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
.jstree-classic .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
.jstree-classic .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }

.jstree ins { width: 18px; height: 18px;}
.jstree-classic li.jstree-last { _background:url("c.gif") no-repeat 7px 0;}
/* IE6 END */

/* IE7 BEGIN */
*:first-child+html .jstree a { line-height:18px;}
*:first-child+html .jstree ins {height:18px;}
.jstree li { padding:1px 0; background:#fff;}
/* IE7 END */



.jstree,
.jstree-classic-context
{
    font-family: Malgun Gothic, ¸¼Àº°íµñ, Dotum,±¼¸²,Gulim,Verdana,Arial,sans-serif;
    font-size: 12px; 
}

.jstree a
{
    color: #333;
    border-radius: 3px; 
    height :18px;
}

.jstree-classic .disabledStyle > a > ins
{
    opacity: 0.3;
}
.jstree-classic .disabledStyle > a
{
    color: #ccc;
}

.jstree-classic .root > a .jstree-icon{ background-position:-72px -19px; }
.jstree-classic .root > .jstree-clicked .jstree-icon{ background-position:-72px -36px; }

.jstree-classic .share > a .jstree-icon{ background-position: 0px -73px; }
.jstree-classic .share > .jstree-clicked .jstree-icon{ background-position: 0px -90px; }

.jstree-classic .member > a .jstree-icon{ background-position: -18px -73px; }
.jstree-classic .member > .jstree-clicked .jstree-icon{ background-position: -18px -90px; }

.jstree-classic .lock > a .jstree-icon{ background-position: -54px -73px; }
.jstree-classic .lock > .jstree-clicked .jstree-icon{ background-position: -54px -90px; }

.jstree-classic .unshared > a .jstree-icon{ background-position: -54px -73px; }
.jstree-classic .unshared > .jstree-clicked .jstree-icon{ background-position: -54px -90px; }

.jstree-classic .monitor-share > a .jstree-icon{ background-position: -54px -56px; }
.jstree-classic .monitor-share > .jstree-clicked .jstree-icon{ background-position: -72px -56px; }

.jstree-classic .monitor-unshared > a .jstree-icon{ background-position: -54px -109px; }
.jstree-classic .monitor-unshared > .jstree-clicked .jstree-icon{ background-position: -54px -126px; }

.jstree-classic .monitor > a .jstree-icon{ background-position: -72px -109px; }
.jstree-classic .monitor > .jstree-clicked .jstree-icon{ background-position: -72px -126px; }


/* Æ¯¼ö ¸Þ´º */
.jstree-classic a .citation { background-position: 0px -109px !important; }
.jstree-classic .jstree-clicked .citation { background-position: 0px -126px !important; }

.jstree-classic a .week { background-position: -18px -109px !important; }
.jstree-classic .jstree-clicked .week { background-position: -18px -126px !important; }

.jstree-classic a .info { background-position: -36px -109px !important; }
.jstree-classic .jstree-clicked .info { background-position: -36px -126px !important; }

.jstree-classic a .white { background-position: -72px -73px !important; }
.jstree-classic .jstree-clicked .white { background-position: -72px -90px !important; }

/* Ã¼Å© ¹Ú½º Ç¥½Ã µÇÁö ¾Ê¾Æ¾ß ÇÒ Æú´õ¸¦ À§ÇØ »ç¿ë */
.jstree-classic .no-checkbox > a .jstree-checkbox { display:none; }

/*
¾²Áö ¾ÊÀ½..
.jstree-classic a .transfer { background-position: -36px -73px !important; }
.jstree-classic .jstree-clicked .transfer { background-position: -36px -90px !important; }
*/

/* -----------  Node Menu ------------ */
.nodeSideMenu
{
    display: inline-block;
    /*display: -moz-inline-stack;*/
    width: 16px;
    height: 16px;
    /*_line-height: 14px;*/
    background: url("menuBT_nomal.png") no-repeat 1px 1px;
    /*_background: url("menuBT_nomal.png") no-repeat 1px 0px;*/
    cursor: pointer;
    *display:inline;
    *zoom:1;
    margin-left: 0px;
    margin-right : 2px;
}

.nodeSideMenu:hover{
	background: url("menuBT_over.png") no-repeat 1px 1px;
}

/* contextmenu Disable  */
#vakata-contextmenu li.jstree-contextmenu-disabled.newFolder ins { background: url("ContextMenu/newFolderDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.rename ins { background: url("ContextMenu/renameDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.del ins { background: url("ContextMenu/delDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.cut ins { background: url("ContextMenu/cutDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.copy ins { background: url("ContextMenu/copyDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.paste ins { background: url("ContextMenu/pasteDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.addDocu ins { background: url("ContextMenu/addDocuDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.upload ins { background: url("ContextMenu/uploadDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.week02 ins { background: url("ContextMenu/week02Disable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.folderset ins { background: url("ContextMenu/foldersetDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.memo ins { background: url("ContextMenu/memoDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.open ins { background: url("ContextMenu/openDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.openIncludingChildren ins { background: url("ContextMenu/openlowDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.search ins { background: url("ContextMenu/folderSearchDisable.png") no-repeat 50%;}
#vakata-contextmenu li.jstree-contextmenu-disabled.monitor ins { background: url("ContextMenu/monitorDisable.png") no-repeat 50%;}

/* -----------  contextmenu ------------ */
#vakata-contextmenu li.newFolder ins { background: url("ContextMenu/newFolder.png") no-repeat 50%;}
#vakata-contextmenu li.rename ins { background: url("ContextMenu/rename.png") no-repeat 50%;}
#vakata-contextmenu li.del ins { background: url("ContextMenu/del.png") no-repeat 50%;}
#vakata-contextmenu li.cut ins { background: url("ContextMenu/cut.png") no-repeat 50%;}
#vakata-contextmenu li.copy ins { background: url("ContextMenu/copy.png") no-repeat 50%;}
#vakata-contextmenu li.paste ins { background: url("ContextMenu/paste.png") no-repeat 50%;}
#vakata-contextmenu li.addDocu ins { background: url("ContextMenu/addDocu.png") no-repeat 50%;}
#vakata-contextmenu li.upload ins { background: url("ContextMenu/upload.png") no-repeat 50%;}
#vakata-contextmenu li.week02 ins { background: url("ContextMenu/week02.png") no-repeat 50%;}
#vakata-contextmenu li.folderset ins { background: url("ContextMenu/folderset.png") no-repeat 50%;}
#vakata-contextmenu li.memo ins { background: url("ContextMenu/memo.png") no-repeat 50%;}
#vakata-contextmenu li.sharefolderset ins { background: url("ContextMenu/sharefolderset.png") no-repeat 50%;}
#vakata-contextmenu li.open ins { background: url("ContextMenu/open.png") no-repeat 50%;}
#vakata-contextmenu li.openIncludingChildren ins { background: url("ContextMenu/openlow.png") no-repeat 50%;}
#vakata-contextmenu li.search ins { background: url("ContextMenu/folderSearch.png") no-repeat 50%;}
#vakata-contextmenu li.monitor ins { background: url("ContextMenu/monitor.png") no-repeat 50%;}
#vakata-contextmenu li.noMonitor ins { background: url("ContextMenu/monitorDisable.png") no-repeat 50%;}
#vakata-contextmenu li.report1 ins { background: url("ContextMenu/report1.png") no-repeat 50%;}
#vakata-contextmenu li.report2 ins { background: url("ContextMenu/report2.png") no-repeat 50%;}


.jstree-dnd-helper
{
	font-family: Malgun Gothic,Dotum,Gulim,Verdana,Arial,sans-serif;
    font-size: 12px; 
    border : 1px solid #0099FF;
    border-radius :4px;
    background:#dcebfc;
    padding : 3px;
    overflow:hidden;
}

.jstree-rename-input
{
	margin-top: 2px;
}
