/**
 * tables for data display in lists
 * if grid table is inside facebox we loose some data as of facebox CSS rules
 * so added #facebox ...
 */

table.grid,
#facebox #facebox-tbody table.grid {
  line-height: 1.7em;
  text-align: center;
  border-collapse: collapse;
  clear: both;
  /*margin-top: 10px;*/
}

table.grid th,
#facebox #facebox-tbody table.grid th,
table.grid td,
#facebox #facebox-tbody table.grid td {
  padding: 2px 3px;
  margin:0;
  border: 1px solid #999;
  background: none repeat scroll 0 0 #fff;
  font-weight: normal;
}

table.grid th,
#facebox #facebox-tbody table.grid th {
  background:none repeat scroll 0 0 #FBE1BC;
  font-weight: bold;
  /*font-size: 12px;*/
}

table.grid th.actionLink, table.grid td.actionLink {
  width:30px;
}

table.grid th.checkboxPlaceholder, table.grid td.checkboxPlaceholder{
  width:40px;
  padding-left: 0;
  padding-right: 0;
}
