/* HEADER TABLE */
table.listview-table-header,
table.listview-table-body{

}
table.listview-table-header{
  background : url('images/header.png') repeat-x top left;        
}

td.listview-header-cell{
  font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  color:rgb(255,255,255);
  font-size:11px;
}

td.listview-header-cell:hover{
  border-bottom-color : orange;
}

td.listview-header-cell-splitter{
  background : url('images/splitter.png') no-repeat left center;  
}

td.listview-header-cell-splitter,
td.listview-header-cell{
  height:30px; 
  border-bottom-color : #333399;
}

img.listview-header-cell-order{
}

/* BODY TABLE */

tr.listview-body-row{

}


td.listview-body-cell,
td a.listview-body-cell-link,
td input.listview-body-cell{
  font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  color: rgb(255,255,255);
  font-size:11px;
  font-weight:normal;  
}

td a.listview-body-cell,
td a.listview-body-cell:hover,
td a.listview-body-cell:visited,
td a.listview-body-cell:active ,
td a.listview-body-cell:link{
  text-decoration:none;  
  color: rgb(255,255,255);
}


td.listview-body-cell{

}

td a.listview-body-cell-link,
td a.listview-body-cell-link:hover,
td a.listview-body-cell-link:visited,
td a.listview-body-cell-link:active ,
td a.listview-body-cell-link:link{
  font-size:11px;
}