/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.jstree-mik li,
.jstree-mik ins { background-image:url("d2.png"); background-repeat:no-repeat; background-color:transparent; font-family:arial; color:#222222;  }
.jstree-mik li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree-mik li.jstree-last { background:transparent; }
.jstree-mik .jstree-open > ins { background-position:-72px 0; }
.jstree-mik .jstree-closed > ins { background-position:-54px 0; }
.jstree-mik .jstree-leaf > ins { background-position:-36px 0; }

.jstree-mik .jstree-info-icon {background:url("d2.png") -72px -36px no-repeat !important;}
.jstree-mik .jstree-hovered, .jstree-mik a:focus {/* background:#f2f2f2;*/ border:0px solid #eee; font-weight: bold !important; }
.jstree-mik .jstree-clicked { /*background:#ddd;*/ border:0px solid #eee; padding:0 2px 0 1px; font-weight:bold; }
.jstree-mik a .jstree-icon { background-position:-56px -19px;  }
.jstree-mik a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }

.jstree-mik.jstree-focused { background:#fefefe;}

.jstree-mik .jstree-no-dots li,
.jstree-mik .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-mik .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-mik .jstree-no-dots .jstree-closed > ins { background-position:0 0; }

.jstree-mik .jstree-no-icons a .jstree-icon { display:none; }

.jstree-mik .jstree-search { font-weight:700; font-style:italic;}

.jstree-mik .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-mik .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-mik .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-mik .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-mik .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-mik .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-mik .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-mik .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
#vakata-dragged.jstree-mik ins { background:transparent !important; }
#vakata-dragged.jstree-mik .jstree-ok { background:url("d2.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-mik .jstree-invalid { background:url("d2.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-mik { background:url("d2.png") -41px -57px no-repeat !important; text-indent:-100px; }

.jstree-mik .jstree-locked a { color:silver; cursor:default; }

#vakata-contextmenu.jstree-mik-context,
#vakata-contextmenu.jstree-mik-context li ul { background:#fefefe;  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-mik-context li { }
#vakata-contextmenu li a {color: #555; font-size: 80%; }
#vakata-contextmenu.jstree-mik-context a:hover,
#vakata-contextmenu.jstree-mik-context .vakata-hover > a { padding:0 5px; background:#efefef; border:1px solid #eee; color:#333; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-mik-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-mik-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-mik-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-mik-context li ul { margin-left:-4px; }

/* IE6 BEGIN */
.jstree-mik li,
.jstree-mik ins,
#vakata-dragged.jstree-mik .jstree-invalid,
#vakata-dragged.jstree-mik .jstree-ok,
#jstree-marker.jstree-mik { _background-image:url("d.gif"); cursor:pointer }
.jstree-mik .jstree-open ins { _background-position:-72px 0; }
.jstree-mik .jstree-closed ins { _background-position:-54px 0; }
.jstree-mik .jstree-leaf ins { _background-position:-36px 0; }
.jstree-mik a ins.jstree-icon { _background-position:-56px -19px; cursor:pointer}
#vakata-contextmenu.jstree-mik-context ins { _display:none; }
#vakata-contextmenu.jstree-mik-context li { _zoom:1; }
.jstree-mik .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
.jstree-mik .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
.jstree-mik .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
/* IE6 END */