﻿.tdalignl{
text-align:left;
}

#grid tbody .redrow td{
  background-color: red;
}

#grid tbody .hotlistrow td{
    background-color: #fff3d9;
}

.fixedHeader-floating{
    text-align:left;
}

#grid tbody .prio-row-selected td{
        background-color: #d7ecfa;
}

#grid_wrapper table.dataTable thead th {
  background-color:#ffffff;

}

/* datatables page length selector */
#grid_length{
  padding-bottom: 10px;
}


#grid_wrapper .ui-widget-header {
  border: 0px;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
} 