table {
  border-collapse: collapse;
  margin: 30px;
}

tr.even {
  background-color: #F2F8FD;
}

tr.over {
  background-color: #A6B9DF;
}

td {
  border-bottom: 1px solid #A6B9DF;
  padding: 5px;
}

th {
  border-right: 2px solid #FFF;
  color: #FFF;
  padding-right: 40px;
  padding-left: 20px;
  background-color: #0B2F3A;
}

th.sortUp {
  background: #AA99C5 url(jquery/images/asc.gif) no-repeat right center;
}

th.sortDown {
  background: #AA99C5 url(jquery/images/desc.gif) no-repeat right center;
}


#theTable {
  
  font-size: 13px;
  color: #555555;
  font-family: "Bell MT";
  
}

td.headtable{
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}

#artwork {
  font-size: 18px;
  color:#555555;
  font-family: "Trebuchet MS";
}