/* tablelist 2007-12-19 ------------------------- */

.tablelist {
  width: 99%;
  margin-bottom: 1em;
  background: #fff;
  border-top: 1px solid #c1c9e5;
  border-left: 1px solid #E0E4F2;
  border-right: 1px solid #E0E4F2;
}
.tablelist th {
  text-align: left;
  background-color: #c1c9e5;
  padding: 2px 5px;
  font: bold 11px/12px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.tablelist th a {
  color: #000;
}
.tablelist a {
  text-decoration: none;
}
.tablelist a:hover {
  text-decoration: underline;
}
.tablelist td {
  padding: 3px 5px 3px;
  font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #E0E4F2;
}
.tablelist tr.altrow td {
  background-color: #EEF0F8;
}
.tablelist tr.sticky td {
  background-color: #FDEBD6;
}
.tablelist span.dimmed, .tablelist td span.dimmed a {
  color: #9197AC;
}
.tablelist.unbordered {
  border: none;
}
.tablelist.unbordered th {
  padding-top: 3px;
}
