.tabPanel
{
    width:100%;
    float:left;
    margin-right:10px;
}
.tabTop
{
    float:left;
    height:39px;
    width:100%;
}
.tabPanel .tabTopTitle
{
    float:left;
    height:39px;
    line-height:39px;
    padding-left:15px;
}

.tabPanel .tabTopTitle h2
{
    font-size:18px;
    margin:0px;
    padding:0px;
}

.tabPanel.green .tabTopTitle h2, .tabPanel.green .tabContent a
{
    color:#a9ba52;
}
.tabPanel.yellow .tabTopTitle h2, .tabPanel.yellow .tabContent a
{
    color:#e0cf7d;
}
.tabPanel.pink .tabTopTitle h2, .tabPanel.pink .tabContent a
{
    color:#f5a3a7;
}

.tabPanel.green .tabContent a:hover, .tabPanel.green .tabContent a:active
{
    color:#758537;
}
.tabPanel.yellow .tabContent a:hover, .tabPanel.yellow .tabContent a:active
{
    color:#ae982d;
}
.tabPanel.pink .tabContent a:hover, .tabPanel.pink .tabContent a:active
{
    color:#df6f75;
}

.tabPanel .tabContent a
{
    text-decoration:none;
    font-weight:bold;
}

.tabPanel .tabContent a:hover,.tabPanel .tabContent a:active
{

}

.tabPanel .tabTopTab
{
    float:right;
    height:39px;
    background-image:url(../images/tabPanel-tab-top-right.png);
    background-repeat:no-repeat;
    background-position: right top;
    min-width:20px;
    text-align:center;
    line-height:39px;
    padding-right:17px;
    width:auto;
}

body.ie6 .tabPanel .tabTopTab
{
    height:33px;
    padding-top:6px;
}


.tabPanel .tabTopSpace
{
    float:right;
    height:39px;
    background-image:url(../images/tabPanel-tab-top-space.png);
    background-repeat:no-repeat;
    background-color:#ebedea;
    padding-left:30px;
    width:auto;
}



.tabPanel .tabContent
{
    float:left;
    clear:both;
    background-color:#ebedea;
    width:100%;
}

.tabPanel .dialogBox .pContent,
.tabPanel .dialogBox .pTop,
.tabPanel .dialogBox .pBottom,
.tabPanel .dialogBox .pBottom div {
    background-image:url(../images/tabPanel-bg.png);
}

.tabPanel .dialogBox .floatContent
{
    padding-top:10px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
