table thead tr th {
  border: 1px solid #CDCDCD;
}
table.dataTable thead tr th.sorting {
  background-image: url(/images/tablesort_bg.gif);
}
table.dataTable thead tr th.sorting_asc {
  background-image: url(/images/tablesort_desc.gif);
}
table.dataTable thead tr th.sorting_desc {
  background-image : url(/images/tablesort_asc.gif);
}
table.dataTable thead tr th.sorting_asc,
table.dataTable thead tr th.sorting_desc {
  background-color: #6997D0;
  color: #FFF;
}
table.dataTable td, table.dataTable th {
  border: 1px solid #CDCDCD;
}
table.dataTable {
  border: medium solid #CDCDCD;
  background-color:LightGrey;
}
table.dataTable thead tr td {
  background-color: #EEEEEE;
  padding: 2px;
}

