I using JQGrid and SubGrid, Jqgrid automatic generic Id for SubGrid like this gbox_Grid_Grid_1_t, gbox_Grid_Grid_2_t, gbox_Grid_Grid_1_t_1_t.... :
<div id="gbox_Grid_Grid_1_t"> normal</div>
<div id="gbox_Grid_Grid_2_t"> normal</div>
<div id="gbox_Grid_Grid_1_t_1_t"> red</div>
<div id="gbox_Grid_Grid_2_t_1_t"> red</div>
<div id="gbox_Grid_Grid_1_t_1_t_1"> blue</div>
<div id="gbox_Grid_Grid_1_t_1_t_2"> blue</div>
The 'normal' i want it print color white
The 'red' print color red
The 'blue' print color blue
How can i do it with css?