﻿

#monitorTree {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 160px;
    height: auto;
    background-color: #97cfa3;  /* need modify */
    border-right: solid 2px #a8a8a8;
}

#monitorImage {
    position: absolute;
    left: 160px;
    top: 0px;
    width: auto;
    height: auto;
    margin: 0px;
}


.monitorTreeClass a:link {
    text-decoration: none;
}

.monitorTreeClass ul {
    margin: 0px;
    padding: 0px;
    width: 150px;
    list-style: none;
    color: white;
}

    .monitorTreeClass ul li {
        margin: 0;
        padding: 16px 20px 0px 20px;
        width: 120px;
        font-family: "微软雅黑","宋体";
        font-size: 14pt;
        border-top: 1px solid #d9ebfe;
        border-bottom: 0px solid gray;
        color: white;
    }

        .monitorTreeClass ul li ul li {
            margin: 0;
            padding: 4px 20px 0px 20px;
            width: 100px;
            height: 24px;
            font-family: "微软雅黑","宋体";
            font-size: 10pt;
            border-top: 1px solid #d8d8d8;
            border-bottom: 0px solid gray;
            cursor: pointer;
            color: white;
        }


            .monitorTreeClass ul li ul li a {
                color: white;
            }


.monitorTreeItemChecked {
    background-color: #b7efc3;  /* need modify */
}

.monitorTreeItemUnchecked {
    background-color: #97cfa3;  /* need modify */
}
