/* display grid headings with a green background */

tr.ricoLG_hdg .ricoLG_cell, tr.ricoLG_hdg th, tr.ricoLG_hdg td {  /* td/th required for IE */
  background-color : #cedebd !important;
  color            : #000000;
  font-weight      : bold;
}
div.ricoLG_selection { background-color: #cedebd; }
