/*-------------------------------------
zTree Style

version:    3.4
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:17px; text-align:left; white-space:nowrap; outline:0}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url(./img/line_conn.png) 0 0 repeat-y;}

.ztree li a {padding-right:3px; margin:0; cursor:pointer; height:21px; color:#333; background-color: transparent; text-decoration:none; vertical-align:top; display: inline-block}
.ztree li a:hover {text-decoration:underline}
.ztree li a.curSelectedNode {padding-top:0px; background-color:#e5e5e5; color:black; height:21px; opacity:0.8;}
.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#e5e5e5; color:black; height:21px; border:1px #666 solid; opacity:0.8;}
.ztree li a.tmpTargetNode_inner {padding-top:0px; background-color:#aaa; color:white; height:21px; border:1px #666 solid;
  opacity:0.8; filter:alpha(opacity=80)}
.ztree li a.tmpTargetNode_prev {}
.ztree li a.tmpTargetNode_next {}
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
  font-size:12px; border:1px #585956 solid; *border:0px}
.ztree li span {line-height:21px; margin-right:2px}
.ztree li span.button {line-height:0; margin:0; padding: 0; width:21px; height:21px; display: inline-block; vertical-align:middle;
  border:0 none; cursor: pointer;outline:none;
  background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
  background-image:url("./img/metro.png"); 
  *background-image:url("./img/metro.gif");
  margin-right:2px; background-position: -147px -42px; vertical-align:top;
}

.ztree li span.button.chk {width:13px; height:13px; margin:0 2px; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {background-position: -5px -5px;}
.ztree li span.button.chk.checkbox_false_full_focus {background-position: -5px -26px;}
.ztree li span.button.chk.checkbox_false_part {background-position: -5px -48px;}
.ztree li span.button.chk.checkbox_false_part_focus {background-position: -5px -68px;}
.ztree li span.button.chk.checkbox_false_disable {background-position: -5px -89px;}
.ztree li span.button.chk.checkbox_true_full {background-position: -26px -5px;}
.ztree li span.button.chk.checkbox_true_full_focus {background-position: -26px -26px;}
.ztree li span.button.chk.checkbox_true_part {background-position: -26px -48px;}
.ztree li span.button.chk.checkbox_true_part_focus {background-position: -26px -68px;}
.ztree li span.button.chk.checkbox_true_disable {background-position: -26px -89px;}
.ztree li span.button.chk.radio_false_full {background-position: -47px -5px;}
.ztree li span.button.chk.radio_false_full_focus {background-position: -47px -26px;}
.ztree li span.button.chk.radio_false_part {background-position: -47px -47px;}
.ztree li span.button.chk.radio_false_part_focus {background-position: -47px -68px;}
.ztree li span.button.chk.radio_false_disable {background-position: -47px -89px;}
.ztree li span.button.chk.radio_true_full {background-position: -68px -5px;}
.ztree li span.button.chk.radio_true_full_focus {background-position: -68px -26px;}
.ztree li span.button.chk.radio_true_part {background-position: -68px -47px;}
.ztree li span.button.chk.radio_true_part_focus {background-position: -68px -68px;}
.ztree li span.button.chk.radio_true_disable {background-position: -68px -89px;}

.ztree li span.button.switch {width:21px; height:21px}
.ztree li span.button.root_open{background-position:-105px -63px}
.ztree li span.button.root_close{background-position:-126px -63px}
.ztree li span.button.roots_open{background-position: -105px 0;}
.ztree li span.button.roots_close{background-position: -126px 0;}
.ztree li span.button.center_open{background-position: -105px -21px;}
.ztree li span.button.center_close{background-position: -126px -21px;}
.ztree li span.button.bottom_open{background-position: -105px -42px;}
.ztree li span.button.bottom_close{background-position: -126px -42px;}
.ztree li span.button.noline_open{background-position: -105px -84px;}
.ztree li span.button.noline_close{background-position: -126px -84px;}
.ztree li span.button.root_docu{ background:none;}
.ztree li span.button.roots_docu{background-position: -84px 0;}
.ztree li span.button.center_docu{background-position: -84px -21px;}
.ztree li span.button.bottom_docu{background-position: -84px -42px;}
.ztree li span.button.noline_docu{ background:none;}

.ztree li span.button.ico_open{
	margin-right:2px;
	vertical-align:top; 
	*vertical-align:middle;
    background: url("./img/folder_open.svg") no-repeat;
    background-position: 0 0;
    background-size: 18px 18px;
}
.ztree li span.button.ico_close{
	margin-right:2px; 
	vertical-align:top; 
	*vertical-align:middle;
	background: url("./img/folder_close.svg") no-repeat;
    background-position: 0 0;    	
    background-size: 18px 18px;
}
.ztree li span.button.ico_docu{
	margin-right:2px; 
	vertical-align:top; 
	*vertical-align:middle;
	background: url("./img/file_unknown.svg") no-repeat; 
	background-position: 0px 0px; 
	background-size: 18px 18px;
}
.ztree li span.button.word_ico_docu{
	margin-right:2px; 
	vertical-align:top; 
	*vertical-align:middle;
	background: url("./img/file_word.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 	
}
.ztree li span.button.excel_ico_docu{
	margin-right:2px; 
	vertical-align:top; 
	*vertical-align:middle;
	background: url("./img/file_excel.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
}
.ztree li span.button.ppt_ico_docu{
	margin-right:2px; 
	background: url("./img/file_ppt.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.pdf_ico_docu{
	margin-right:2px; 
	background: url("./img/file_pdf.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.picture_ico_docu{
	margin-right:2px; 
	background: url("./img/file_picture.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.video_ico_docu{
	margin-right:2px; 
	background: url("./img/file_video.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.audio_ico_docu{
	margin-right:2px; 
	background: url("./img/file_audio.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.html_ico_docu{
	margin-right:2px; 
	background: url("./img/file_html.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.txt_ico_docu{
	margin-right:2px; 
	background: url("./img/file_txt.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.zip_ico_docu{
	margin-right:2px; 
	background: url("./img/file_zip.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.exe_ico_docu{
	margin-right:2px; 
	background: url("./img/file_exe.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.psd_ico_docu{
	margin-right:2px; 
	background: url("./img/file_psd.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.flash_ico_docu{
	margin-right:2px; 
	background: url("./img/file_flash.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.swf_ico_docu{
	margin-right:2px; 
	background: url("./img/file_swf.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}
.ztree li span.button.markdown_ico_docu{
	margin-right:2px; 
	background: url("./img/file_markdown.svg") no-repeat; 
	background-position: 0px 0px;
	background-size: 18px 18px; 
	vertical-align:top; 
	*vertical-align:middle
}

.ztree li span.button.edit {margin-left:2px; margin-right: -1px; background-position: -189px -21px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit:hover {
  background-position: -168px -21px;
}
.ztree li span.button.remove {margin-left:2px; margin-right: -1px; background-position: -189px -42px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.remove:hover {
  background-position: -168px -42px;
}
.ztree li span.button.add {margin-left:2px; margin-right: -1px; background-position: -189px 0; vertical-align:top; *vertical-align:middle}
.ztree li span.button.add:hover {
  background-position: -168px 0;
}
.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:21px; 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:-168px -84px; background-image:url("./img/metro.png"); *background-image:url("./img/metro.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.0; filter:alpha(opacity=0); position:absolute}

.icons{
    width: 18px;
    height: 18px;
    font-size:15px;
    margin-right:5px;
    color:#ffcc00;
    display:inline-block;
    text-align:center;
}
.icons.folder{
	background: url("./img/folder_close.svg") no-repeat;
    background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file{
	background: url("./img/file_unknown.svg") no-repeat;
    background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.word{
	background: url("./img/file_word.svg") no-repeat;
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.excel{
	background: url("./img/file_excel.svg") no-repeat;
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.ppt{
	background: url("./img/file_ppt.svg") no-repeat;
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.pdf{
	background: url("./img/file_pdf.svg") no-repeat;
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.picture{
	background: url("./img/file_picture.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.video{
	background: url("./img/file_video.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.audio{
	background: url("./img/file_audio.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.html{
	background: url("./img/file_html.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.txt{
	background: url("./img/file_txt.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.zip{
	background: url("./img/file_zip.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.exe{
	background: url("./img/file_exe.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.psd{
	background: url("./img/file_psd.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.flash{
	background: url("./img/file_flash.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.swf{
	background: url("./img/file_swf.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.file.markdown{
	background: url("./img/file_markdown.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.open{
	background: url("./img/open.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.copy{
	background: url("./img/copy.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.qrcode{
	background: url("./img/qrcode.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.plus{
	background: url("./img/plus.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.plus1{
	background: url("./img/plus1.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.more{
	background: url("./img/more.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.detail{
	background: url("./img/detail.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.edit{
	background: url("./img/edit.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.add{
	background: url("./img/add.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.set{
	background: url("./img/set.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.delete{
	background: url("./img/delete.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.share{
	background: url("./img/share.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.favorite{
	background: url("./img/favorite.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.mail{
	background: url("./img/mail.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.webserver{
	background: url("./img/webserver.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.webpage{
	background: url("./img/webpage.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.weblink{
	background: url("./img/weblink.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.note{
	background: url("./img/note.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.preview{
	background: url("./img/preview.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.sort-amount-down{
	background: url("./img/sort-amount-down.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
.icons.folder-open2{
	background: url("./img/folder_open2.svg") no-repeat; 
	background-position: 0px 0px;
   	background-size: 18px 18px; 
}
