/* a {color:#3C6E31;}
a:hover {background-color:ghostwhite;color:white;} */

/*li {list-style: circle;}*/
li.title {list-style: none;}
ul.list {margin-left: 17px;}

div.content_wrap {margin: auto;width: 600px;padding: 10px;}
div.content_wrap div.left{float: left;width: 250px;}
div.content_wrap div.right{float: right;width: 340px;}
div.zTreeDemoBackground {width:100%;height:100%;text-align:left;}

ul.ztree {margin-top: 10px;border: 1px solid #ffffff;background: #ffffff;width:100%;height:362px;overflow-y:scroll;overflow-x:auto;}
ul.log {border: 1px solid #617775;background: #ffffff;width:300px;height:170px;overflow: hidden;}
ul.log.small {height:45px;}
ul.log li {color: #666666;list-style: none;padding-left: 10px;}
ul.log li.dark {background-color: #ffffff;}

/* ruler */
div.ruler {height:20px; width:220px; background-color:#ffffff;border: 1px solid #333; margin-bottom: 5px; cursor: pointer}
div.ruler div.cursor {height:20px; width:30px; background-color:#3C6E31; color:white; text-align: right; padding-right: 5px; cursor: pointer}

.odd {width:100%}
.even {width:100%}
.dom_line {margin:2px;border-bottom:1px gray dotted;height:1px}
.domBtnDiv {display:block;padding:2px;border:1px none;background-color:none}
.categoryDiv {display:inline-block; width:100%}
.domBtn {display:inline-block;cursor:pointer;padding:1px;margin:2px 10px;border:none gray solid;background-color:rgba(255, 230, 176, 0)}
.domBtn_Disabled {display:inline-block;cursor:default;padding:2px;margin:2px 10px;border:1px gray solid;background-color:#DFDFDF;color:#999999}
.dom_tmp {position:absolute;font-size:12px;}
/* Icon for treeview's add button */
.ztree li span.button.add {
    margin-left: 2px;
    margin-right: -1px;
    background-position: -144px 0;
    vertical-align: top;
    *vertical-align: middle
}