/* CSS Document */
.vst {
	margin: 1em 0 0.5em 0;
	padding: 0;
	text-indent: 0;
	color: #900;
}

.centerwrapper .box {
  margin-top: 0;
}

table.sysevents {
  margin:  0auto 1em auto;
  border-collapse: collapse;
}

table.sysevents tr.head {
  background: #cdf;
  color: #000;
}

table.sysevents th {
  font-weight: normal;
}

table.sysevents td {
  font-size: 1.2em;
  padding: 0.125em;
}

table.sysevents tr.new td, table.sysevents tr.now td  {
  font-weight: bold;
}

table.sysevents tr.now {
  background: #fcc;
}

table.sysevents tr.new {
  background: #ffc;
}


