﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
}

ol, ul, li, dl, dt, dd {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    q:before, q:after {
        content: '';
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 47px;
}

body {
    font-size: 12px;
    color: #313131;
    font-family: "宋体", Arial, sans-serif;
}

a {
    text-decoration: underline;
    color: #313131;
    cursor: pointer;
}

    a:link {
        text-decoration: underline;
        color: #313131;
        cursor: pointer;
    }

    a:hover {
        text-decoration: none;
        color: #04675A;
    }

.btnSearch {
    height:26px;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 65px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    background: url(../admin/images/btn65off.gif) no-repeat;
    cursor: pointer;
}

.btnUpDatePhone {
    height:26px;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 125px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    background: url(../admin/images/btn125.gif) no-repeat;
    cursor: pointer;
}

.btnSearch165 {
    height:26px;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 165px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    background: url(../admin/images/btn165off.gif) no-repeat;
    cursor: pointer;
}

.btnSearch87 {
    width: 87px;
    height: 27px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    background: url(/images/btn87.gif) center 2px no-repeat;
    border: none;
    cursor: pointer;
}

.btnCancel {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 65px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    background: url(../admin/images/btn91.gif) no-repeat;
    cursor: pointer;
}

.btnImport {
    width: 112px;
    height: 26px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    background: url(../admin/images/btn112.gif) no-repeat;
    border: none;
    cursor: pointer;
}

.btnImport87 {
    width: 87px;
    height: 26px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    background: url(../admin/images/btn87.gif) no-repeat;
    border: none;
    cursor: pointer;
}

.btnImport125 {
    width: 125px;
    height: 26px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    background: url(../admin/images/btn125.gif) no-repeat;
    border: none;
    cursor: pointer;
}

.innerBox .btnSearch2, .innerBox .btnSearch3, .innerBox .btnSearch4 {
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

    .innerBox .btnSearch2:hover, .innerBox .btnSearch3:hover, .innerBox .btnSearch4:hover {
        color: #fff;
    }

.innerBox .btnSearch2 {
    width: 65px;
    background: url(../admin/images/btn65off.gif) no-repeat;
}

.innerBox .btnSearch3 {
    width: 110px;
    background: url(../admin/images/btn110off.gif) no-repeat;
}

.innerBox .btnSearch4 {
    width: 165px;
    background: url(../admin/images/btn165off.gif) no-repeat;
}


.pageNF {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
}

    .pageNF a {
        font-size: 12px;
    }

#AspNetPager1 {
    margin-top: 10px;
}

.UpdateLogs li {
    height: 24px;
    font-size: 14px;
    margin-right: 20px;
}

/*
  JBOX STYLE
  提示：CSS 样式只允许修改颜色属性，或图片的地址（图片大小要和默认的一致）。border:dotted solid double dashed
*/
*:focus {
    outline: none;
}
/* fade */
.jbox-fade {
    background-color: #000000;
}
/* drag */
.jbox-drag {
    border: 1px dashed #818E49;
}
/* jbox */
div.jbox {
    padding: 0px;
    border: none;
    font-size: 12px;
}
    /* border */
    div.jbox .jbox-border {
        background: none repeat scroll 0 0 #3C968A;
    }
    /* container */
    div.jbox .jbox-container {
        background-color: #ffffff;
        border: 1px solid #3C968A;
    }
    /* title-panel */
    div.jbox .jbox-title-panel {
        background: #3C968A;
        border-bottom: 1px solid #3C968A;
    }

    div.jbox .jbox-title {
        font-weight: bold;
        color: #ffffff;
    }

    div.jbox .jbox-title-icon {
        background: url(images/jbox-title-icon.gif) no-repeat scroll 3px 5px transparent;
    }

    div.jbox .jbox-close, div.jbox .jbox-close-hover {
        background: url(images/jbox-close1.gif) no-repeat scroll 0px 0px transparent;
    }

    div.jbox .jbox-close-hover {
        background-position: -16px 0;
    }
    /* content */
    div.jbox .jbox-content {
        min-height: 24px;
        line-height: 18px;
        color: #444444;
    }

    div.jbox .jbox-content-loading {
        background-color: #E6E6E6;
    }

    div.jbox .jbox-content-loading-image {
        background: url(images/jbox-content-loading.gif) no-repeat bottom center;
    }
    /* button-panel */
    div.jbox .jbox-button-panel {
        border-top: 1px solid #CCCCCC;
        background-color: #EEEEEE;
    }

    div.jbox .jbox-bottom-text {
        text-indent: 10px;
        color: #444444;
    }

    div.jbox .jbox-button {
        background: url(images/jbox-button2.png) repeat-x transparent;
        border: #AAAAAA 1px solid;
        color: #888888;
        border-radius: 3px 3px 3px 3px;
        margin: 1px 7px 0px 0px;
        height: 22px;
        cursor: default;
    }

    div.jbox .jbox-button-hover {
        background-position: 0px -20px;
        color: #666666;
    }

    div.jbox .jbox-button-active {
        background-position: 0px -40px;
    }

div.jbox-warning .jbox .jbox-button-panel {
    background-color: #FFFFFF;
}
/* tip-color */
div.jbox .jbox-tip-color {
    background-color: #3C968A;
    border-color: #3C968A;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
}
/* icons */
div.jbox span.jbox-icon {
    background: url(images/jbox-icons.png) no-repeat scroll 0 0 transparent;
    _background: url(images/jbox-icons-ie6.gif) no-repeat scroll 0 0 transparent;
}

div.jbox span.jbox-icon-info {
    background-position: 0 0;
}

div.jbox span.jbox-icon-question {
    background-position: -36px 0;
}

div.jbox span.jbox-icon-success {
    background-position: -72px 0;
}

div.jbox span.jbox-icon-warning {
    background-position: -108px 0;
}

div.jbox span.jbox-icon-error {
    background-position: -144px 0;
}

div.jbox span.jbox-icon-none {
    display: none;
    overflow: hidden;
}

div.jbox span.jbox-icon-loading {
    background: url(images/jbox-loading1.gif) no-repeat scroll 0 0 transparent;
}
/*JBOX STYLE END*/

em {
    font-style: normal;
}
