/* --- static tree elem styles ---
note:
1. not all browsers render styles the same way so try out your style sheet
on different browsers before publishing;
style naming convention:
e<zero based tree elem number>l<zero based level number>i|o<for inner or outer tag>
*/
.e0l0i {
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 9pt;
text-decoration : none;
font-weight: bold;
padding-left: 4px;
}
.e0l0o {
text-decoration : none;
border : 1px ridge #8ac6f8;
}
.e0l1i {
font-family: Arial, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration : none;
padding-left: 4px;
}
.e0l1o {
text-decoration : none;
border : 1px solid #888888;
}
.e0l2i {
font-family: Arial, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration : none;
padding-left: 4px;
}
.e0l2o {
text-decoration : none;
border : 1px ridge black;
}

