/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */


.jstree-imui-old-theme { font-size:12px; font-size:1.2rem; }

.jstree-imui-old-theme li,
.jstree-imui-old-theme ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-imui-old-theme li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree-imui-old-theme li.jstree-last { background:transparent; }
.jstree-imui-old-theme .jstree-open > ins { background-position:-72px 0; }
.jstree-imui-old-theme .jstree-closed > ins { background-position:-54px 0; }
.jstree-imui-old-theme .jstree-leaf > ins { background-position:-36px 0; }

.jstree-imui-old-theme .jstree-hovered {}
.jstree-imui-old-theme .jstree-clicked {}
.jstree-imui-old-theme a .jstree-icon { background-position:-56px -19px; }
.jstree-imui-old-theme a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }

.jstree-imui-old-theme.jstree-focused { background:transparent; }

.jstree-imui-old-theme .jstree-no-dots li,
.jstree-imui-old-theme .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-imui-old-theme .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-imui-old-theme .jstree-no-dots .jstree-closed > ins { background-position:0 0; }

.jstree-imui-old-theme .jstree-no-icons a .jstree-icon { display:none; }

.jstree-imui-old-theme .jstree-search { font-style:normal; }

.jstree-imui-old-theme .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-imui-old-theme .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-imui-old-theme .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-imui-old-theme .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-imui-old-theme .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-imui-old-theme .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-imui-old-theme .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-imui-old-theme .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }

#vakata-dragged.jstree-imui-old-theme ins { background:transparent !important; }
#vakata-dragged.jstree-imui-old-theme .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-imui-old-theme .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-imui-old-theme { background:url("d.png") -41px -57px no-repeat !important; text-indent:-100px; }

.jstree-imui-old-theme a.jstree-search { color:#3B22DE; }
.jstree-imui-old-theme .jstree-locked a { color:silver; cursor:default; }

#vakata-contextmenu.jstree-imui-old-theme-context,
#vakata-contextmenu.jstree-imui-old-theme-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-imui-old-theme-context li { }
#vakata-contextmenu.jstree-imui-old-theme-context a { color:black; }
#vakata-contextmenu.jstree-imui-old-theme-context a:hover,
#vakata-contextmenu.jstree-imui-old-theme-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; border-radius:2px; }
#vakata-contextmenu.jstree-imui-old-theme-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-imui-old-theme-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-imui-old-theme-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-imui-old-theme-context li ul { margin-left:-4px; }

/* IE6 BEGIN */
.jstree-imui-old-theme li,
.jstree-imui-old-theme ins,
#vakata-dragged.jstree-imui-old-theme .jstree-invalid,
#vakata-dragged.jstree-imui-old-theme .jstree-ok,
#jstree-marker.jstree-imui-old-theme { _background-image:url("d.gif"); }
.jstree-imui-old-theme .jstree-open ins { _background-position:-72px 0; }
.jstree-imui-old-theme .jstree-closed ins { _background-position:-54px 0; }
.jstree-imui-old-theme .jstree-leaf ins { _background-position:-36px 0; }
.jstree-imui-old-theme a ins.jstree-icon { _background-position:-56px -19px; }
#vakata-contextmenu.jstree-imui-old-theme-context ins { _display:none; }
#vakata-contextmenu.jstree-imui-old-theme-context li { _zoom:1; }
.jstree-imui-old-theme .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
.jstree-imui-old-theme .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
.jstree-imui-old-theme .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
/* IE6 END */
