﻿@charset "utf-8";
/* CSS Document */
.webwidget_tab {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}

.tabContainer {
    width: 100%;
    background: url(../img//tab.gif) repeat-x bottom;
    overflow: hidden;
}

    .tabContainer li {
        float: left;
        margin-right: 2px;
        background: url(../img//tabOff_right.gif) no-repeat right top;
    }

        .tabContainer li a {
            display: block !important;
            display: inline-block;
            padding: 0 15px;
            height: auto;
            line-height: 27px;
            background: url(../img//tabOff_left.gif) no-repeat left top;
        }

.webwidget_tab .tabHead {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.webwidget_tab .tabBody {
    border-left: #dbdbdb solid 1px;
    border-right: #dbdbdb solid 1px;
    background-color: white;
}

    .webwidget_tab .tabBody ul, li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .webwidget_tab .tabBody ul {
    }

        .webwidget_tab .tabBody ul li {
        }

.webwidget_tab .tabHead li a {
    font-weight: bold;
    text-decoration: none;
    color: #0099FF;
    font-size: 18px;
    padding: 10px;
    border-right: solid 1px #ddd;
}

.webwidget_tab .tabCot {
}

    .webwidget_tab .tabCot p {
        margin: 0px;
        padding: 5px;
    }

.webwidget_tab .tabContainer li.currentBtn {
    background: url(../img//tabOn_right.gif) no-repeat right top;
    font-size: 18px;
    padding:
}

    .webwidget_tab .tabContainer li.currentBtn a {
        height: auto;
        background: url(../img//tabOn_left.gif) no-repeat left top;
        color: #434142;
    }

.webwidget_tab .modA {
    margin: 10px;
}

.webwidget_tab .modBody {
    border-left: #dbdbdb solid 1px;
    border-right: #dbdbdb solid 1px;
    background-color: white;
}

.webwidget_tab .modTop h3 {
    padding: 0px;
    margin: 0px;
    height: 28px;
    background: url(../img//modAT.html) repeat-x left top;
    color: #2C6A78;
    font-size: 12px;
    line-height: 25px;
}

.modTop span.modATL, .modTop span.modATR {
    float: left;
    width: 4px;
    height: 28px;
    /*background: url(../img//bg.html) no-repeat left top;*/
    overflow: hidden;
}

.modTop span.modATR {
    float: right;
    background: url(../img//bg.html) no-repeat -4px top;
}

.modA #sideNav dd a:hover {
    background: url(../img//bg.html) no-repeat left -110px;
    color: #FFF;
    text-decoration: none;
}

.webwidget_tab .modBottom {
    width: 100%;
    height: 4px;
    background: url(../img//modAB.gif) repeat-x left top;
    overflow: hidden;
}

    .webwidget_tab .modBottom span.modABL, .modBottom span.modABR, .modTopB span.modATR, .modTopB span.modATL {
        float: left;
        width: 4px;
        height: 4px;
        background: url(../img//bg.html) no-repeat left -28px;
        overflow: hidden;
    }

    .webwidget_tab .modBottom span.modABR {
        float: right;
        background: url(../img//bg.html) no-repeat -4px -28px;
    }




@media only screen and (max-width: 768px) {

    .webwidget_tab .tabHead li a {
        font-weight: bold;
        text-decoration: none;
        color: #0099FF;
        font-size: 16px;
        padding: 10px;
        border-right: solid 1px #ddd;
    }

    .basic_version2 {
        border-radius: 5px;
        padding: 8px;
        background: url("../img//header-back.jpg");
        color: #fff;
        font-weight: bold;
        line-height: 23px;
        font-size: 12px;
    }
}



@media only screen and (max-width: 667px) {

    .webwidget_tab .tabHead li a {
        font-weight: bold;
        text-decoration: none;
        color: #0099FF;
        font-size: 15px;
        padding: 10px;
        border-right: solid 1px #ddd;
    }


    @media only screen and (max-width: 472px) {

        .basic_version2 {
            border-radius: 5px;
            padding: 8px 0;
            background: url("../img//header-back.jpg");
            color: #fff;
            font-weight: bold;
            line-height: 16px;
            font-size: 11px;
        }
    }
}

.basic_version2 {
    border-radius: 5px;
    padding: 8px 3px;
    background: url("../img//header-back.jpg");
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    font-size: 11px;
    height: 87px;
}



@media only screen and (max-width: 333px) {

    .basic_version2 {
        border-radius: 5px;
        padding: 8px 0px;
        background: url("../img//header-back.jpg");
        color: #fff;
        font-weight: bold;
        line-height: 16px;
        font-size: 10px;
        height: 87px;
    }

    .webwidget_tab .tabHead li a {
        font-weight: bold;
        text-decoration: none;
        color: #0099FF;
        font-size: 13px;
        padding: 10px 5px;
        border-right: solid 1px #ddd;
    }
}
