/* Last changed: 02/05/02 11:32:50 */

BODY  {
  background-color: white;
  font-size: smaller;
}

A {
  text-decoration: none; 
  color: black; 
  white-space: nowrap;
}

A.topic {
  color: #0000FF;
  text-decoration: underline;
}
A:hover { 
  color: #0000FF; 
  text-decoration: underline; 
}
A:active { 
  color: HighlightText;
  background: Highlight;  
}

A.rdr,A.rdr:hover,A.rdr:active {
  color: black;
  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 { 
  list-style-image: url("topic.gif");
  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;
}

.collapsed {
  margin-left: 0em;
  padding-left: 1em;
}

.expanded {
  margin-left: 0em;
  padding-left: 1em;
  display: block;
  border-left: thin thin dotted #CCCCCC;
}
