
.normaltable {
  font-family: Verdana;
  font-size: 11px;
  background: #e0e0e0;
  border-style: dotted;
  border-width: 1px;
  border-color: #b0b0b0;
  padding:0px;
}
.normaltablepadding {
  font-family: Verdana;
  font-size: 11px;
  background: #e0e0e0;
  border-style: dotted;
  border-width: 1px;
  border-color: #b0b0b0;
  padding:6px;
}

.eventablerow {
  font-family: Verdana;
  font-size: 11px;
  background: #c0c0c0;

  border-top: 1px dotted #a0a0a0;
  border-bottom: 1px dotted #a0a0a0;

}
.oddtablerow {
  font-family: Verdana;
  font-size: 11px;
  background: #cccccc;

  border-top: 1px dotted #a0a0a0;
  border-bottom: 1px dotted #a0a0a0;
}

