/*------------------------------------------------*/
body {
  margin: 0 5px;
  width: auto;
  font-size: 12px;
}
textarea {
  font-size: 12px;
}
input {
  font-size: 12px;
}
select {
  font-size: 12px;
}
/*------------------------------------------------*/
table#listtable {
  width: 100%;
  border-collapse: collapse;
}
table#listtable td {
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
}
table#listtable tr#colhead td {
  cursor: default;
  padding: 2px;
  text-align: left;
  background-color: #def;
}
table#listtable tr.over td {
  background-color: #fffeee;
}
table#listtable tr.viewed td {
  background-color: #fff0f0;
}
table#listtable a.visited {
  color: purple;
}
/*------------------------------------------------*/
.hidden {
  display: none;
}
.showblock {
  display: block;
}
.showinline {
  display: inline;
}
.showtablecell {
  display: table-cell;
}
.invisible {
  visibility: hidden;
}
/*------------------------------------------------*/
