.manageLists {
  border: 1px solid #003366; 
}

.manageLists tr.evenRow {
  background: #E0E0E0;
}

.manageLists tr.oddRow {
  background: #FFFFFF;
}

.manageLists th {
  background: #003366;
  color: #F0F0F0;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
}

.manageLists td {
  padding: 5px 10px 5px 10px; 
}

.editListForm td.requiredColumn {
  background: #DCDCDC;
  vertical-align: top;
  border-top: 1px solid #003366;
  border-left: 1px solid #003366;
  padding: 3px;
}

.editListForm td.labelColumn {
  background: #DCDCDC;
  vertical-align: top;
  border-top: 1px solid #003366;
  border-right: 1px solid #003366;
  padding: 3px 10px 3px 3px;
}

.editListForm td.fieldColumn {
  background: #F0F0F0;
  vertical-align: top;
  border-top: 1px solid #003366;
  border-right: 1px solid #003366;
  padding: 3px 10px 3px 10px;
}

.editListForm td.errorColumn {
  vertical-align: top;
  padding: 3px 0 3px 10px;
}
