/*------------------------------------------------------------------------------
此文件定义普通图标通用样式。
--------------------------------------------------------------------------------*/
.icon-refresh {
    background: url('icons/refresh.png') no-repeat center center;
}

.icon-reset {
    background: url('icons/reset.png') no-repeat center center;
}

.icon-submit {
    background: url('icons/submit.png') no-repeat center center;
}

.icon-claim {
    background: url('icons/claim.png') no-repeat center center;
}

.icon-clear {
    background: url('icons/clear.png') no-repeat center center;
}

.icon-logout {
    background: url('icons/logout.png') no-repeat center center;
}

.icon-person {
    background: url('icons/person.png') no-repeat center center;
}

.icon-message {
    background: url('icons/message.png') no-repeat center center;
}

.icon-navigater-collapsing {
    background: url('icons/navigater_collapsing.png') no-repeat center center;
}

.icon-navigater-expanding {
    background: url('icons/navigater_expanding.png') no-repeat center center;
}

.icon-loading {
    background: url('icons/loading.gif') no-repeat center center;
}

.icon-moveup {
    background: url('icons/navigater_up.png') no-repeat center center;
}

    .icon-moveup:hover {
        background: url('icons/navigater_up_white.png') no-repeat center center;
    }

.icon-movedown {
    background: url('icons/navigater_down.png') no-repeat center center;
}

    .icon-movedown:hover {
        background: url('icons/navigater_down_white.png') no-repeat center center;
    }

.icon-indexmenu-userinfo {
    background: url('icons/indexmenu/user.png') no-repeat center center;
}
.icon-indexmenu-logout {
    background: url('icons/indexmenu/logout.png') no-repeat center center;
}