.nav-content > li:hover > div {
    display: block;}
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        background: #fff;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #fff;
        border-radius: 1em;
        opacity: 0.6;}

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #333333;
        font-size: 12px;}

    .m-search input[type="text"]::placeholder {
        color: #fff;}

    .m-search input[type="image"] {
        position: absolute;
        right: 5px;
        top: 12px;
        height: 20px;}
A.c52425 {
color: #222222;
font-size: 10pt;

text-decoration: none;}
A.c52425:link {
color: #222222;}  
A.c52425:visited {
color: #222222;}  
A.c52425:active {
color: #222222;}  
A.c52425:hover {
color: #cc0000;}
.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);}
