/* Last changed: 02/06/07 13:57:58 */

BODY  {
  background-color: white;
  font-size: smaller;
  white-space: nowrap;
}

A {
  text-decoration: none; 
  color: black; 
  background-color:white;
  white-space: nowrap;
}


A:active {
  color: white;
  background-color: gray;
  text-decoration: none;
}

A.topic,A:hover {
  color: blue;
  background-color: white;
  text-decoration: underline;
}

A.rdr,A.rdr:hover,A.rdr:active {
  color: black;
  background-color: white;  
  text-decoration: none;
}

H3 { 
  margin-left: 1em;
  margin-top: 1em;
}

LI {
  margin-top: 0em;
  margin-bottom: 0em;
}

UL {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-left: 0em;
  margin-left: 2em;
}
}


.leaf { 
  color:rgb(50,50,101);
  list-style-image: none;
  list-style-type: disc;
}
.node {
  list-style-image: url("topicfolder.gif");
  list-style-type: disc;
}
.view {
  list-style-image: url("topicfolder.gif");
  list-style-type: disc;
}

.activeNode { 
  color: white;
  background-color: gray;
}

.collapsed {
  display: none;
}

.expanded {
  margin-left: 0em;
  padding-left: 1em;
  display: block;
  border-left: thin thin dotted #CCCCCC;
}

