/* $Id: tree.css 2853 2008-10-17 17:30:59Z ppierre $ */

/* ==========================
 *         Left column
 * ========================== */

.treeColLeft { font-size: small; }

.treeColLeft ul.menu {
  margin: 0;
  padding-left: 1.5em;
  list-style-type: square;
}

.treeColLeft ul.menu li a         { text-decoration: none;      color: #707070;  }
.treeColLeft ul.menu li a:visited { text-decoration: none;      color: #707070;  }
.treeColLeft ul.menu li a:hover   { text-decoration: underline; color: #f11924; }
.treeColLeft ul.menu li a.selected         { color: #993333; }
.treeColLeft ul.menu li a.selected:visited { color: #993333; }

/* ==========================
 *        Main column
 * ========================== */

.treeColMain {
  padding: 1px 1em 1em 1em;
}

/* ==========================
 *           Report
 * ========================== */

.reportLegend {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  color: black;
  font-size: x-small;
}

