﻿/* main.css,主要为系统默认的页面及页面内各元素属性(比如背景色、input输入框)、以及版权栏的样式表文件 */
/* 以日期标明的最新版本为准,注意区分大小写(一般只用小写) -qyf- 2007.11.28 */
/**页面变灰代码********@import url(../../Common/styles/changegray.css);
 /* 提取字体大小便于修改产品中默认字号 ******/

body, table, h1, h2, h3, h4, h5 {
    font-size: 12px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", 'arial', 'simsun', "宋体", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
}

body {
    color: #000;
    background: #fff;
}
/*通用页面背景图*****/
.BodyBg {
    background: #fff;
}

.BodyBgPic {
    width: 100%;
}

.tablefull {
    width: 100%;
    height: 100%;
}
/* div,系统默认的div样式 */
body, div {
    scrollbar-track-color: #edeef0;
    scrollbar-face-color: #f8f8f9;
    scrollbar-arrow-color: #706b66;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #b7b7be;
    scrollbar-3dlight-color: #b7b7be;
    scrollbar-darkshadow-color: #f8f8f9;
}
/* td,系统默认的td样式 */
td {
    color: #444;
    word-spacing: 1px;
    word-break: break-all;
}
/* input,select,系统默认文本框样式 */
input, select, textarea {
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    font-family: 'arial', 'simsun', "宋体", sans-serif;
    border: 1px solid #ccc;
}

textarea {
    height: auto;
    overflow: auto;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

input[type=checkbox],
input[type=radio] {
    border: 0;
}

input[disabled],
select[disabled],
textarea[disabled] {
    color: #aaa;
    background: #f5f5f5;
    border-color: #e0e0e0;
}

/* A A:link A:visited A:hover A:active,系统默认链接文本样式 */
a,
a:link {
    text-decoration: none;
    color: #004898;
}

    a:hover {
        color: #1483ff;
        text-decoration: underline;
    }
    /*皮肤色**/
    .skincolor,
    a.skincolor,
    a.skincolor:link,
    a.skincolor :visited {
        color: #004898;
    }
/*菜单更多下拉列表处理************/
.LzNavMoreShow {
    position: absolute;
    display: none;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f1f2f4;
    border-bottom: 2px solid rgba(0,72,152,0.90);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}

.LzNavMoretop,
.LzNavMorebtm {
    display: none;
}

.LzNavMoreShow ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 5;
}

.LzNavMoreShow li {
    border: 0;
    cursor: pointer;
    overflow: hidden;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
}

.LzNavMoreShow .litxt {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.LzNavMoreShow .liico {
    display: none;
}
/*下拉菜单选中滑过**/
.LzNavMoreShow li:hover,
.LzNavMoreShow .li_hover,
.LzNavMoreShow .li_sel {
    color: #fff;
    background-color:rgba(0,72,152,0.90);
    border-bottom-color:rgba(0,72,152,0.90);
    text-decoration: none;
}

/* ButtonBg1,系统风格按钮鼠标离开(mouseout)状态 */
.ButtonBg1, .ButtonBg2 {
    width: 80px;
    height: 22px;
    border: 0;
    background-image: url(../images/common/button01.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}
/* ButtonBg2,系统风格按钮鼠标经过(mouseover)状态 */
.ButtonBg2 {
    background-image: url(../images/common/button02.gif);
}
/* ButtonTxt1,系统风格按钮文本(四个字以下)鼠标离开(mouseout)样式 */
.ButtonTxt1, ..ButtonTxt2 {
    width: 100%;
    color: #000000;
    font-weight: normal;
    text-align: center;
    text-indent: 0px;
    line-height: 18px;
    letter-spacing: 1px;
    word-break: keep-all; /*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
/* ButtonBg3,ButtonBg4系统风格按钮(小)鼠标离开(mouseout)状态 */
.ButtonBg3, .ButtonBg4 {
    width: 45px;
    height: 20px;
    border: 0;
    background-image: url(../images/common/button03.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}
/* ButtonBg4,系统风格按钮(小)鼠标经过(mouseover)状态 */
.ButtonBg4 {
    background-image: url(../images/common/button04.gif);
}
/* ButtonTxt3,系统风格按钮(小)文本(四个字以下)鼠标离开(mouseout)样式 */
.ButtonTxt3, .ButtonTxt4 {
    width: 100%;
    color: #000000;
    font-weight: normal;
    text-align: center;
    text-indent: 0px;
    line-height: 20px;
    letter-spacing: 1px;
    word-break: keep-all; /*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
/* ButtonBg5,ButtonBg6系统风格按钮(中)鼠标离开(mouseout)状态 */
.ButtonBg5, .ButtonBg6 {
    width: 58px;
    height: 20px;
    border: 0;
    background-image: url(../images/common/button05.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}

.ButtonBg6 {
    background-image: url(../images/common/button06.gif);
}
/* ButtonTxt5,系统风格按钮文本(中)鼠标离开(mouseout)样式 */
.ButtonTxt5, .ButtonTxt6 {
    width: 100%;
    color: #000000;
    font-weight: normal;
    text-align: center;
    text-indent: 0px;
    line-height: 20px;
    letter-spacing: 0px;
    word-break: keep-all; /*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
/* TextOverflow,个人工作桌面目录树 目录菜单文本溢出处理 */
.TextOverflow {
    table-layout: fixed;
}
/*.TextOverflow td,span  这种方式处理即使没有用class=TextOverflow此样式也会在td，span中生效，不合理*/
td.TextOverflow, span.TextOverflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* Button2010-08-02,批量设置按钮样式 */
.buttonbg7 {
    border: none;
    cursor: pointer;
    background: url(../images_2/common/button7.gif) no-repeat;
    width: 39px;
    height: 17px;
    color: #996633;
    text-align: center;
    line-height: 17px;
}

.ButtonBg08-1, .ButtonBg08-2 {
    vertical-align: middle;
    border: none;
    cursor: pointer;
    float: right;
    padding: 3px;
}

.ButtonBg08-2 {
    background: (../images_2/common/button8.gif) bottom #ffffff repeat-x;
    border: 1px solid #bebebe;
    padding: 2px;
}

/*输入对象，得到焦点及鼠标划过样式*/
.element_common {
    border-bottom: 1px solid red;
}

.element_over {
    background: #fffee1;
    border: 1px solid #dbddca;
}

.element_out {
}

.element_focus {
    background: #ffffe1;
    border: 1px solid #ffb800;
}

.element_blur {
}
/*弹出对话框divdialog底部***********/
.program_dialog_top {
    border-top: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,72,152,0.90);
    color: #fff;
}

.program_dialog .right b:hover {
    background-color: #00a0da;
}

/**地址路径*/
.BodyLocation {
    background: #fff;
    height: 0;
    line-height: 0;
    display: none;
    visibility: hidden;
}


.BodySearch {
    border-right: #fbfdff 1px solid;
    background: #fff;
    border-left: #fbfdff 1px solid;
    color: #000000;
    word-break: keep-all;
    font-family: "宋体";
    height: 30px;
    background-color: #fffdda;
}

.TableMainTitle {
    height: 40px;
    min-height: 40px;
    border-bottom: 1px dotted #ddd;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    background: none;
}

    .TableMainTitle td {
        vertical-align: middle;
        white-space: nowrap;
    }


.TableMaintxt .imgicon,
.TableMaintxt .spantxt {
    background: none;
    font-size: 16px;
    text-indent: 0;
    padding: 0 10px;
}


.TableMainButton {
    border-right: #afb7cc 1px solid;
    border-top: #afb7cc 1px solid;
    background-image: url(../images/common/table_main_btn_bg.gif);
    border-left: #afb7cc 1px solid;
    cursor: pointer;
    color: #000000;
    word-break: keep-all;
    border-bottom: #afb7cc 1px solid;
    font-family: "宋体";
    height: 20px;
    background-color: #ffffff;
}


/******************通用页面边框样式********/
.TableBorder01,
.TableBorder02,
.TableBorder03,
.tableborder04 {
    margin: 0 auto;
}

.TableBorder01 {
    border-right: #fff 1px solid;
    border-top: #D4D4D4 1px solid;
    border-left: #D4D4D4 1px solid;
    border-bottom: #fff 1px solid;
}

.TableBorder02 {
    background-color: #f0f0f3;
}

.TableBorder03 {
    background-color: #fff;
    border-right: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

/******************批量设置页面边框样式2010-08-02********/
.tableborder04 {
    background: url(../images_2/CommonQuery/tableborder04_bg.gif) #ffffff repeat-x;
    border: 1px solid #bebebe;
}

.tabletit04 {
    padding-bottom: 5px;
}
/******************批量设置页面边框样式2010-08-02********/

.TableTitle1 {
    border-right: #fbfdff 1px solid;
    border-top: #fbfdff 1px solid;
    background-image: url(../images/common/table_bg_title.gif);
    border-left: #fbfdff 1px solid;
    color: #000000;
    word-break: keep-all;
    font-family: "宋体";
    height: 26px;
    background-color: #c3dd75;
}

.TableTitle {
    border-right: #fbfdff 1px solid;
    border-top: #fbfdff 1px solid;
    background-image: url(../images/common/table_bg_title1.gif);
    border-left: #fbfdff 1px solid;
    color: #000000;
    word-break: keep-all;
    font-family: "宋体";
    height: 26px;
    background-color: #9bccf7;
}

.TableTitleBgpic1 {
    font-weight: bold;
    background-image: url(../images/common/table_bgpic_title.gif);
    color: #000000;
    word-break: keep-all;
    background-repeat: no-repeat;
    font-family: "宋体";
    height: 26px;
    text-align: left;
}

.TableTitleBgpic {
    font-weight: bold;
    background-image: url(../images/common/table_bgpic_title1.gif);
    color: #000000;
    word-break: keep-all;
    background-repeat: no-repeat;
    font-family: "宋体";
    height: 26px;
    text-align: left;
}

.TableContent {
    border-right: #fbfdff 1px solid;
    border-top: #fbfdff 1px solid;
    border-left: #fbfdff 1px solid;
    color: #000000;
    border-bottom: #fbfdff 1px solid;
    font-family: "宋体";
    background-color: #f4f4f4;
}

/*************table表头样式************************************/
.TableHead01,
.TableHead02,
.TableHead03,
.TableHead04,
.TableHead05,
.TableHead06,
.TableHead07,
.TableHead08 {
    color: #000000;
    height: 30px;
    padding: 0 5px;
    border-left: 1px solid #fff;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
    background: #f8f8f8;
}

/* TableBg01_B,表格正文栏样式-灰色-加粗*/

.TableBg01_B, .TableBg01, .TableBg02, .TableBg03, .TableBg04, .TableBg05, TableBg06 {
    min-height: 24px;
    height: 24px;
    padding: 2px 5px;
    line-height: 22px;
    border-right: #dfdfdf 1px solid;
    border-bottom: #dfdfdf 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    text-align: left;
    }

.TableBg01_B {
    color: #000000;
    font-weight: bold;
    background-color: #F0F0F0;
    border-top: 1px solid #FBFDFF;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #FBFDFF;
}

.TableBg01 {
    background: #fff;
}

.TableBg02 {
    background: #fff;
}
/*********table表身样式end****************/

.InputGo {
    border-right: #000000 0px solid;
    border-top: #000000 0px solid;
    border-left: #000000 0px solid;
    width: 20px;
    color: #9e0b0e;
    border-bottom: #000000 1px solid;
    height: 16px;
    background-color: transparent;
}

/*******页面定制表单单线*或设置有的边框无线时*********/
.TableBorderEx01 {
    border-collapse: collapse;
}

    .TableBorderEx01 .TableBg01 {
        border: #D4D4D4 1px solid;
    }

    .TableBorderEx01 .TableBg02 {
        border: #D4D4D4 1px solid;
    }
/*****20121224页面定制背景边框修改************/

.UserDefinedtable .news_list H2 {
    display: none;
}
/****通用样式定义*******2017-12-08wn*****************************************/
.lzbtn_primary,
.lztabs > li.active {
    background: rgba(0,72,152,0.90);
    color: #fff;
}

    .lzbtn_primary:hover {
        background: #002a94;
    }


.lzbtn_link {
    color: rgba(0,72,152,0.90);
}

    .lzbtn_link:hover,
    .lzbtn_link_hover {
        color: #002a94;
    }
/**#region***便于换肤将产品中通用的部分提取***201-04-02****************/
.bg-header {
    background: rgba(0,72,152,0.90) !important;
    background: rgba(0,72,152,0.90);
    color: #fff;
}
