@charset "UTF-8";
.contentTreeView .hitarea{height:16px;width:16px;margin-left:-16px;float:left;cursor:pointer;}
/* fix for IE6 */
* html .hitarea{display:inline;float:none;}
.contentTreeView li{margin:0;}
#treecontrol{margin:1em 0;display:none;}
.contentTreeView a:hover, .contentTreeView span:hover{color:#858383;text-decoration:none;font-weight:bold;cursor:pointer;}
.contentTreeView li.collapsable, .contentTreeView li.expandable{background-position:0 -176px;}
.contentTreeView .expandable-hitarea{background-position:-80px -3px;}
.contentTreeView li.last{background-position:0 -1766px}
.contentTreeView li.lastCollapsable{background-position:0 -111px}
.contentTreeView li.lastExpandable{background-position:-32px -67px}
.contentTreeView div.lastCollapsable-hitarea, .contentTreeView div.lastExpandable-hitarea{background-position:0;}
.contentFileTree a{color:#858383;text-decoration:none;}
.contentFileTree li{padding:3px 0 2px 5px;}
.contentFileTree span.folder, .contentFileTree span.file, .contentFileTree span.leaf{padding:1px 0 1px 16px;display:block;color:#858383;}
.contentFileTree span.folder{background:url(/imgs/i_tree4.gif) no-repeat 0 50%;}
.contentFileTree li.expandable span.folder{background:url(/imgs/i_tree3.gif) no-repeat 0 50%;margin-left:10px;}
.contentFileTree span.file{background:url(/imgs/i_tree2.gif) no-repeat 0 50%;margin-left:20px;}
.contentFileTree span.leaf{background:url(/imgs/i_tree2.gif) no-repeat 0 50%;margin-left:10px;}
.contentFileTree > li > span.file, .contentFileTree > li > span.leaf, .contentFileTree > li > span.folder, .contentFileTree > li.expandable > span.folder{background:url(/imgs/i_tree1.gif) no-repeat 0 50%;width:150px;line-height:180%;margin-left:0px;}
.contentFileTree > li:last-child > span.file, .contentFileTree > li:last-child > span.leaf, .contentFileTree > li:last-child > span.folder{}
