@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{ font-size:11pt; color:#FFFFFF; width:100%; height:40px; 
line-height:40px;}
.ddsmoothmenu ul{margin: 0;padding: 0;list-style-type: none;vertical-align:bottom;}

.ddsmoothmenu ul li{position: relative;display: inline;float: left !important; vertical-align:bottom;}
.ddsmoothmenu ul li.sel{}
.ddsmoothmenu ul li.sel>a{ color:#FFFFFF;}


.ddsmoothmenu ul li a{display: block;color:#073F6A;text-decoration: none;width:100px;height:40px;text-align:center;}
* html .ddsmoothmenu ul li a{ display: inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}
.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{color:#073F6A;}


.ddsmoothmenu ul li ul{position: absolute;left: 0;display: none;visibility: hidden;width:100px;}

.ddsmoothmenu ul li ul li{display: list-item; width:100px;height:26px;line-height:26px;border-bottom:2px solid #555;}
.ddsmoothmenu ul li ul li.last{border-bottom:none;}

.ddsmoothmenu ul li ul li a{color: #fff!important;font-size: 12px;font-weight: normal;margin: 0; padding:0px; width:100px;height:26px;line-height:26px;background:rgb(114,173,217);text-align:center;text-decoration: none;}
.ddsmoothmenu ul li ul li a.selected{}
.ddsmoothmenu ul li ul li a:hover{
background:rgb(21,117,191);}

.ddsmoothmenu ul li ul.w240{width:240px;}
.ddsmoothmenu ul li ul.w240 li{width:240px;}
.ddsmoothmenu ul li ul.w240 li a{width:240px;text-decoration: none;}
.ddsmoothmenu ul li ul.w240 li a:hover{width:240px;text-decoration: none;}.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}