/* Root Divs */
.evoctreeroot { margin-left: 0px; margin-top: 2px; margin-bottom: 1px; list-style: none; }

/* Ordered Lists */
.evoctreeroot ol { margin-top: 2px; margin-bottom: 1px; margin-left: 0px; padding-left: 0.3em; list-style: none; }

/* List Elements */
.evoctreeroot li { margin-bottom: 1px; padding-left: 0px;  margin-top: 2px; font-size: small; }

/* Links */
.evoctreeroot a { text-decoration: none; }

/* Top (Root) Level Lists */
ol.evoctreerl { margin-left: 0px; padding-left: 0px; }

/* Evoc Tree Branched Term Links */
a.ebt { background: url(../images/term-closed-bullet.gif) no-repeat; float: left; height: 14px; width: 12px; padding-right: 3px; cursor: pointer; }

/* Evoc Tree Leaf Term Links */
a.elt { background: url(../images/leaf-term-bullet.gif) no-repeat; float: left; height: 14px; width: 12px; padding-right: 3px; }

/* Evoc Tree Root Link */
a.ert { background: url(../images/root-bullet.gif) no-repeat; float: left; height: 14px; width: 12px; padding-right: 1px; cursor: pointer; }

/* Collapse Everything Except the Top 2 Levels */
.evoctreeroot ol ol ol { display: none; }

/* Don't Collapse Things Below Level 2 if the root is set to show all */
.evoctreerootshow ol ol ol { display: block; } 

/* Dynamic Div */
.dynamicdiv { }
/* td { border: 1px solid red; } */
