/*-------------------------------------
zTree Style

version:	3.5.19
author:		Hunter.z
email:		hunter.z@263.net
website:	http://code.google.com/p/jquerytree/

-------------------------------------*/

.ztree * {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif;
}
.ztree {
    margin: 0;
    padding: 5px;
    color: #333;
}
.ztree li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    outline: 0;
}
.ztree li ul {
    margin: 0;
    padding: 0 0 0 18px;
}

.ztree li a {
    margin: 0;
    cursor: pointer;
    color: #333;
    background-color: transparent;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
}

.ztree li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 0;
}

.ztree li a:hover:before {
    background-color: #eff4f9;
}

.ztree li a.curSelectedNode_Edit {
    padding-top: 0px;
    background-color: #ffe6b0;
    color: black;
    height: 16px;
    border: 1px #ffb951 solid;
    opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
    padding-top: 0px;
    background-color: #316ac5;
    color: white;
    height: 16px;
    border: 1px #316ac5 solid;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ztree li a input.rename {
    height: 14px;
    width: 80px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    border: 1px #7ec4cc solid;
    *border: 0px;
}
.ztree li span {
    line-height: 16px;
    margin-right: 2px;
    position: relative;
    z-index: 1;
}
.ztree li span.button {
    line-height: 0;
    margin: 0;
    width: 16px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.ztree li span.button.chk {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    cursor: auto;
}

.ztree li span.button.chk.radio_false_full,
.ztree li span.button.chk.radio_false_full_focus,
.ztree li span.button.chk.radio_false_disable {
    background: url("./img/custom/radio.png") no-repeat center;
}

.ztree li span.button.chk.radio_false_disable {
    cursor: not-allowed;
}
.ztree li span.button.chk.radio_true_full,
.ztree li span.button.chk.radio_true_full_focus {
    background: url("./img/custom/radio_true.png") no-repeat center;
}

.ztree li span.button.switch {
    width: 18px;
    height: 18px;
}
.ztree li span.button.root_open {
    background: url("../zTreeStyle/img/custom/root_open.png") no-repeat left center;
}
.ztree li span.button.root_close {
    background: url("../zTreeStyle/img/custom/root_close.png") no-repeat left center;
}
.ztree li span.button.roots_open,
.ztree li span.button.roots_close,
.ztree li span.button.center_open,
.ztree li span.button.center_close,
.ztree li span.button.bottom_open,
.ztree li span.button.bottom_close,
.ztree li span.button.root_open,
.ztree li span.button.root_close {
    height: 30px;
    background: url("../zTreeStyle/img/custom/arrow.png") no-repeat center;
    vertical-align: top;
    margin-top: 0;
}
.ztree li span.button.roots_open,
.ztree li span.button.center_open,
.ztree li span.button.bottom_open,
.ztree li span.button.root_open {
    transform: rotate(90deg);
}

.ztree li span.button.noline_open,
.ztree li span.button.noline_close,
.ztree li span.button.root_docu,
.ztree li span.button.roots_docu,
.ztree li span.button.center_docu,
.ztree li span.button.bottom_docu,
.ztree li span.button.noline_docu {
    display: none;
}

.ztree li span.button.ico_open,
.ztree li span.button.ico_close {
    height: 30px;
    margin-right: 6px;
    background: url("./img/custom/ico_open.png") no-repeat center;
    vertical-align: top;
}

.ztree li span.button.ico_docu {
    height: 30px;
    margin-right: 6px;
    background: url("./img/custom/docu.png") no-repeat center;
    vertical-align: top;
}
.ztree li span.button.edit {
    margin-right: 2px;
    background-position: -110px -48px;
    /* vertical-align: top; */
    *vertical-align: middle;
}
.ztree li span.button.remove {
    margin-right: 2px;
    background-position: -110px -64px;
    /* vertical-align: top; */
    *vertical-align: middle;
}

.ztree li span.button.ico_loading {
    margin-right: 2px;
    background: url(./img/loading.gif) no-repeat scroll 0 0 transparent;
    /* vertical-align: top; */
    *vertical-align: middle;
}

ul.tmpTargetzTree {
    background-color: #ffe6b0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

span.tmpzTreeMove_arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    margin: 2px 0 0 1px;
    border: 0 none;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -110px -80px;
    background-image: url("./img/zTreeStandard.png");
    *background-image: url("./img/zTreeStandard.gif");
}

ul.ztree.zTreeDragUL {
    margin: 0;
    padding: 0;
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: #cfcfcf;
    border: 1px #00b83f dotted;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.zTreeMask {
    z-index: 10000;
    background-color: #cfcfcf;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

/* level style*/
/*.ztree li span.button.level0 {
	display:none;
}
.ztree li ul.level0 {
	padding:0;
	background:none;
}*/
