/* Copyright 2006 Joost de Valk */
a img {
  border: 0;
}
table.sortable {
  xborder-spacing: 0;
  xborder: 1px solid #000;
  xborder-collapse: collapse;
}
table.sortable th, table.sortable td {
  xtext-align: left;
  xpadding: 2px 4px 2px 4px;
  xwidth: 100px;
  xborder-style: solid;
  xborder-color: #444;
}
table.sortable td {
  background-color: white;
}
table.sortable th {
  xborder-width: 0px 1px 1px 1px;
  xbackground-color: #ccc;
}
table.sortable td {
  xborder-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
  xbackground-color: #ddd;
}
table.sortable tr.even td {
  xbackground-color: #fff;
}
table.sortable tr.sortbottom td {
  xborder-top: 1px solid #444;
  xbackground-color: #ccc;
  xfont-weight: bold;
}
table.sortable th A:link          {color:#996600;}
A:active        {color:#996600;}
A:visited       {color:#996600;}
A:hover         {color:#CC9933;}
