/* Additional styles for directory indices 
   --------------------------------------- */

/* page content */
#content {
  margin: -1em 0 2em 0;
}

#content table {
  border-collapse: collapse;
  width: 100%;
}
#content th {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #2A3167;
  line-height: 1em;
  text-align: left;
  border-bottom: 1px solid #9398B5;
  padding: 0;
}
div[id="content"] th {                 /* exclude IE */
  width: 16px;
}
#content th+th {
  width: 40%;
}
#content th+th+th {
  text-align: center;
  width: 7%;
}
#content th+th+th+th {
  text-align: left;
  width: auto;
}
#content td {
  font-family: "Andale Mono",monospace;
  font-size:1em;
  font-weight: normal;
  background-color: #FFFFFF;
  color: #2A3167;
  line-height: 1em;
  padding: 0.15em 0.5em 0 0;
  vertical-align: top;
}
#content td+td+td {
  font-family: Arial,Helvetica,sans-serif;
}

#content a {
  text-decoration: none;
}


/* footer */
#footer {
  margin: 0;
}


