/* default.css */

#banner {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  padding: 5px;
  width: 957px;
  background-color: #2020ff;
  color: #ffffff;
  font-size:20px;
}
#sidebar {
  position: absolute;
  top: 47px;
  left: 10px;
  width: 230;
  padding: 5px;
  height: 660px;
  background-color: #f0f0ff;
  color: #000000;
  margin-right:0;
  text-size: 10px;
  overflow: auto;
}

#content {
  position: absolute;
  top: 47px;
  left: 247px;
  padding: 5px;
  background-color: #f0f0ff;
  color: #000000;
  margin: 0;
  height: 660px;
  width: 720px;
  overflow: auto;
}

#footer {
  position: absolute;
  top: 712px;
  left: 10px;
  height: 5px;
  clear: both;
  padding: 10px;
  background-color: #2020ff;
  color: #000000;
  width: 957px;

}

a {
  font-size: 16px;
  color: #800000;
  background-color:#f0f0ff;
  text-decoration: none;
}

a:hover {
  background: #2020ff;
  color: #ffffff;
  text-decoration: none;
}

hr {
  border: 0;
  color: #000000;
  height: 3px;
  width: 90%;
  text-align: center;
}

.dtree {
  font-size: 14px;
  color: #000000;
  background-color:#f0f0ff;
  white-space: nowrap;
}
.dtree img {
  font-size: 14px;
  border: 0px;
  vertical-align: middle;
}
.dtree a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
  color: #000000;
  background-color:##2020ff;
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
  color: #ffffff;
  background-color:#ff2020;
  text-decoration: none;
}
.dtree a.nodeSel {
  color: #000000;
  background-color:#20ff20;
}
.dtree .clip {
  overflow: hidden;
}


