.tabs-container
{
    /*overflow: hidden;*/
}
.tabs-header
{
    /* border-bottom: solid 1px #5DC2E6;*/
    position: relative; /*height: 24px;*/
    background-color: #fff;
    height: 27px;
    border-bottom: solid 1px #c7cedb;
}
.tabs-header-plain
{
    border: 0;
    background: transparent;
}
.tabs-scroller-left, .tabs-scroller-right
{
    position: absolute;
    bottom: 0;
    width: 18px;
    font-size: 1px;
    display: none;
    cursor: pointer;
    height: 24px;
    margin-top: 3px;
}
.tabs-scroller-left
{
    left: 0;
}
.tabs-scroller-right
{
    right: 18px;
}
.tabs-tool
{
    position: absolute;
    bottom: 0;
    padding: 1px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}
.tabs-header-plain .tabs-tool
{
    padding: 0 1px;
}
.tabs-wrap
{
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 0 5px;
}
.tabs-scrolling
{
    margin-left: 18px;
    margin-right: 18px;
}
.tabs-disabled
{
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.tabs
{
    list-style-type: none;
    height: 25px;
    margin: 0px;
    padding: 0px;
    width: 10000px;
}
.tabs li
{
    float: left;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    border: 0;
    height: 24px;
}
.tabs li a.tabs-inner
{
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    float: left;
    border-top: solid 1px #c7cedb;
    border-left: solid 1px #c7cedb;
    border-right: solid 1px #c7cedb;
    border-top-width: 2px;
    height: 25px;
    color: #999;
    line-height: 25px;
}
.tabs li.tabs-selected a.tabs-inner
{
    /*background: #a1e9ff url('images/tagBg.png') repeat-x 0 -24px;     color: #000;*/
    padding-right: 20px;
    font-size: 12px;
    float: left;
    border-top: solid 1px #c7cedb;
    border-left: solid 1px #c7cedb;
    border-right: solid 1px #c7cedb;
    border-top-width: 2px;
    height: 25px;
    color: #999;
    line-height: 25px;
}
.tabs li.tabs-selected a:hover.tabs-inner
{
    cursor: default;
    pointer: default;
}
.mc_headIn ul.tabs li
{
    background-color: #fff;
    height: 27px;
}
.mc_headIn ul.tabs li.tabs-selected
{
    background-color: #ecedf1;
    height: 28px;
}
.mc_headIn ul.tabs li.tabs-selected a.tabs-inner .tabs-closable
{
    color: #333;
}
.mc_headIn .tabs li.tabs-selected a.tabs-inner
{
    border-top-color: #7696d6;
}



.tabs li a.tabs-close, .tabs-p-tool
{
    position: absolute;
    font-size: 1px;
    display: block;
    height: 12px;
    padding: 0;
    top: 50%;
    margin-top: -6px;
    overflow: hidden;
}
.tabs li a.tabs-close
{
    width: 12px;
    right: 5px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.tabs-p-tool
{
    right: 16px;
}
.tabs-p-tool a
{
    display: inline-block;
    font-size: 1px;
    width: 12px;
    height: 12px;
    margin: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.tabs li a:hover.tabs-close, .tabs-p-tool a:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: hand;
    cursor: pointer;
}
.tabs-with-icon
{
    padding-left: 18px;
}
.tabs-icon
{
    position: absolute;
    width: 16px;
    height: 16px;
    left: 10px;
    top: 50%;
    margin-top: -8px;
}
.tabs-title
{
    font-size: 12px;
    padding-left: 10px;
}
.tabs-closable
{
    /*padding-right: 8px;*/
    font-size: 12px;
    float: left;
    height: 25px;
    color: #999;
    line-height: 25px; /* background-color:#C0C0C0;*/
}
.tabs-panels
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #ecedf1;
}
.tabs-header-bottom
{
    border-width: 0 1px 1px 1px;
    padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs
{
    border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li
{
    margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner
{
}
.tabs-header-bottom .tabs-tool
{
    top: 0;
}
.tabs-header-bottom .tabs-scroller-left, .tabs-header-bottom .tabs-scroller-right
{
    top: 0;
    bottom: auto;
}
.tabs-panels-top
{
    border-width: 1px 1px 0 1px;
}
.tabs-header-left
{
    float: left;
    border-width: 1px 0 1px 1px;
    padding: 0;
}
.tabs-header-right
{
    float: right;
    border-width: 1px 1px 1px 0;
    padding: 0;
}
.tabs-header-left .tabs-wrap, .tabs-header-right .tabs-wrap
{
    height: 100%;
}
.tabs-header-left .tabs
{
    height: 100%;
    padding: 4px 0 0 4px;
    border-width: 0 1px 0 0;
}
.tabs-header-right .tabs
{
    height: 100%;
    padding: 4px 4px 0 0;
    border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li, .tabs-header-right .tabs li
{
    display: block;
    width: 100%;
    position: relative;
}
.tabs-header-left .tabs li
{
    left: auto;
    right: 0;
    margin: 0 -1px 4px 0;
    float: right;
}
.tabs-header-right .tabs li
{
    left: 0;
    right: auto;
    margin: 0 0 4px -1px;
    float: left;
}
.tabs-header-left .tabs li a.tabs-inner
{
    display: block;
    text-align: left;
}
.tabs-header-right .tabs li a.tabs-inner
{
    display: block;
    text-align: left;
}
.tabs-panels-right
{
    float: right;
    border-width: 1px 1px 1px 0;
}
.tabs-panels-left
{
    border-width: 1px 0 1px 1px;
}
.tabs-header-noborder, .tabs-panels-noborder
{
    border: 0px;
}
.tabs-header-plain
{
    border: 0px;
    background: transparent;
}
.tabs-scroller-left
{
    background: url('images/tagLR.png') no-repeat 0px -24px;
    z-index: 5;
    float: left;
}
.tabs-scroller-left:hover
{
    float: left;
    background-position: 5 -24px;
}
.tabs-scroller-right
{
    background: url('images/tagLR.png') no-repeat -28px -25px;
    z-index: 5;
}
.tabs-scroller-right:hover
{
    background-position: -28px -25px;
}
.tabs li a.tabs-close
{
    margin-right: 0px;
    background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover
{
    /*background: #CCCCCC url('images/tagBg.gif') repeat-x 0 -24px;*/
    filter: none;
}
.tabs li.tabs-selected a.tabs-inner
{
    /* background: #CCCCCC url('images/tagBg.gif') repeat-x 0 0;*/
    color: #000;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner
{
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner
{
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner
{
}
.tabs li a.tabs-inner
{
    /* background: #e7f3f8 url('images/tagBg.png') repeat-x 0 -24px;*/
}
.tabs-tool
{
}
.tabs-header-plain
{
    background: transparent;
}


.tabs-p-tool a:hover, .tabs li a:hover.tabs-close, .tabs-scroller-over
{
    /* background-color: #eaf2ff;*/
}
