/*TABLES*/ /*display: block; */
td a {margin: 0;}

tr.listview_header{
  background: #dcedff;
}
table.listview tr.listview_header td{
  border-bottom: 1px #dcedff solid;
  border-top: 1px #dcedff solid;
  font-weight: bold;
}
table.listview td{
  border-bottom: 1px #cbe4ff solid;
}
table.listview tr {

}
table.listview tr.light{
  background-color: #f5faff;
}
table.listview tr.dark{
  background-color:#ecf5fe;
}
table.listview tr.light_hover{
  background: #dcedff;
}
table.listview tr.dark_hover{
  background: #dcedff;
}
table.listview tr.light_selected{
  background: #ffffdd;
}
table.listview tr.dark_selected{
  background: #ffffbb;
}
table.listview tr.light_selected_hover{
  background: #f5f599;
}
table.listview tr.dark_selected_hover{
  background: #f5f599;
}
/*TABLES*/

