.table5 {
  width:670px;
  border-collapse: collapse;
  border: 2px solid #996;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
  }
.table5 caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  }
.table5 td, .table5 th {
  border: 1px solid #cc9;
  padding: .3em;
  height:30px;
  }
.table5 thead th {
  border: 1px solid #cc9;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #dbd9c0;
  }
.table5 tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted #cc9;
  }
.table5 tbody td.close {
  color: #903;
  border-bottom:none;  }
.table5 tbody td {
  vertical-align: middle;
  text-align: center;
  }
.odd {
  color: #333;
  background: #f7f5dc;
  }
tbody tr:hover {
  color: #333;
  background: #fff;
  }
tbody tr:hover th, tbody tr.odd:hover th {
  color: #333;
  background: #ddd59b;
  }
.table9 {
  width:100%;
  border:none;
  }
.table9 td {
  text-align: left;
  vertical-align:top;
  border:none;
  }
.alignRight { text-align:right; }


