﻿body, html {
            height: 100%;
            overflow: hidden;
        }

        body {
            padding: 0px;
            margin: 0;
            overflow: hidden;
        }

        .l-link {
            display: block;
            height: 26px;
            line-height: 26px;
            padding-left: 10px;
            text-decoration: underline;
            color: #333;
        }

        .su:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        .l-link2 {
            text-decoration: underline;
            color: white;
        }

        .l-layout-top {
            background: #102A49;
            color: White;
        }

        .l-layout-bottom {
            background: #E5EDEF;
            text-align: center;
        }

        .l-layout-left {
            overflow: hidden;
        }

        #pageloading {
            position: absolute;
            left: 0px;
            top: 0px;
            background: white url('loading.gif') no-repeat center;
            width: 100%;
            height: 100%;
            z-index: 99999;
        }

        .l-link {
            display: block;
            line-height: 22px;
            height: 22px;
            padding-left: 20px;
            border: 1px solid white;
            margin: 4px;
        }

        .l-link-over {
            background: #FFEEAC;
            border: 1px solid #DB9F00;
        }

        .userinfo {
            color: Green;
            background-image: url(../lib/ligerUI1.3.3/skins/icons/memeber.gif);
            background-repeat: no-repeat;
            width: 150px;
            height: 16px;
            padding-left: 16px;
            margin-top: 4px;
            margin-right: 2px;
            float: left;
        }

            .userinfo:hover {
                color: Blue;
            }

        .topheader {
            margin-left: 5px;
            margin-top: 0px;
            width: 100%;
        }

            .topheader ul {
                display: block;
                padding: 0px;
                margin: 0px;
            }

                .topheader ul li {
                    list-style: none;
                    float: left;
                    margin-left: 5px 10px 10px 5px;
                }

        .topheader_logo {
            margin-top: -10px;
        }

        .topheader_app {
            margin-left: 20px;
            font-weight: bold;
            color: White;
            font-size: 24px;
            margin-top: 13px;
            vertical-align: bottom;
            font-family: Arial;
        }

        .topheader_siteCode {
            margin-left: 10px;
            font-weight: bold;
            color: #002a5c;
            font-size: 18px;
            margin-top: 14px;
            vertical-align: bottom;
        }

        .topheader_siteName {
            margin-left: 5px;
            font-weight: bold;
            color: white /*#040404*/;
            font-size: 12px;
            margin-top: 23px;
            vertical-align: bottom;
        }

        #usertb tr td {
            border: 1px solid #A9CBEE;
            padding: 3px;
        }

        .topheader_favorites {
            cursor: pointer;
            background-image: url("../images/favorites.gif");
            height: 16px;
            width: 30px;
            background-repeat: no-repeat;
            padding-left: 22px;
            margin-left: 3px;
            margin-right: 40px;
        }

        #favorite {
            display: none;
            border: 1px solid #0462A5;
            width: 220px; /*height: 100%;*/
            min-height: 80px;
            background-color: white;
            position: absolute;
            top: 2px;
            text-align: left;
            z-index: 99999;
            padding: 10px;
        }

        .fi {
        }

        #favorite li {
            width: 220px;
            height: 22px;
            line-height: 22px;
        }
            /*#favorite li a{width:220px; height:22px; line-height:22px; display:block; padding-left}*/
            #favorite li a:hover {
                color: #0462A5;
            }

        #s1:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        #s2:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        #s3:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        .span:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        .fi:hover {
            background: #FFEEAC;
            height: 14px;
            width: 14px;
            border: 1px solid #DB9F00;
        }

        #deleteF {
            width: 220px;
            border: 2px dotted lightgrey;
            text-align: center;
            font-weight: bold;
        }

        .m-left a:link {
            text-decoration: none;
        }

        .m-left a:hover {
            text-decoration: underline;
        }

        .width5 {
            width: 130px;
        }

        .width7 {
            width: 155px;
        }

        /*套在Select外层，用于隐藏Select框*/
        .DivSelect {
            float: left;
            position: relative;
            background-color: transparent;
            height: 17px;
            overflow: hidden; /*隐藏了小三角，宽度为比select宽度少20px*/
            border-width: 0px;
            border-top-style: none;
            border-right-style: none;
            border-left-style: none;
            border-bottom-style: none;
        }

        /*设置Select样式*/
        .SelectList {
            position: relative;
            background-color: transparent;
            TOP: -2px;
            left: -2px;
            border-width: 0px;
            border-top-style: none;
            border-right-style: none;
            border-left-style: none;
            border-bottom-style: none;
            display: block;
            height: 20px;
            overflow: hidden;
            color: white;
        }