This still isn't what I'm trying to achieve.
I'm not trying to create a html Table that looks like the output of a grid.
Let me try again, all I want to do is be able to use standard html elements or asp controls and apply a selective style from my currently selected skin to that element.
I used the RadGrid Header style as an example only.
If I used the div or asp:label in my page, and that's the entire contents of my page, and my skin is set to Forest, I want the div background color to be the same color as the color of a Radgrid Header row, if I had a grid on the page.
If i change my skin to Sunset, I want the backgrounds of the div or asp:label to be the same as a Radgrid Header row, if I had a grid on the page.
I don't know how else to explain it.