﻿body
{
    margin: 0;
    padding: 0;
    font: 10px normal Verdana, Arial, Helvetica, sans-serif;
    color: #444;
}

.Vts_container
{
    width: 223px;
    margin: 0px auto;
}
ul.vts_tabs
{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 0px solid #bfc3ce;
    border-left: 0px solid #bfc3ce;
    width: 100%;
}
ul.vts_tabs li
{
    float: left;
    margin: 0;
    padding: 0;
    height: 28px;
    line-height: 28px;
    border: 0px solid #bfc3ce;
    border-left: none;
    margin-bottom: -1px;
    background: url(../images/NoticeBoard_tab.png) no-repeat;
    width: 103px;
    overflow: hidden;
    position: relative;
}
ul.vts_tabs li a
{
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1.1em;
    padding: 0 7px;
    border: 0px solid #bfc3ce;
    outline: none;
}
ul.vts_tabs li a:hover
{
    background: url(../images/NoticeBoard_tab_hover.png) no-repeat;
    width: 103px;
}
html ul.vts_tabs li.active, html ul.vts_tabs li.active a:hover
{
    background: url(../images/NoticeBoard_tab_hover.png) no-repeat;
    width: 103px;
}
.vts_tab_container
{
    border: 0px solid #bfc3ce;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: transparent;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.vts_tab_content
{
    padding: 10px;
}

.vts_tabHeadtxt
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #533105;
    text-align: left;
    padding-left: 0px;
}
.vts_tabSmalltxt
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #533105;
    text-align: left;
    padding-left: 0px;
}
