﻿#MenuTypeShowDiv {
    background: #fff;
    margin: -20px -30px 20px -30px;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F3F5F8;
    margin-bottom: 10px;
    background-color: white;
    overflow: auto;
}

#MenuTypeShow {
    overflow: auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
}

    #MenuTypeShow ul {
        list-style: none;
        margin-left: 0px;
        line-height: 25px;
    }

        #MenuTypeShow ul .MenuActive {
            border-style: solid;
            border-width: 1px 1px 0px 1px;
            border-color: #3399FF;
            list-style: none;
            margin-left: 0px;
            line-height: 30px;
            background-color: #3399FF;
            color: white;
        }

            #MenuTypeShow ul .MenuActive a {
                list-style: none;
                margin-left: 0px;
                line-height: 30px;
                background-color: #3399FF;
                color: white;
            }

    #MenuTypeShow li {
        border-style: solid;
        border-width: 1px 1px 0px 1px;
        border-color: #cccccc;
        display: inline;
        line-height: 30px;
        float: left;
        margin-right: 5px;
        cursor: pointer;
        background-color: #FFFFFF;
        color: black;
    }

        #MenuTypeShow li a {
            border-style: solid;
            border-width: 0px;
            display: inline;
            line-height: 28px;
            float: left;
            margin-right: 5px;
            cursor: pointer;
            padding-left: 10px;
            padding-right: 10px;
            text-decoration: none;
            color: black;
        }


            #MenuTypeShow li a:hover {
                border-style: solid;
                border-width: 0px;
                display: inline;
                line-height: 30px;
                float: left;
                margin-right: 5px;
                cursor: pointer;
                text-decoration: none;
                background-color: #3399FF;
                color: white;
            }



        #MenuTypeShow li:hover {
            border-style: solid;
            border-width: 1px 1px 0px 1px;
            border-color: #3399FF;
            display: inline;
            line-height: 30px;
            float: left;
            margin-right: 5px;
            cursor: pointer;
            background-color: #3399FF;
            color: white;
        }

#DocShow td {
    color: #666666;
    cursor: pointer;
}

    #DocShow td:hover {
        color: #0066FF;
        cursor: pointer;
        font-weight: bold;
    }


#DocShow a {
    cursor: pointer;
}

    #DocShow a:hover {
        color: #0066FF;
        cursor: pointer;
    }



#VTouming {
    width: 100%;
    height: 1600px;
    position: absolute;
    left: 0px;
    top: 0px;
    _left: auto;
    z-index: 99;
    filter: alpha(opacity=80);
    -moz-opacity: 0.2;
    opacity: 0.2;
    background-color: #000000;
    display: none;
}



#VTouming3 {
    width: 100%;
    height: 1600px;
    position: absolute;
    left: 0px;
    top: 0px;
    _left: auto;
    z-index: 99;
    filter: alpha(opacity=80);
    -moz-opacity: 0.2;
    opacity: 0.2;
    background-color: #000000;
    display: none;
}

.CatTypetd {
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    display: inline;
    line-height: 30px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #666666;
}

.activeTd {

    background-color:#399bff;
    color:white;
     border-color: #399bff;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}