﻿
    .SideMenu {
        /*width :180px;*/
        /*height : 1119px;*/
        border: 1px solid #DCDCDC;
        /*background-color:#fafafa;*/
        background-color:#fafafa;
    }

    .tblSideMenu {
        width :85%;
        margin-left :10px;
        margin-top :5px;
        margin-bottom :30px;
    }

    .MainTitle{
        font-size :12px;
        font-weight : bold;
        padding-top :15px;
        padding-bottom :2px;   
        color :#5c5c5c;
        font-family: "微软雅黑";
        margin-left :2px;
        margin-right :2px;
        border-bottom : 1px dashed #b5b0b0;    
    }

    .MainTitle > img{
        vertical-align : top;
        width:20px;
        height :20px;   
    }

    .MainTitle a{
        color: #646464;
        font-size :12px;
        font-family: "微软雅黑";
        text-decoration : none;
    }

    .MainTitle a:hover{
        color:#f00;
        text-decoration : none;
    }

    .SubTitle{
        padding-left : 2px; 
        padding-top :3px; 
        padding-bottom :3px;  
    }

    .SubTitle img{
        padding-left :5px;
    }

    .SubTitle a{
        color: #646464;
        font-size :12px;
        font-family: "微软雅黑";
        text-decoration : none;
    }

    .SubTitle a:hover{
        color:#f00;
        text-decoration : none;
    }