



table {
  border: 1px solid #333;

  margin-bottom: 10px;
}

tr {
  border: 0;
}

td,th {
  font-size: 9pt;
  line-height: 12px;
  padding: 5px 6px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #fff url(../images/skin/shadow.jpg);
  color: #666;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
  color: #000;
  display: block;
  font-size: 10px;
  text-decoration: none;
  width: 100%;
}

th.asc a,th.desc a {
  background-position: right;
  background-repeat: no-repeat;
}

th.asc a {
  background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
  background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
  background: #f7f7f7;
}

.even {
  background: #fff;
}


