﻿#tabs
{
    width: 100%;
    margin: 0px;
}

#tabs li
{
    display: inline;
    float: left;
    height: 30px;
    position: relative;
    background: url(images/redtbbg.gif);
    overflow: hidden;
}

#tabs li.leftcurv
{
    background: url(images/redlfcur.gif) left no-repeat;
    height: 30px;
    width: 4px;
}
#tabs li.rightcurv
{
    background: url(images/redrgcur.gif) right no-repeat;
    height: 30px;
    width: 4px;
}


#tabs li.divider
{
    width: 2px;
    height: 30px;
    background: url(images/reddivder.gif);
}


#tabs a
{
    padding: 10px 20px 5px 15px;
    height: 30px;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font: bold 11px Tahoma, Arial, Verdana;
    color: #fff;
    text-decoration: none;
}

#tabs a:hover
{
    margin-top: 3px;
    background: url(images/newactivebg.gif) no-repeat;
    color: #990000;
}

#tabs li.on a
{
    margin-top: 3px;
    background: url(images/newactivebg.gif) no-repeat;
    color: #990000;
}

#tabs a span
{
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/redtbbg.gif);
    top: 0px;
    position: absolute;
}

#tabs a:hover span, #tabs li.on a span
{
    width: 30px;
    height: 30px;
    margin-top: 3px;
    background: url(images/newactrightcur.gif) no-repeat;
    top: 0px;
    position: absolute;
}

#tabContainer
{
    padding: 6px;
}


/* comment header */
.redtabs
{
    width: 100%;
    background: url(images/redtbbg.gif);
    height: 30px;
}

.redtabs .leftcurv
{
    background: url(images/redlfcur.gif) left no-repeat;
    height: 30px;
    width: 4px;
}
.redtabs .rightcurv
{
    background: url(images/redrgcur.gif);
    float: right;
    top: -33px;
    position: relative;
}

.redtabs .on
{
    padding: 9px 20px 10px 10px;
    top: -7px;
    position: relative;
    font: bold 11px Tahoma;
    background: url(images/newactivebg.gif) no-repeat;
    color: #990000;
}

.redtabs .rightend
{
    width: 30px;
    height: 30px;
    background: url(images/newactrightcur.gif) no-repeat;
    top: 3px;
    position: relative;
}

.tabContent
{
    border: solid 1px #dddddd;
    border-top-width: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=  '#ffffff' , endColorstr= '#eeeeee' );
}
