body {
  background: #fff;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 2;
}

pre.listing {
  background: #eee;
  border: 1px solid #ccc;
  margin: .3em auto;
  padding: .1em .3em;
  width: 90%;
}

pre.listing b {
  color: #f00;
}

/* TABLE
 * ========================================================================= */
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin: 10px auto;
  width: 80%;
}

/* Caption
 * ------------------------------------------------------------------------- */
table caption {
  font-size: .9em;
  font-weight: bold;
}

/* Header
 * ------------------------------------------------------------------------- */
table thead {
  background: #aaa url(../images/treetable/bg-table-thead.png) repeat-x top left;
  font-size: .9em;
}

table thead tr th {
  border: 1px solid #888;
  font-weight: normal;
  padding: .3em 1.67em .1em 1.67em;
  text-align: left;  
}

/* Body
 * ------------------------------------------------------------------------- */
table tbody tr td {
  cursor: default;
  padding: 5px 15px;
}

table tbody tr.even {
  background: #f3f3f3;
}

table tbody tr.odd {
  background: #fff;
}

table span {
  background-position: center left;
  background-repeat: no-repeat;
  padding: .2em 1em .2em 2.5em;
}

table span.file {
  background-image: url(../images/treetable/page_white_text.png);
  font-size: 14px;
  font-weight: normal;
  color: Green;
}

table span.folder {
  font-size: 14px;
  font-weight: bold;
  color: Purple;
}

table span.folder1 {
  background-image: url(../images/treetable/folder.png);
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}