﻿

.container
{
    width: 278px;
    margin: 0px;
}
ul.Jgs_tabs
{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 20px;
    border-bottom: 1px solid #ffe35c;
    border-left: 0px solid #999;
    width: 100%;
}
ul.Jgs_tabs li
{
    float: left;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    border: 0px solid #999;
    border-left: none;
    margin-bottom: -1px;
    background: #ffc603;
    overflow: hidden;
    position: relative;
    width:50%;
    text-align:center;
    cursor:pointer;
}
ul.Jgs_tabs li a
{
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 11px;
    padding: 0 5px;
    border: 1px solid #ffe35c;
    outline: none;
    text-align:center;
    cursor:pointer;
}
ul.Jgs_tabs li a:hover
{
    background: Transparent;
}
html ul.Jgs_tabs li.active, html ul.Jgs_tabs li.active a:hover
{
    background: #fee157;
    border-bottom: 0px solid #fff;
}
.tab_container
{
    border: 0px solid #999;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: transparent;
    -moz-border-radius-bottomright: 0px;
    -khtml-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -khtml-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
}
.tab_content
{
    padding: 5px;
}

.jgs_tabHeadtxt
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.jgs_tabSmalltxt
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-align: left;
}
