
.tab_bg {
    width: 100%;
    height:32px;
    background-image:url(images/tab_tab_bg.jpg);
    background-repeat:repeat-x;
}

.tab_bg a:link {
    color: #ffffff;
    text-decoration: none;
}
.tab_bg a:visited {
    color: #ffffff;
    text-decoration: none;
}
.tab_bg a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.tab_bg a:active {
    color: #ffffff;
    text-decoration: underline;
}


.tab_title
{
    background-image:url(images/tab_tab_bg_0.jpg);
    background-repeat:repeat-x;
    color: #ffffff;
    text-decoration:none;
    margin-right: 2px;
}

.tab_title a,
.tab_active a {
    padding: 0px 10px 0px 10px;
}


.tab_active {
    background-image:url(images/tab_tab_bg_1.jpg);
    background-repeat:repeat-x;
    color:#ffffff;
    /*z-index:10;*/
    position:relative;
}


.tab_content {
    padding: 15px 8px 8px 8px;
    display:none;
    background-color:#F7F7F7;
    min-height: 415px;
    color: #000000;
    border: 1px solid #D8D8D8;
    border-top:none;
}
