I recently upgraded from 2008 Q1 to 2009 Q3 Controls, and my custom styles are no longer working.
The older controls I was able to do this and achieve what I wanted:
    
But this does not work with the new controls. What do I need to change?
                                The older controls I was able to do this and achieve what I wanted:
| .GridRowOver_Sunset | 
| { | 
| background:#fdd0b7 url('images/sprite.gif') 0 -200px repeat-x !important; | 
| cursor:pointer; | 
| } | 
| .SelectedRow_Sunset | 
| { | 
| background:#fdd0b7 url('images/sprite.gif') 0 -200px repeat-x !important; | 
| } | 
| .SelectedRow_Sunset td | 
| { | 
| border-top:1px solid #d07052; | 
| border-bottom:1px solid #d07052; | 
| } | 
But this does not work with the new controls. What do I need to change?


