/*
ul.leaf {
list-style: none;
margin-top: 0px;
margin-bottom: 0px;
line-height: 20px;
background-color:#5A666E;
border-color: #FFFFFF #808080 #808080 #FFFFFF;
border-style: solid solid solid solid;
border-width: 1px 1px 1px 1px;
}
ul.tree {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0;
padding-left: 0;
list-style: none;
line-height: 20px;
background-color:#D4D0C8;
border-color: #DCDEE0 #DCDEE0 #DCDEE0 #DCDEE0;
border-style: solid solid solid solid;
border-width: 1px 1px 1px 1px;
}
ul.leaf {
margin-top: 0px;
margin-bottom: 5px;
margin-left: 0;
padding-left: 15px;
list-style: none;
background-color: #00FF00;
border-color: #DCDEE0 #DCDEE0 #DCDEE0 #DCDEE0;
border-style: solid solid solid solid;
border-width: 1px 1px 1px 1px;
}
li.leaf {
list-style: none;
font-family: sans-serif;
font-size: 12px;
line-height: 20px;
background-color: #FFFFFF;
border-color: #DCDEE0 #DCDEE0 #DCDEE0 #DCDEE0;
border-style: none none solid none;
border-width: 1px 1px 1px 1px;
}

span.leaf {
padding-left: 15px;
margin-left: 0;
background-image: url(../images/bullet_toggle_minus.png);
background-repeat: no-repeat;
background-position: 0px 2px;
margin-left: 3px;
vertical-align: middle;
}

span.fruit {
padding-left: 15px;
margin-left: 0;
background-image: url(../images/bullet_dash.png);
background-repeat: no-repeat;
background-position: 0px 2px;
margin-left: 3px;
vertical-align: middle;
}

li.branch {
list-style: none;
font-family:sans-serif;
font-size: 12px;
line-height: 20px;
margin-left: 3px;
}

span.branch {
padding-left: 15px;
margin-left: 0;
background-image: url(../images/bullet_toggle_plus.png);
background-repeat: no-repeat;
background-position: 0px 3px;
line-height: 20px;
font-weight: bold;
vertical-align: middle;
}
*/
.code_black { font-size: 12px; font-weight: bold; color: #000000; }
.code_green { color: #008080; font-weight: normal; }
.code_red { font-size: 12px; font-weight: bold; color: #800000; }
.code_blue { color: #0000FF; }

#debug_output ul{list-style-type:none;margin:0;padding:0;font-size: 12px;font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;}
#debug_output ul ul li{background:url(../images/dotted-horizontal.gif) 0px 8px no-repeat;margin:0 0 0 4px;padding:1px 0 0 16px;font-weight: normal;}
#debug_output ul ul li:last-child{background:url(../images/dotted-horizontal-last.gif) 0px 8px no-repeat;}
#debug_output li.folder{margin-bottom:0px;margin-top:0px;font-weight: bold;}
#debug_output li.folder ul{background:url(../images/dotted-vertical.gif) 4px 0 repeat-y;}
#debug_output img{vertical-align:middle;}
#debug_output .filesize{color:#d20;}



/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/