/*
 * static.css
 *
 * Stylesheet for the static.html file. Dictates table appearance and placement.
 */

body {
  margin: 0px;
  padding: 0px;
  background-color: black;
  color: white;
  font-family: sans-serif;
  font-size: 11pt;
}

a:link, a:visited {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

a:link:hover, a:visited:hover {
  text-decoration: none;
  color: #aaaaaa;
  font-weight: bold;
}

#container {
  margin: auto;
  padding: 0px;
  margin-top: 40px;
  padding-bottom: 40px;
  width: 800px;
  overflow: hidden;
  background-color: black;
}

#return {
  text-align: center;
}

.list {
  margin: auto;
  padding: 8px;
  border: 4px solid black;
  width: 800px;
}

.list-caption {
  padding: 8px;
  margin: auto;
  font-weight: bold;
}

#list-caption-left {
  float: left;
  text-align: left;
  padding-left: 12px;
}

.list-heading {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  white-space: nowrap;
}

.list-cell {
  padding: 4px;
  text-align: center;
  font-size: 10pt;
}

.col0 {
  text-align: right;
}

.col1 {
}

.col2 {
}

.col3 {
}

.col4 {
}

.col5 {
}

.col6 {
}
