* + table {
  border-style: solid;
  border-width: 1px;
  border-color: #e7e3e7;
  margin-bottom: 1em;
}

* + table th {
  border-style: solid;
  border-width: 1px;
  border-color: #e7e3e7;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

* + table td {
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #e7e3e7;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

* + table th {
  border-style: solid;
  font-weight: bold;
  background: url("/images/noise.png?1330434582") repeat scroll left top #F7F3F7;
}

* + table th[align="left"], * + table td[align="left"] {
  text-align: left;
}

* + table th[align="right"], * + table td[align="right"] {
  text-align: right;
}

* + table th[align="center"], * + table td[align="center"] {
  text-align: center;
}
