﻿.tabs
{
    width: 100%;
    margin-top: 10px;
}

    .tabs #tabs_menu
    {
        height: 32px;
        background: #999;
        color: #fff;
        padding: 0px 5px;
        padding-top:3px;
        -webkit-border-radius: 10px 10px 0px 0px;
        -moz-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
    }

        .tabs #tabs_menu ul li
        {
            float: left;
            display: inline-block;
            cursor: pointer;
            -webkit-border-radius: 10px 10px 0px 0px;
            -moz-border-radius: 10px 10px 0px 0px;
            border-radius: 10px 10px 0px 0px;
            height: 29px;
            padding: 0px 20px;
            text-align: center;
        }

            .tabs #tabs_menu ul li.selected p
            {
                border-bottom: solid 3px #999;
            }

            .tabs #tabs_menu ul li.selected p {
                border-bottom: solid 3px #09685a;
            }

            .tabs #tabs_menu ul li p
            {
                font-size: 13px;
                line-height: 29px;
                font-weight: bold;
                padding: 0px 2px;
            }

    .tabs .tab
    {
        background: #eaeaea;
        padding: 0px;
        //padding: 20px 15px;
    }

    .tabs #tabs_content .tab
    {
        display: none;
    }

    .tabs #tabs_content .tab:first-child
    {
        display: block;
    }

    .tabs .sub_tab
    {
        //padding-top: 20px
    }
    
    .tabs #sub_tabs_menu
    {
        background: #c1c1c1;
        width: 100%;
        padding: 10px 0px;
        border-bottom: 2px #999 solid;
    }

    .tabs #sub_tabs_menu ul
    {
        text-align: center;
    }

    .tabs #sub_tabs_menu li
    {
        margin: 0px 5px;
        display: inline-block;
        list-style: none;
        padding: 3px 5px;
        cursor: pointer;
    }

        .tabs #sub_tabs_menu .selected {
            background: #09685a;
            color: #fff;
        }

.tabs .default_table {
    width: 100%;
}

.tabs .default_table th {
    background: #000;
    color: #fff;
}