/*  CONTENTBOX CSS  */
.Children UL,
.ContentBox {
  padding: 0px;
  list-style: none;
  line-height: 1.5em;
/*  text-transform: uppercase;*/
  clear: both;
}

.ContentBox,
.Information {
  margin: 0px 15px;
  padding: 15px 0px 0px 0px;
}

.ContentBox UL {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.Children LI {
  margin: 5px 0px;
  line-height: 1.3em;
}

.FileIcon {
  margin: 0px 10px 0px 0px;
}

.Information .Title,
.ContentBox .Title {
  font-size: 1em;
  color: #333;
}

.ContentBox .Text A, .ContentBox .Text A:Hover, .ContentBox .Text A:Visited,
.ContentBox LI A, .ContentBox LI A:Hover, .ContentBox LI A:Visited,
.Children LI A, .Children LI A:Hover, .Children LI A:Visited {
  color: #4C4C4C;
}

.Children .Current {
  font-weight: bold;
}
