Can you support theming the active tab label separately from its related content please? For example, having .k-state-active and .header would result in a bright orange below, and on switching tabs, losing .k-state-active class would revert to usual colour. the .content class would not be orange, only the header, and so wouldn't change.
<div id="tabstrip"> <ul> <li class="k-state-active header">First Tab</li> <li class="header">Second Tab</li> <li class="header">Third Tab</li> </ul> <div class="content"><p>TabStrip sample content, first tab</p></div> <divclass="content"><p>TabStrip sample content, second tab</p></div> <divclass="content"><p>TabStrip sample content, third tab</p></div></div>