﻿
/*=============按钮样式====================*/
.btn-null
{
    padding: 3px 0 3px 0;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-add
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/add.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: black;
    text-decoration: none;
    height: 22px;
}
.btn-edit
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/edit.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-delete
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/delete.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-search
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('images/buttons/search.png');
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    }
.btn-home
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/home.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-user
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/user.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-excel
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/excel.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-word
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/word.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-download
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/download.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-email
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/email.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-help
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/help.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-logout
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/logout.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-return
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/return.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-refresh
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/refresh.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-save
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/save.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-accept
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/accept.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-password
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/password.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-set
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/set.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-role
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/role.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-auth
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/auth.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-login
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/login.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-cancel
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/cancel.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-view
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/view.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-sms
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/sms.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-check
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/check.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-uncheck
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/uncheck.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-camera
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/camera.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-upload
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/upload.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-print
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/print.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-detail
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/detail.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
.btn-crop
{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/buttons/crop.png);
    padding: 3px 0 3px 18px;
    *overflow:visible;
    background-color: white;
    border-style: none;
    cursor: pointer;
    color: Black;
    text-decoration: none;
    height: 22px;
}
