.yiiTab ul.tabs
{
    padding: 2px 0;
    margin: 0;
    border-bottom: 0px solid #4F81BD;
    font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 30px;
}

.yiiTab ul.tabs li
{
    list-style: none;
    margin: 0 5px 0 0;
    padding: 10px 0 0 0 ! important;
    display: inline;
    cursor: pointer ! important;
}

.yiiTab ul.tabs a
{
    float: left;
    text-align: center;
    cursor: pointer ! important;
    /*-moz-border-radius-topleft:5px;*/
    /*-moz-border-radius-topright:5px;*/
    width: 155px;
    height: 30px;
    display: block;
    padding: 7px 0 0 0;
    background: url("../images/bg_tab.png");
    background-repeat: no-repeat;
    text-decoration: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

.yiiTab ul.tabs a:link
{
    color: #667;
     cursor: pointer ! important;
}

.yiiTab ul.tabs a:visited
{
    color: #667;
}

.yiiTab ul.tabs a:hover
{
    color: #000;
    background: url("../images/bg_tab_active.png");
    background-repeat: no-repeat;
    border-color: #227;
    height: 30px;
    cursor: pointer ! important;
}

.yiiTab ul.tabs a.active
{
    background: url("../images/bg_tab_active.png");
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer ! important;
}

.yiiTab div.view
{
    /*background: #f2f2f2;*/
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}