body {
    background: #D2E0F2;
    font: 12px/1.2em Microsoft YaHei;
}

a,
a:link {
    color: #000;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #39f;
    text-decoration: none;
}

.pd1 { padding: 1px; }

.pd2 { padding: 2px; }

.pd2-1 { padding: 2px 2px 0 2px; }

.pd3 { padding: 3px }

.pd5 { padding: 5px; }

.pd10 { padding: 10px; }

label,
button,
input,
select,
textarea { font-size: 12px; }

input,
button,
select,
textarea { font: 12px/1.2em Microsoft YaHei; }

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }

input {
     padding-left: 3px !important;
     padding-right: 3px !important;
}

.tabs-tool { border-top: 0; }

.wu-textarea {
    border: 1px #95b8e7 solid;
    padding: 3px;
    width: 260px;
}

.wu-text {
    height: 17px;
    line-height: 19px;
    text-indent: 3px;
}

.wu-header {
    background-image: url(../images/web_login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px #95b8e7 solid;
    height: 55px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.wu-logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 25px;
}

.wu-tx-c { text-align: center; }

.wu-tx-c h1 {
    color: #fff;
    display: -webkit-inline-box;
    font: 20px/20px Verdana;
    vertical-align: middle;
}

.wu-header-left {
    left: 15px;
    position: absolute;
    top: 4px;
    z-index: 1;
}

.wu-header-left h1 {
    color: #fff;
    font: 20px/20px Verdana;
}

.wu-header-right {
    color: #fff;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 0;
    z-index: 1;
}

.wu-header-right p { line-height: 0.7em; }

.wu-header-right a {
    color: #fff;
    margin: 0 5px;
}

.wu-sidebar { width: 160px; }

.wu-side-tree .tree-node { padding: 3px 0px; }

.wu-side-tree a { display: block; }

.wu-side-tree .tree-node-selected {
    border: 1px #fade23 solid;
    padding: 2px 0;
}

.wu-toolbar-button,
.wu-toolbar-search { padding: 3px 5px; }

.wu-footer {
    background: #e0ecff;
    height: 20px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}