/*
 * jsTree styles
 */

.jstree ul, .jstree li { display:block; margin:0 0 0 0; padding:0 0 0 0; list-style-type:none; }
.jstree li { display:block; min-height:18px; line-height:18px; white-space:normal; margin-left:18px; }
.jstree > ul > li { margin-left:0px; }
.jstree ins { display:inline-block; text-decoration:none; width:18px; height:18px; margin:0 0 0 0; padding:0; }
.jstree a { display:inline-block; line-height:16px; height:16px; color:#369; white-space:normal; text-decoration:none; padding:1px 2px; margin:0; }
.jstree a:visited { color:#551a8b; }
.jstree a:focus { outline: none; }
.jstree a > ins { height:16px; width:16px; }
.jstree a > .jstree-icon { margin-right:3px; }
li.jstree-open > ul { display:block; }
li.jstree-closed > ul { display:none; }
.left_block .leftColMenu li.jstree-open ul li > a.not-empty-leaf, .left_block .leftColMenu li.jstree-closed ul li > a.not-empty-leaf { text-decoration:none !important; background:url('/images2/main/dot.gif') repeat-x 0 100%; color:#369 !important; font-weight:normal !important; }
.left_block .leftColMenu li.jstree-open ul li > a.not-empty-leaf:hover, .left_block .leftColMenu li.jstree-closed ul li > a.not-empty-leaf:hover { background:url('/images2/main/dot_red.gif') repeat-x 0 100%; color:#c00 !important; font-weight:normal; }

.jstree ul{ padding-top: 1px !important; }
/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.jstree-default li, 
.jstree-default ins { background-image:url("/images2/jstree/d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-default li { background-position:-90px 0; background-repeat:repeat-y;  }
.jstree-default li.jstree-last { background:transparent; }
.jstree-default .jstree-open > ins { background-position:-72px 0; }
.jstree-default .jstree-closed > ins { background-position:-54px 0; }
.jstree-default .jstree-leaf > ins { background-position:-36px 0; }

.jstree-default .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px; }
.jstree-default .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px; }
.jstree-default a .jstree-icon { background-position:-56px -19px; }
.jstree-default a.jstree-loading .jstree-icon { background:url("/images2/jstree/throbber.gif") center center no-repeat !important; }

.left_block .jstree-default.jstree-focused { background:#fff; }

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

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

.jstree-default .jstree-search { font-style:italic; }

.jstree-default .jstree-no-icons .checkbox { display:inline-block; }
.jstree-default .jstree-no-checkboxes .checkbox { display:none !important; }
.jstree-default .jstree-checked > a > .checkbox { background-position:-38px -19px; }
.jstree-default .jstree-unchecked > a > .checkbox { background-position:-2px -19px; }
.jstree-default .jstree-undetermined > a > .checkbox { background-position:-20px -19px; }
.jstree-default .jstree-checked > a > .checkbox:hover { background-position:-38px -37px; }
.jstree-default .jstree-unchecked > a > .checkbox:hover { background-position:-2px -37px; }
.jstree-default .jstree-undetermined > a > .checkbox:hover { background-position:-20px -37px; }

#vakata-dragged.jstree-default ins { background:transparent !important; }
#vakata-dragged.jstree-default .jstree-ok { background:url("/images2/jstree/d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-default .jstree-invalid { background:url("/images2/jstree/d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-default { background:url("/images2/jstree/d.png") -41px -57px no-repeat !important; }

.jstree-default a.jstree-search { color:aqua; }

a.not-empty-leaf:link, a.not-empty-leaf:visited{ text-decoration: none !important; background:url(/images2/main/dot.gif) repeat-x 0 100% !important; color:#336699; }
a.not-empty-leaf:hover{ text-decoration: none !important; background:url(/images2/main/dot_red.gif) repeat-x 0 100% !important; }
 
#vakata-contextmenu.jstree-default-context, 
#vakata-contextmenu.jstree-default-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-default-context li { }
#vakata-contextmenu.jstree-default-context a { color:#369; }
#vakata-contextmenu.jstree-default-context a:hover, 
#vakata-contextmenu.jstree-default-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:#369; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-default-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-default-context li ul { margin-left:-4px; }

.jstree .leftColMenu, .jstree .leftColMenu li {  }
.jstree .leftColMenu li { line-height:normal; white-space:normal; margin-left:0; }
.jstree .leftColMenu > ul > li { margin:0; }
.jstree .leftColMenu a { display:inline; height:auto; line-height:normal; padding:0; text-decoration:underline; white-space:normal; }
.left_block ul.leftColMenu { margin:0; padding:0; list-style:none; font-size:1.15em; }
.left_block ul.leftColMenu li { margin-bottom:9px; }
.left_block ul.leftColMenu li.active > a { color:#c00; font-weight:bold; text-decoration:none; }
.left_block ul.leftColMenu li.active { color:#c00; font-weight:normal; text-decoration:none; }
.left_block ul.leftColMenu ul { margin-left:20px; margin-top:9px; font-size:.87em; }
.left_block ul.leftColMenu ins { display:none; }
.left_block ul.leftColMenu ul ul { font-size:1em; }

/* TODO: IE6 support - the `>` selectors */