#content table.data {
  width: 100%;
}

#content table.data td.header {
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #BBBBBB;
  padding: 5px;
}

#content table.data td.cell {
  border-bottom:solid 1px #DDDDDD;
  padding: 5px;
}

#content table.data td.cell a {
  color: #CE2B2B;
  font-weight: bold;
  text-decoration: none;
}

#content table.data td.cell a:hover {
  text-decoration: underline;
}

#content table.form {
  width: 100%;
  border-top: solid 1px #CE2B2B;
}

#content table.form td.label {
  width: 150px;
  padding: 8px 8px 8px 20px;
  border-bottom: solid 1px #DDDDDD;
  background-color: #EEEEEE;
}

#content table.form td.label img {
  margin: 0 6px 0 -12px;
}

#content table.form td.cell {
  border-bottom: solid 1px #DDDDDD;
  padding: 8px;
}

#content table.form td.label_separator {
  width: 150px;
  padding: 8px 8px 8px 20px;
  border-bottom: solid 1px #CE2B2B;
  background-color: #EEEEEE;
}

#content table.form td.label_separator img {
  margin: 0 6px 0 -12px;
}

#content table.form td.cell_separator {
  border-bottom: solid 1px #CE2B2B;
  padding: 8px;
}

#content table.form td.button {
  padding: 8px;
}
