.del {
  background: #00f;
  color: #fff;
}

.stdel {
  background: #eef;
  color: #000;
}

.delpart {
  background: #39c;
  color: #fff;
}

.stdelpart {
  background: #cdf;
  color: #000;
}

.pub {
  background: #c00;
  color: #fff;
}

.stpub {
  background: #fee;
  color: #000;
}

.pubpre {
  background: #f90;
  color: #fff;
}

tr.odd td {
  border-width: 1px 1px 0 1px;
}
tr.even td {
  border-width: 0 1px 1px 1px;
}