# Styling and CSS

Develop powerful and lightweight web applications using ASP.NET MVC controls. Learn more about the ComponentOne MVC controls in ASP.NET MVC documentation.

## Content



CSS classes for the TabPanel control are as follows:

| **Class** | **Description** |
| --- | --- |
| .wj-tabpanel | Styles the div host element of the TabPanel control. |
| .wj-tabpanel > div > .wj-tabheaders | Styles all the tab headers. |
| .wj-tabpanel > div > .wj-tabheaders > .wj-header | Styles the individual tab header. |
| .wj-tabheader.wj-state-active | Styles the currently active tab header in the TabPanel control. |
| .wj-tabpane .wj-state-active | Styles the currently active tab pane in the TabPanel control. |
| .wj-tabpanel > div > .wj-tabpanes | Styles all the tab panes. |
| .wj-tabpanel > div > .wj-tabpanes > .wj-tabpane | Styles the individual tab pane. |