﻿.button_select {
    width: 21px;
    height: 20px;
    background-image: url(../image/main/search.gif);
    border: 0px none;
    background-color: transparent;
    cursor: hand;
}

.buttonface input[type="submit"] {
    border: 0;
    outline: 0;
}

.buttonface {
    background-position: -1px -23px;
    font-family: "Tahoma";
    font-size: 12px;
    color: #000000;
    background-image: url('../image/button/ButtonSprites.gif');
    cursor: pointer;
    border-right: 1px solid #A7BEDB;
    border-top: 1px solid #A7BEDB;
    border-left: 1px solid #A7BEDB;
    border-bottom: 1px solid #A3BAD8;
    margin: 0 2px 0 0;
    padding: 1px 5px;
    height: 22px; /*	border-color: transparent; border-width:1px; border-style:solid; */
    line-height: 18px !important;
    overflow: visible; /*解决ie7中padding自动增加的问题*/
    -moz-display: inline-block;
    display: inline-block;
    line-height: 16px;
}


    .buttonface:hover {
        background-position: -1px -112px;
        border-right: 1px solid #8F8267;
        border-top: 1px solid #8F8267;
        border-left: 1px solid #8F8267;
        border-bottom: 1px solid #C3BDAE;
        padding: 1px 5px 1px 5px;
        line-height: 18px !important;
        overflow: visible;
    }

    .buttonface:focus {
        background-position: -1px -67px;
        border-right: 1px solid #8F8267;
        border-top: 1px solid #8F8267;
        border-left: 1px solid #8F8267;
        border-bottom: 1px solid #C3BDAE;
        padding: 1px 5px 1px 5px;
        line-height: 18px !important;
        overflow: visible;
    }

    .buttonface:active {
        background-position: -1px -87px;
        border-right: 1px solid #8F8267;
        border-top: 1px solid #8F8267;
        border-left: 1px solid #8F8267;
        border-bottom: 1px solid #C3BDAE;
        padding: 1px 5px 1px 5px;
        line-height: 18px !important;
        overflow: visible;
    }

.button {
    border: 1px solid;
    border-color: #4e667e #5e7488 #425c71;
    padding-top: 1px;
    padding-bottom: 1px;
    background: #d6e1e7 repeat-x 0 0 url(../image/commonButton.gif);
    color: #0d202b;
    font: 12px "segoe ui",tahoma,sans-serif;
    cursor: pointer;
}

.buttonface0 {
    border: 1px solid;
    border-color: #93aaa7 #557a8a #527889;
    background: #a8d1cc url('../image/qsfButton.gif') repeat-x;
    font-size: 11px;
    line-height: 20px;
    padding: 0;
    cursor: pointer;
}

.buttonface95 {
    width: 95px;
    font-size: 11px;
    border: 0;
    background: url(../image/qsfButton95.gif) no-repeat #a8d1cc;
    cursor: pointer;
    cursor: pointer;
}

label {
    font-size: 13px;
    white-space: nowrap;
    color: #0F3789;
    line-height: 21px;
}

.label_like {
    font-size: 13px;
    white-space: nowrap;
    color: #003399;
    font-weight: normal;
    line-height: 21px;
}

.label_gray {
    font-size: 13px;
    white-space: nowrap;
    color: #8d8d8d;
    font-weight: normal;
}

.input {
    font-size: 11px;
    font-family: "Tahoma";
    height: 20px;
    border: 1px solid #7F9DB9;
}

.input2 {
    font-size: 12px;
    font-family: "Tahoma";
    height: 20px;
    border: 1px solid #7F9DB9;
}

.input3 {
    font-size: 11px;
    font-family: "Tahoma";
    height: 20px;
    border: 1px solid #1C5180;
}

select {
}

/*输入框样式*/
.box, .mutl_box {
    background-color: #FFFFFF;
    border-color: #7F9DB9;
    color: #333333;
}

.box {
    border-style: solid;
    border-width: 1px;
    cursor: text;
    outline: medium none;
    font-size: 13px;
    line-height: 17px;
    padding: 2px 3px;
    resize: none;
}

    .box[disabled="disabled"] {
        border-style: solid;
        border-width: 1px;
        cursor: text;
        outline: medium none;
        font-size: 13px;
        line-height: 17px;
        padding: 2px 3px;
        resize: none;
        background-color: #FFF5D3;
    }

.box_small {
    background-color: #ffffff;
    border-bottom: #7F9DB9 1px solid;
    border-left: #7F9DB9 1px solid;
    border-right: #7F9DB9 1px solid;
    border-top: #7F9DB9 1px solid;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0px;
}

.riTextBox {
    border: #8e8e8e 1px solid;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

.mutl_box {
    border-style: solid;
    border-width: 1px;
    cursor: text;
    outline: medium none;
    font-size: 13px;
    line-height: 17px;
    padding: 2px 3px;
    resize: none;
    word-wrap: break-word;
}

.box_focus, textarea:focus {
    outline: medium none;
    border-style: solid;
    border-width: 1px;
    outline: medium none;
    border-color: #FFD364;
    box-shadow: 0 0 4px #FFD364;
    color: #333333;
}

.box_focus {
    border-style: solid;
    border-width: 1px;
    outline: medium none;
    border-color: #FFD364 !important;
    box-shadow: 0 0 4px #FFD364;
    color: #333333;
}

.box:hover, .mutl_box:hover {
    outline: medium none;
    border-style: solid;
    border-width: 1px;
    outline: medium none;
    border-color: #FFD364;
    box-shadow: 0 0 4px #FFD364;
    color: #333333;
}

.box:focus, .mutl_box:focus {
    border-style: solid;
    border-width: 1px;
    outline: medium none;
    border-color: #FFD364 !important;
    box-shadow: 0 0 4px #FFD364;
    color: #333333;
}

input:focus, textarea:focus {
    box-shadow: 0 0 4px #FFD364;
    color: #333333;
}

.mutl_box_disabled {
    background: url("../image/infoPanel.gif") repeat-x scroll 0 0 #FFF3C8;
    overflow: auto;
    border: 1px solid #ccdbed;
    cursor: text;
    outline: medium none;
    font-size: 13px;
    line-height: 17px;
    padding: 2px 3px;
    resize: none;
    word-wrap: break-word;
}

.mutl_box_disabled1 {
    background: #EBEBEB;
    overflow: auto;
    border: 1px solid #C0C0C0;
    font-size: 13px;
    cursor: default;
}

.box_disabled {
    background-color: #ffffcc;
    border: #ccdbed 1px solid;
    font-size: 13px;
    line-height: 17px;
    cursor: text;
    outline: medium none;
    font-size: 13px;
    line-height: 17px;
    padding: 2px 3px;
    resize: none;
}

.box_disabled2 {
    border: 1px solid #ccdbed;
    background-color: transparent;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    cursor: default;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.box_disabled1 {
    background-color: #EBEBEB;
    border-bottom: #7F9DB9 1px solid;
    border-left: #7F9DB9 1px solid;
    border-right: #7F9DB9 1px solid;
    border-top: #7F9DB9 1px solid;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    border-color: #C0C0C0;
    cursor: default;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.box_small_disabled {
    background-color: #ffffcc;
    border-bottom: #7F9DB9 1px solid;
    border-left: #7F9DB9 1px solid;
    border-right: #7F9DB9 1px solid;
    border-top: #7F9DB9 1px solid;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    border-color: #ccdbed;
    cursor: default;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.box_noborder {
    background-color: #EFF5F8;
    border: 0;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    cursor: default;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn {
    border-left: #baceeb 1px solid; /*左边框*/
    border-right: #baceeb 1px solid; /*右边框*/
    border-top: #baceeb 1px solid; /*上边框*/
    border-bottom: #baceeb 1px solid; /*下边框*/
    padding-left: 2px; /*左间隙*/
    padding-right: 2px; /*右间隙*/
    padding-top: 2px; /*上间隙*/
    padding-bottom: 2px; /*下间隙*/
    font-size: 12px; /*字号*/
    cursor: hand; /*光标类型*/
    color: #000000; /*字色*/
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#ff9966); /*滤镜*/
}


/*错误提示信息*/
.errorInfo {
    color: red;
    font-size: 12px;
}

/*LinkButton*/
.LinkButton {
    font-size: 13px;
    background-color: #c8d8f0;
    border: #00ffff 1px solid;
    color: #333333;
    padding: 5px;
    text-decoration: none;
    display: inline-block;
}

    .LinkButton:link {
        background-color: #c8d8f0;
        border: #00ffff 1px solid;
        color: #333333;
        padding: 5px;
        text-decoration: none;
    }

    .LinkButton:hover {
        background-color: #990000;
        border: #ffff00 1px solid;
        color: #ffff00;
        padding: 5px;
        text-decoration: none;
    }

/*输入项标题*/
.labelItem {
    font-size: 14px;
}

/*Label样式*/
.label {
    border-bottom: #336699 1px dotted;
}

/*Label标题样式*/
.labelTitle {
    font-size: 16pt;
    color: #000000;
    font-family: KaiTi_GB2312;
}

/*ListBox样式*/
.listbox {
    display: block;
    clear: none;
    background-color: InfoBackground;
    border-bottom-width: thin;
    border-bottom-color: Gray;
}

/*下拉列表框样式*/
.dropdownlist {
    color: Black;
    background-color: White;
    border-color: #7F9DB7;
    border-width: 1px;
    border-style: Solid;
    background-color: InfoBackground;
}

/*下拉列表框样式*/
.dropdownlist2 {
    border-right: #0099cc 1px groove;
    border-top: 1px solid #0099cc;
    font-size: 9pt;
    border-left: 1px solid #0099cc;
    border-bottom: 1px inset #0099cc;
    font-family: Verdana;
    background-color: aliceblue;
}

/*下拉列表框样式*/
.dropdownlist3 {
    border-right: #0099cc 1px groove;
    border-top: 1px solid #0099cc;
    font-size: 9pt;
    border-left: 1px solid #0099cc;
    border-bottom: 1px inset #0099cc;
    font-family: Verdana;
    background-color: #EAEAEA;
}

/*CheckBox样式*/
.checkbox {
    display: block;
    position: relative;
    float: left;
    clear: none;
    background-color: InfoBackground;
    font-size: small;
    border-bottom-width: thick;
    border-bottom-color: Blue;
    width: auto;
    height: auto;
}

input[type="checkbox"] {
}

    input[type="checkbox"] + label {
    }

        input[type="checkbox"] + label:hover {
        }

    input[type="checkbox"][checked] + label {
        /*   background: transparent url('../image/button/CheckBoxSprites.gif') no-repeat 0 -420px;     color: #000; */
    }

    input[type="checkbox"]:focus + label {
        /*   background: transparent url('../image/button/CheckBoxSprites.gif') no-repeat 0 -640px;     color: #000;*/
    }

/*标题样式*/
.title {
    background: url("../image/title1.gif");
}

.spaceTR {
    height: 7px;
}

.ToolTR {
    padding-top: 7px;
    padding-bottom: 7px;
}

.selectedSpan {
    background-color: #99CCFF;
}

.normalSpan {
    background-color: InfoBackground;
}

.link {
    color: #666;
    font-size: 12px;
}

.ContainPanel {
    background-color: #ffcc00;
    font-size: 12px;
    padding: 3px;
    border: solid 1px #666;
    line-height: 150%;
}

.dotLine {
    width: 100%;
    height: 1px;
    background-image: url('../image/005-3.gif');
    background-repeat: repeat-x;
}

.stattb .bglink {
    background-image: url(../image/tb_bg/list_bg_1.jpg);
    background-repeat: no-repeat;
}

.stattb .bglinkus {
    background-image: url(../image/tb_bg/list_bg_2.jpg);
    background-repeat: no-repeat;
}

.stattb .list {
    margin-right: auto;
    margin-left: auto;
}

    .stattb .list ul {
        float: left;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        margin: 0;
    }

        .stattb .list ul li {
            font-size: 12px;
            line-height: 20px;
            height: 20px;
            width: 64px;
            overflow: hidden;
            float: left;
            text-align: center;
            margin-right: 2px;
            margin-left: 2px;
        }

            .stattb .list ul li a:hover {
                font-size: 12px;
                color: #F33;
            }

.italic_style {
    font-style: italic;
    color: red;
}

.ListSearchExtenderPrompt {
    font-style: italic;
    color: Gray;
    padding-bottom: 3px;
}

.dropButton {
    margin: 1px;
    background: url(../image/HandlesVertical.gif) no-repeat -22px 0px;
    cursor: hand;
}

.dropButton_hover {
    margin: 1px;
    background: url(../image/HandlesVertical.gif) no-repeat -22px -28px;
    cursor: hand;
}

.item_div, .item_div_hover {
    font: 12px "Segoe UI", Arial, sans-serif;
    color: #333;
    background: #fff;
    border-color: #868686;
    color: #00156e;
    padding: 5px;
}

.item_div_hover {
    background: #ffe27b;
    color: #000;
}

.inp {
    border: 1px solid #999;
    padding: 0px 0 0 2px;
    height: 23px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.inp_left, .inp_left_sffocus, .inp_left_hover {
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #999;
    padding: 0px 0 0 2px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    color: #666;
    background: #fff;
}

.inp_right, .inp_right_sffocus, .inp_right_hover {
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #999;
    padding: 0px 0 0 0px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    color: #666;
    background: #fff;
}

.inp_left_hover {
    border-color: #2ebf00 #2bb300 #28a800;
    background: #fff;
    color: blue;
}

.inp_right_hover {
    border-color: #2ebf00 #2bb300 #28a800;
    background: #fff;
}

.inp_left_sffocus {
    border-color: #f90;
    background: #fff;
    color: blue;
}

.inp_right_sffocus {
    background: #fff;
    color: blue;
}

.sman_selectedStyle {
    background: #ffe27b;
    color: #000;
}

.dot_green {
    background-image: url('../image/gif_lab/gif-0455.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.dot_red {
    background-image: url('../image/gif_lab/gif-0453.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.dot_yellow {
    background-image: url('../image/gif_lab/gif-0454.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
}

.qur_blue {
    background-image: url('../image/main_news_text_ico.gif') !important;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 12px;
}

.dot_green_little {
    background-position: left;
    background-image: url('../image/news_icon1.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
    color: Black;
}

.dot_blue_little {
    border: 1px dotted #00CCFF;
    background-position: left;
    background-image: url('../image/news_icon_blue.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
}

.dot_red_little {
    border: 1px dotted #FF0000;
    background-position: left;
    background-image: url('../image/news_icon_red.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
}

.bg_model {
    background-image: url('../image/background/module.png');
    background-repeat: no-repeat;
}

.fieldset {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #00156e;
    text-decoration: none;
    border: 1px solid #868686;
    background: #fff url('../image/office2007/rmVSprite.png') repeat-y -1px 0;
}

.fieldset_topx-- {
    background-image: url('../image/new_bg/fieldset_top_left.png');
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    vertical-align: top;
    background-color: transparent;
}

.fieldset_top-x- {
    border-top: 1px solid #688caf;
    width: auto;
    height: 5px;
}

.fieldset_top--x {
    background-image: url('../image/new_bg/fieldset_top_right.png');
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    vertical-align: top;
}

.fieldset_midx-- {
    background-image: url('../image/new_bg/field_mid_left.png');
    background-repeat: repeat-y;
    width: 5px;
    height: auto;
}

.fieldset_mid--x {
    background-image: url('../image/new_bg/fieldset_mid_right.png');
    background-repeat: repeat-y;
    width: 5px;
    height: auto;
}

.fieldset_botx-- {
    background-image: url('../image/new_bg/fieldset_bottom_left.png');
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    vertical-align: top;
}

.fieldset_bot-x- {
    border-bottom: 1px solid #688caf;
    width: auto;
    height: 5px;
}

.fieldset_bot--x {
    background-image: url('../image/new_bg/fieldset_bottom_right.png');
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    vertical-align: bottom;
}

.infoPanel, .bigModule {
    background: url("../image/infoPanel.gif") repeat-x scroll 0 0 #FFF3C8;
    border: 1px solid #FFE58A;
    color: #000000;
    margin: 5px 0 5px 0;
    padding: 1px 3px 1px 0;
}

.infoPanel2 {
    margin: 5px 0 5px 0;
    background-color: #ECF4FF;
    border: 1px solid #E6E6E6;
    padding: 5px;
}

.infoPanel .title, .bigModule .title {
    display: block;
    font-size: 10pt;
    margin: 0 0 14px;
    padding: 6px 0 0;
}

.infoPanel a, .bigModule a {
    color: #FF6600;
}

.bigModuleBottom {
    background: transparent url('../image/info.png') no-repeat scroll;
    padding: 0 0 0 40px;
}

.bigModuleBottom2 {
    background: transparent url('../image/bg_info.png') no-repeat scroll;
    padding: 0 0 0 0px;
}

.canWrap {
    word-break: break-all;
    word-wrap: normal;
}

.selectPanel {
    width: 180px;
    height: 28px;
    background: transparent url('../image/album.png');
    margin-left: 1px;
    padding: 4px 3px 3px;
    text-decoration: none;
    cursor: pointer;
}

.selectPanel1 {
    width: 450px;
    height: 35px;
    background: #7F9DB9;
    margin-left: 1px;
    padding: 4px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    vertical-align: central !important;
    border-radius: 10px;
    line-height: 35px;
}

.selectPanel2 {
    width: 350px;
    height: 35px;
    background: #7F9DB9;
    margin-left: 1px;
    padding: 4px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    vertical-align: central !important;
    border-radius: 10px;
    line-height: 35px;
}

.selectPanel2_dis {
    width: 350px;
    height: 35px;
   background-color: lightgray;
    margin-left: 1px;
    padding: 4px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    vertical-align: central !important;
    border-radius: 10px;
    line-height: 35px;
}


.selectPanel1_dis {
    width: 450px;
    height: 35px;
    background: #7F9DB9;
    margin-left: 1px;
    padding: 4px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    vertical-align: central !important;
    border-radius: 10px;
    line-height: 35px;
    background-color: lightgray
}

.selectPanel .band, .selectPanel .album {
    margin-left: 37px;
    display: block;
}

.selectPanel .band {
    font-size: 14px;
    height: 18px;
}

.selectPanel .album {
    color: #871fdf;
    font-size: 11px;
    line-height: 13px;
}

.selectPanel_f {
    color: #000;
    font: 12px/18px "Segoe UI", Arial, sans-serif;
    margin-left: 1px;
    padding: 4px 3px 3px;
    text-decoration: none;
}

    .selectPanel_f:hover {
        padding: 3px 2px 2px;
        border-width: 1px;
        border-style: solid;
        background-repeat: repeat-x;
        background-position: 0 100%;
        border-color: #002d96;
        background-color: #fff3ca;
        background-image: url('../image/ItemHoveredBg.png');
    }

.selectPanel_220 {
    width: 214px;
    height: 28px;
    background: transparent url('../image/album_220.png');
}

.toleft {
    margin-top: 5px;
    background-image: url('../image/left_tab/BackArrow.gif');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 14px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;
    opacity: .3 !important;
    cursor: pointer;
}

    .toleft:hover {
        filter: none !important;
    }

.toright {
    margin-top: 5px;
    background-image: url('../image/left_tab/uas_histright.gif');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 14px;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;
    opacity: .3 !important;
    cursor: pointer;
}

    .toright:hover {
        filter: none !important;
    }

.field_bg {
    background: url("../image/infoChart.gif") repeat-x scroll 0 0 #FFF3C8;
    color: #000000;
    margin: 5px 0 5px 0;
    padding: 1px 3px 1px 0;
}

.title_download {
    background-image: url('../image/tool/DownLoad.png');
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000066;
    font-weight: bold;
}

.mytext {
    font-family: Verdana;
    font-size: 10pt;
    white-space: nowrap;
    color: #696969;
}

.default a:link {
    color: #808080;
    text-decoration: none;
}

.default a:visited {
    color: #808080;
    text-decoration: none;
}

.default a:hover {
    color: #bc2931;
    text-decoration: underline;
}

.default a:active {
    color: #bc2931;
}

.title_main {
    background-position: 10px 18px;
    font-size: 11pt;
    color: #003399;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    background-image: url('../image/news_icon3.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-family: 微软雅黑;
}

.bit_icon {
    font-size: 10pt;
    font-weight: normal;
    background-image: url('../image/main_news_text_ico.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
}

.sprite {
    background-image: url('../image/rsInlineEditVSprite.png');
    background-repeat: no-repeat;
}

.alert_passtime {
    background-image: url('../image/exclamation-red.png');
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent;
    color: Red;
    padding-left: 20px;
}

.field {
    padding: 2px 3px 2px 3px;
    background-color: #ECFBD4;
}

.field2 {
    padding: 2px 3px 2px 3px;
    background-color: #BCE774;
}

.field3 {
    padding: 2px 3px 2px 3px;
    background-color: #328AA4;
    color: #FFFFFF;
}

.min-height-200 /*需兼容ie6*/ {
    min-height: 200px;
    height: auto !important;
    height: 200px;
    overflow: visible;
}

.min-height-IE6 {
    height: auto !important;
    overflow: visible;
}

.validtor_error {
    background-position: 0px 1px;
    background-image: url('../image/check_err.gif');
    background-repeat: no-repeat;
    color: Red;
    padding-left: 18px;
}

div.pagerbar {
    margin: 10px 0 0 10px;
    padding: 0;
    line-height: 20px;
    height: 20px;
}

    div.pagerbar .pager a, .pagerbar .pager .now-page {
        padding: 1px 5px 2px 5px;
        margin: 0 2px;
        text-align: center;
        border: 1px solid #ccc;
        text-decoration: none;
    }

        div.pagerbar .pager a:hover {
            background: #4BA44B;
            color: #222222;
            border: 1px solid #ACE149;
            text-decoration: none;
        }

    div.pagerbar .pager .now-page {
        background: #7CCC31;
        color: #222222;
    }

a.link:link {
    color: #1f3a87;
    text-decoration: none;
}

a.link:visited {
    color: #83006f;
    text-decoration: none;
}

a.link:hover {
    color: #bc2931;
    text-decoration: underline;
}

a.link:active {
    color: #bc2931;
}

.table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    border: 1px #AACDED solid;
    font-family: "宋体",Arail,verdana;
    font-size: 12px;
    line-height: 1.5em;
    color: #444;
    background: #fff;
}

    .table tr.title {
        background: #EBF4FB;
        height: 30px;
        font-weight: bold;
        text-align: center;
    }

    .table td {
        border: 1px #AACDED solid;
        padding: 2px 6px;
        white-space: nowrap;
    }

        .table td.index {
            background: #DFE3E8;
            color: Black;
        }

#logis-info {
    margin: 0;
    padding: 10px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #CCE0FF;
}

    #logis-info .title {
        border-bottom: 2px solid #CFE2F0;
        font-size: 14px;
        margin: 11px 0 10px;
        padding: 0 0 5px 10px;
    }

.waiting_load {
    background-image: url('../image/loading/loading7.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

.cal_del_btn {
    background-color: transparent;
    background-image: url('../image/window7/fullcalendar.png');
    background-repeat: no-repeat;
    background-position: -40px -343px;
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
    margin: 0 auto 0 0;
}

    .cal_del_btn:hover {
        background-position: -65px -343px;
    }

.print {
    background-image: url('../image/16print.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

.alertDB {
}

.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

    .popupControl td {
        background-color: #ffffff;
    }

.MoneyFont {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

ol {
    margin-top: 0px;
    margin-bottom: 0px;
}



.wordwrap {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.set {
    background-image: url('../image/EditorTask.bmp');
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 5px;
    margin-left: 20px;
}

.block_inline {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gv_nav {
    background-position: left center;
    padding: 2px 5px 2px 0px;
    background-image: url('../image/icon/root.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.gv_nav_menu {
}

.gv_nav_StaticMenuItemStyle {
    color: #BC2931;
    padding: 5px 5px 5px 5px;
}

.gv_nav_StaticHoverStyle {
    background-color: #FE9955;
}



.gv_nav_DynamicMenuStyle {
    background-color: Maroon;
    border: 1px solid gray;
}

.gv_nav_DynamicMenuItemStyle {
    background-color: #F7F7F7;
    font-size: 12px;
    padding: 2px 5px;
}

    .gv_nav_DynamicMenuItemStyle a {
        padding: 3px 0 3px 5px;
        display: block;
        font-size: 12px;
    }

.gv_nav_DynamicHoverStyle {
    background-color: #FE9955;
}
