.table_style .header .cell{
  background: #E9E9E9 url('images/headerCell.png') repeat-x scroll center top;
  border-color: white #ACA899 #919191 white;
  border-style: solid;
  border-width: 1px;
  color:#000000 !important;
  padding:3px;
}

.table_style .header a {
  color:#000000 !important;
}

.table_style .header a:hover {
  border: dotted 1px #A6A6A6;
}

.table_style .row .cell {
  border: 1px dotted #D5CDB5;
  overflow: hidden;
  padding: 3px;
  text-align: left;
}