﻿body, td, th, a, p, h1, h2, h3 {
  font-family:"微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 14px;*/
}

.clsNode, .clsNode:visited {
  color: black;
  font-weight: bold;
  font-size: 9pt;
  text-decoration: none;
}

.clsNode:hover {
  color: blue;
  font-weight: bold;
  font-size: 9pt;
  text-decoration: underline;
}

.tree2 {
  width: 100%;
  padding-top: 20px;
}

.tree2 ul {
  list-style-type: none;
  padding-left: 0;
  margin: 2px 2px 2px 2px;
}

.tree2 img, .tree2 input {
  border: none;
  vertical-align: middle;
}

.tree2 img {
  padding-right: 2px;
}

.tree2 ul ul {
  margin-left: 0px;
  padding-left: 16px;
  border: none;
}

.tree2 a {
  /*border: 1px solid white;*/
  display: inline-block;
  text-decoration: none;
  padding: 0px 0px 0px 16px;
  /*color: black;*/
  white-space: nowrap; /*width:99%;*/
  overflow: hidden;
  /*font-size: 14px;*/
}

.tree2 a.selected {
  font-weight: bold;
  /*border: 1px solid gray*/
}

.tree2 a:hover {
  text-decoration: underline;
}

.tree2 li {
/*border-bottom: 1px solid white;*/
  background-image: url( "../../images/tree/leaf.gif" );
  background-repeat: no-repeat;
  background-position: left 2px;
  white-space: nowrap;
}

.tree2 li.collapse {
  background-image: url( "../../images/tree/s2-opened.gif" );
  background-position: 1px 2px
}

.tree2 li.expand {
  background-image: url( "../../images/tree/s2-closed.gif" );
  background-position: 1px 2px;
}