﻿
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #ffffff;
}
a
{
    text-decoration:none;
    cursor:pointer;
}
.tableInput {
background-color:white;
/*font-size:14px;*/
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(54,54,54,1)!important;
}
.tableTitle {
    background-color:#EBEBEB!important;
font-family:MicrosoftYaHei-Bold!important;
font-weight:bold!important;
color:rgba(54,54,54,1)!important;
}
 .tdMsg{
    background-color:white!important;
}
/*table {
    border-collapse:collapse;
    border-spacing:0px;
}*/

a:link {
    color: #100964;
    text-decoration: underline;
}

a:visited {
    color: #100964;
}

a:hover {
    color: #100964;
    text-decoration: none;
}

a:active {
    color: #bb5050;
}
p, ul {
    line-height: 1.6em;
    list-style: none;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    height: 100%;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 25px;
    resize: none;
    color: #444;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menuPageContainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


/*  分页公共样式
----------------------------------------------------------*/

/*第一套样式*/
#pageTable
{
    border-width: 0px 1px 1px 1px;
    border-color: #959595;
    border-style:double;   
}
/*分页头部*/
#pageTable th
{
    background-image:url("../../../Images/Common/table_th_bg.png");
    background-repeat:repeat;
    height: 31px;
    text-align: center;
    border-right: 1px;
    border-right-style:solid;
}
/*分页数据*/
#pageTable tbody td
{
    padding: 3px;
    text-align: center;
    height: 25px;
}
/*分页底部*/
#pageTable tfoot table
{
    float: right;
    width: 100%;
    border: 0px;
}
/*奇数行*/
#pageTable .pageTr1 
{
	background-color:#dde9e7;
}
/*偶数行*/
#pageTable .pageTr2 
{
	background-color:#ffffff;
}
/*首页td*/
#pageTable .tdFirstPage {
    width: 22px;
}
/*上一页td*/
#pageTable .tdLastPage {
    width: 22px;
}
/*下一页td*/
#pageTable .tdNextPage {
    width: 22px;
}
/*末页td*/
#pageTable .tdFinalPage {
    width: 22px;
}
/*当前页td*/
#pageTable .tdCurrentPage {
    width: 32px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}
/*跳转页td*/
#pageTable .tdTxtPage 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width:130px;
    text-align: center;
	font-size: 12px;
	color:#828282;
	font-weight: bold;
}
#pageTable .tdlabelLine 
{
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
/*跳转按钮td*/
#pageTable .tdJump 
{
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
/*翻页文本框样式*/
#pageTable .pageTxt 
{
    text-align: center;
	border:1px; 
	height:14px; 
	width:25px; 
	IME-MODE:disabled;
	border-bottom-color:#979797;
	border-right-color:#979797;
	border-left-color:#666668;
	border-top-color:#666668; 
	color:#828282;
	font-size: 12px;
	border-style:solid;
	vertical-align: middle;
}

/*首页*/
#pageTable #firstPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*上一页*/
#pageTable #lastPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*下一页*/
#pageTable #nextPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*末页*/
#pageTable #finalPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*跳转*/
#pageTable #jump {
    border: 0px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 4px;
}
/*显示页码的字体和颜色*/
#pageTable .pageLab 
{
	font-size: 12px;
	color:#828282;
	height:19px;
	font-weight: bold;
}

/*第二套*/

#page
{ 
    border-width: 1px 1px 1px 1px;
    border-color: #d0cfcf;
    border-style:double;
    width: 100%;
    margin-top: 3px;
    float: left;
}
/*分页头部*/
#page thead tr {
  height: 23px;
  background-image:url("../../../Images/Business/BusinessSystemIndex/headBg_1.png");
  background-repeat: repeat;
}
/*分页底部*/
#page tfoot table
{
    float: right;
    width: 100%;
    border: 0px;
}
#page th 
{
    background-repeat:repeat;
    height: 23px;
    text-align: center;
    border-right: 1px;
    
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
    
    color: #7e7e7e;
    /*border-right-style:solid;*/
}
/*分页数据*/
#page tbody td {
    padding: 3px;
    text-align: center;
    height: 18px;
}

#page .pageTbodyTd 
{   
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
}

#page .pageTbodyTd2 
{   
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
    color: blue;
}
#page .pageTbodyTdRed 
{   
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
    color: red;
}
#page .pageTbodyTdGray 
{   
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
    color: gray;
}
#page .pageTbodyTdYellow 
{   
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
    color:#f49d07;
}
/*跳转按钮td*/
#page .tdJump 
{
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
/*翻页文本框样式*/
#page .pageTxt 
{
    text-align: center;
	border:1px; 
	height:14px; 
	width:25px; 
	IME-MODE:disabled;
	border-bottom-color:#979797;
	border-right-color:#979797;
	border-left-color:#666668;
	border-top-color:#666668; 
	color:#828282;
	font-size: 12px;
	border-style:solid;
	vertical-align: middle;
}

/*首页*/
#page #firstPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*上一页*/
#page #lastPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*下一页*/
#page #nextPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*末页*/
#page #finalPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*跳转*/
#page #jump {
    border: 0px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 4px;
}
/*显示页码的字体和颜色*/
#page .pageLab 
{
	font-size: 12px;
	color:#828282;
	height:19px;
	font-weight: bold;
}
/*第三套*/

#page2
{ 
    border-width: 1px 1px 1px 1px;
    border-color: #d0cfcf;
    border-style:double;
    width: 100%;
    margin-top: 3px;
}
/*分页头部*/
#page2 thead tr {
  height: 23px;
  background-image:url("../../../Images/Business/BusinessSystemIndex/headBg.png");
  background-repeat: repeat;
}

/*分页底部*/
#page2 tfoot table
{
    float: right;
    width: 100%;
    border: 0px;
}
#page2 th 
{
    background-repeat:repeat;
    height: 23px;
    text-align: center;
    border-right: 1px;
    
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
    
    color: #7e7e7e;
    /*border-right-style:solid;*/
}
/*分页数据*/
#page2 tbody td {
    padding: 3px;
    text-align: center;
    height: 18px;
}

.page2TbodyTd 
{   
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
}
/*跳转按钮td*/
#page2 .tdJump 
{
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
/*翻页文本框样式*/
#page2 .pageTxt 
{
    text-align: center;
	border:1px; 
	height:14px; 
	width:25px; 
	IME-MODE:disabled;
	border-bottom-color:#979797;
	border-right-color:#979797;
	border-left-color:#666668;
	border-top-color:#666668; 
	color:#828282;
	font-size: 12px;
	border-style:solid;
	vertical-align: middle;
}

/*首页*/
#page2 #firstPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*上一页*/
#page2 #lastPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*下一页*/
#page2 #nextPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*末页*/
#page2 #finalPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*跳转*/
#page2 #jump {
    border: 0px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 4px;
}
/*显示页码的字体和颜色*/
#page2 .pageLab 
{
	font-size: 12px;
	color:#828282;
	height:19px;
	font-weight: bold;
}
/*第四套*/
#page4,#page4_1,#page4_2
{ 
    background-color: #eeeeee;
    width: 100%;
}
#page4 .trMouseover, #page4_1 .trMouseover, #page4_2 .trMouseover {
    background-color: #dedede;
}
#page4 .trMouseout, #page4_1 .trMouseout, #page4_2 .trMouseout {
    background-color: #eeeeee;
}
/*模式窗口复制文本*/
#page4 .dialogCopyMouseover,#page4_1 .dialogCopyMouseover,#page4_2 .dialogCopyMouseover {
    background-color: #dedede;
}
#page4 .dialogCopyMouseOut,#page4_1 .dialogCopyMouseOut,#page4_2 .dialogCopyMouseOut {
    background-color: #eeeeee;
}
#page4 .dialogCopy,#page4_1 .dialogCopy,#page4_2 .dialogCopy  
{
    padding: 0px;
    border: 0px;
    border-style: none;
    width: 99%;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
}
/*分页头部*/
#page4 thead tr,#page4_1 thead tr,#page4_2 thead tr {
    height: 33px;
    background-image:url("../../../Images/Business/BusinessSystemIndex/headBg_4.png");
    background-repeat:repeat-x;
}

/*分页数据*/
#page4 tbody td,#page4_1 tbody td,#page4_2 tbody td {
    text-align: center;
    height: 27px;
}

#page4 .pageTbodyTd,#page4_1 .pageTbodyTd,#page4_2 .pageTbodyTd
{   
    border-bottom: 1px;
    border-bottom-color:#c9c9c9;
    border-bottom-style: double;
}
#page4 .pageTbodyTd2 ,#page4_1 .pageTbodyTd2,#page4_2 .pageTbodyTd2
{   
    border-bottom: 1px;
    border-bottom-color:#d0cfcf;
    border-bottom-style: double;
    color: blue;
}
/*分页底部*/
#page4 tfoot table,#page4_1 tfoot table,#page4_2 tfoot table
{
    width: 100%;
    border: 0px;
}
#page4 .divPageContainer,#page4_1 .divPageContainer,#page4_2 .divPageContainer 
{
    float:right;
    position: relative;
    width: 210px;
    height: 30px;
}
#page4 .divJumpContainer,#page4_1 .divJumpContainer,#page4_2 .divJumpContainer  
{
    float: right;
    position: relative;
    width: 130px;
    height: 30px;
}
#page4 .firstPage,#page4_1 .firstPage,#page4_2 .firstPage 
{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_4_1.png");
    background-repeat:no-repeat;
    left: 0px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page4 .lastPage,#page4_1 .lastPage,#page4_2 .lastPage {
    position: absolute;
    background-image:url("../../../Images/Common/huanye_4_2.png");
    background-repeat:no-repeat;
    left: 27px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page4 #currentPage,#page4_1 #currentPage,#page4_2 #currentPage {
    position: absolute;
    left: 54px;
    top: 3px;
    width: 30px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: right;
    color: #767676;
}
#page4 .sprit,#page4_1 .sprit,#page4_2 .sprit {
    position: absolute;
    left: 87px;
    top: 3px;
    width: 8px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #767676;
}
#page4 #pageCount,#page4_1 #pageCount,#page4_2 #pageCount {
    position: absolute;
    left: 98px;
    top: 3px;
    width: 30px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    color: #767676;
}
#page4 .nextPage,#page4_1 .nextPage,#page4_2 .nextPage {
    position: absolute;
    background-image:url("../../../Images/Common/huanye_4_3.png");
    background-repeat:no-repeat;
    left: 131px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page4 .finalPage,#page4_1 .finalPage,#page4_2 .finalPage {
    position: absolute;
    background-image:url("../../../Images/Common/huanye_4_4.png");
    background-repeat:no-repeat;
    left: 158px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page4 .toPage,#page4_1 .toPage,#page4_2 .toPage {
    position: absolute;
    left: -10px;
    top: 4px;
    width: 55px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #767676;
}
#page4 #txtPage,#page4_1 #txtPage,#page4_2 #txtPage {
    position: absolute;
    background-image:url("../../../Images/Common/txtPageBg_4.png");
    background-repeat: no-repeat;
    border: 0px;
    left: 51px;
    top: 3px;
    width: 36px;
    height: 22px;
    _height: 22px;
    line-height: 22px;
    font-size: 16px;
    border-bottom-style: none;
    padding: 0px;
    text-align: center;
    color: #535353;
}
#page4 .jump,#page4_1 .jump,#page4_2 .jump {
    position: absolute;
    background-image:url("../../../Images/Common/tiaozhuan_4.png");
    background-repeat:no-repeat;
    left: 90px;
    top: 3px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 0px;
}
/*分页底部*/
#page5 .divPageContainer 
{
    float:right;
    position: relative;
    width: 210px;
    height: 30px;
}
#page5 .divJumpContainer 
{
    float: right;
    position: relative;
    width: 130px;
    height: 30px;
}
#page5 .firstPage 
{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_1.png");
    background-repeat:no-repeat;
    left: 0px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page5 .lastPage {
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_2.png");
    background-repeat:no-repeat;
    left: 27px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page5 #currentPage {
    position: absolute;
    left: 54px;
    top: 3px;
    width: 30px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: right;
    color: #767676;
}
#page5 .sprit {
    position: absolute;
    left: 87px;
    top: 3px;
    width: 8px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #767676;
    text-align: center;
}
#page5 #pageCount {
    position: absolute;
    left: 98px;
    top: 3px;
    width: 30px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    color: #767676;
}
#page5 .nextPage {
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_3.png");
    background-repeat:no-repeat;
    left: 131px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page5 .finalPage {
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_4.png");
    background-repeat:no-repeat;
    left: 158px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page5 .toPage {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 54px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #767676;
}
#page5 #txtPage {
    position: absolute;
    background-image:url("../../../Images/Common/txtPageBg_5.png");
    background-repeat: no-repeat;
    border: 0px;
    left: 56px;
    top: 3px;
    width: 36px;
    height: 22px;
    _height: 22px;
    line-height: 22px;
    font-size: 14px;
    border-bottom-style: none;
    padding: 0px;
    text-align: center;
    color: #535353;
}
#page5 .jump {
    position: absolute;
    background-image:url("../../../Images/Common/tiaozhuan_5.png");
    background-repeat:no-repeat;
    left: 96px;
    top: 3px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 0px;
}

/*第六套*/
#page6
{ 
    width: 100%;
}
/*分页头部*/
#page6 thead tr {
    background-color: #efefef;
    font-size: 14px;
}
#page6 thead th {
    height: 30px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-weight: normal;
}
/*分页底部*/
#page6 tfoot table
{
    float: right;
    width: 100%;
}
/*分页数据*/
#page6 .trMouseover {
    background-color: #efefef;
}
#page6 .trMouseout {
    background-color: #ffffff;
}
#page6 tbody td {
    text-align: center;
    height: 30px;
}

#page6 .pageTbodyTd 
{   
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
#page6 .tdLast{
    border-right: 1px solid #e3e3e3;}
/*跳转按钮td*/
#page6 .tdJump 
{
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
/*翻页文本框样式*/
#page6 .pageTxt 
{
    text-align: center;
	border:1px; 
	height:14px; 
	width:25px; 
	IME-MODE:disabled;
	border-bottom-color:#979797;
	border-right-color:#979797;
	border-left-color:#666668;
	border-top-color:#666668; 
	color:#828282;
	font-size: 12px;
	border-style:solid;
	vertical-align: middle;
}

/*首页*/
#page6 #firstPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*上一页*/
#page6 #lastPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*下一页*/
#page6 #nextPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*末页*/
#page6 #finalPage{
    border: 0px;
    cursor: pointer;
    margin-bottom: -6px;
    height: 18px;
    width: 19px;
}
/*跳转*/
#page6 #jump {
    border: 0px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 4px;
}
/*显示页码的字体和颜色*/
#page6 .pageLab 
{
	font-size: 12px;
	color:#828282;
	height:19px;
	font-weight: bold;
}

/*******************第7套样式列表************/
#page7
{ 
    background-color: #ffffff;
    width: 100%;
}
#page7 .trMouseover {
    background-color: #f4f3f3;
}
#page7 .trMouseout{
    background-color: #ffffff;
}
/*模式窗口复制文本*/
#page7 .dialogCopyMouseover{
    background-color: #f4f3f3;
}
#page7 .dialogCopyMouseOut{
    background-color: #ffffff;
}
#page7 .dialogCopy 
{
    padding: 0px;
    border: 0px;
    border-style: none;
    width: 99%;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
}
/*分页头部*/
#page7 thead tr th{
    height: 27px;
    background-color: #fafcfe;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    border-top: 1px solid #eeeef0;
    border-bottom: 1px solid #eeeef0;
}

/*分页数据*/
#page7 tbody td{
    text-align: center;
    height: 24px;
}

#page7 .pageTbodyTd
{   
    border-bottom: 1px solid  #eeeef0;
}
/*分页底部*/
#page7 tfoot table
{
    width: 100%;
    border: 0px;
}
#page7 .divPageContainer
{
    float:right;
    position: relative;
    width: 210px;
    height: 30px;
}
#page7 .divJumpContainer
{
    float: right;
    position: relative;
    width: 150px;
    height: 30px;
}
#page7 .firstPage
{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_1.png");
    background-repeat:no-repeat;
    left: 0px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page7 .lastPage{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_2.png");
    background-repeat:no-repeat;
    left: 27px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page7 #currentPage{
    position: absolute;
    left: 54px;
    top: 3px;
    width: 30px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: right;
    color: #767676;
}
#page7 .sprit{
    position: absolute;
    left: 87px;
    top: 3px;
    width: 8px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #767676;
}
#page7 #pageCount{
    position: absolute;
    left: 98px;
    top: 3px;
    width: 30px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    color: #767676;
}
#page7 .nextPage{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_3.png");
    background-repeat:no-repeat;
    left: 131px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page7 .finalPage{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_4.png");
    background-repeat:no-repeat;
    left: 158px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#page7 .toPage{
    position: absolute;
    right: 64px;
    top: 2px;
    width: 60px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #767676;
    text-align: right;
}
#page7 #txtPage{
    position: absolute;
    background-image:url("../../../Images/Common/txtPageBg_5.png");
    background-repeat: no-repeat;
    border: 0px;
    right: 25px;
    top: 3px;
    width: 36px;
    height: 22px;
    _height: 22px;
    line-height: 22px;
    font-size: 16px;
    border-bottom-style: none;
    padding: 0px;
    text-align: center;
    color: #535353;
}
#page7 .jump{
    position: absolute;
    background-image:url("../../../Images/Common/tiaozhuan_5.png");
    background-repeat:no-repeat;
    right: 2px;
    top: 3px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 0px;
}
/*******************邮件样式列表************/
#pageMail
{ 
    background-color: #ffffff;
    width: 100%;
}
#pageMail .trMouseover {
    background-color: #f4f3f3;
}
#pageMail .trMouseout{
    background-color: #ffffff;
}
/*模式窗口复制文本*/
#pageMail .dialogCopyMouseover{
    background-color: #f4f3f3;
}
#pageMail .dialogCopyMouseOut{
    background-color: #ffffff;
}
#pageMail .dialogCopy 
{
    padding: 0px;
    border: 0px;
    border-style: none;
    width: 99%;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
}
/*分页头部*/
#pageMail thead tr th{
    height: 14px;
    background-color: #ebeaea;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    border-top: 1px solid  #cbcdd3;
    border-left: 1px solid  #cbcdd3;
    border-bottom: 1px solid  #cbcdd3;
}

/*分页数据*/
#pageMail tbody td{
    text-align: center;
    height: 24px;
}

#pageMail .pageTbodyTd
{   
    border-bottom: 1px solid  #cbcdd3;
}
/*分页底部*/
#pageMail tfoot table
{
    width: 100%;
    border: 0px;
}
#pageMail .divPageContainer
{
    float:right;
    position: relative;
    width: 210px;
    height: 30px;
}
#pageMail .divJumpContainer
{
    float: right;
    position: relative;
    width: 150px;
    height: 30px;
}
#pageMail .firstPage
{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_1.png");
    background-repeat:no-repeat;
    left: 0px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#pageMail .lastPage{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_2.png");
    background-repeat:no-repeat;
    left: 27px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#pageMail #currentPage{
    position: absolute;
    left: 54px;
    top: 3px;
    width: 30px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: right;
    color: #767676;
}
#pageMail .sprit{
    position: absolute;
    left: 87px;
    top: 3px;
    width: 8px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #767676;
}
#pageMail #pageCount{
    position: absolute;
    left: 98px;
    top: 3px;
    width: 30px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    color: #767676;
}
#pageMail .nextPage{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_3.png");
    background-repeat:no-repeat;
    left: 131px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#pageMail .finalPage{
    position: absolute;
    background-image:url("../../../Images/Common/huanye_5_4.png");
    background-repeat:no-repeat;
    left: 158px;
    top: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 0px;
}
#pageMail .toPage{
    position: absolute;
    right: 64px;
    top: 2px;
    width: 60px;
    height: 24px;
    _height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #767676;
    text-align: right;
}
#pageMail #txtPage{
    position: absolute;
    background-image:url("../../../Images/Common/txtPageBg_5.png");
    background-repeat: no-repeat;
    border: 0px;
    right: 25px;
    top: 3px;
    width: 36px;
    height: 22px;
    _height: 22px;
    line-height: 22px;
    font-size: 16px;
    border-bottom-style: none;
    padding: 0px;
    text-align: center;
    color: #535353;
}
#pageMail .jump{
    position: absolute;
    background-image:url("../../../Images/Common/tiaozhuan_5.png");
    background-repeat:no-repeat;
    right: 0px;
    top: 3px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 0px;
}
/* 添加修改页面样式  
----------------------------------------------------------*/
/*表*/
.tableInfo
{
 width:100%;
}
/*行*/
.trInfo 
{
    vertical-align:middle;
    height: 20px;
    padding:2px;
    background-color: #ffffff;

}
/*提示*/
.tdInput 
{
    text-align: left;
    width:70%;
    background-color: #ffffff;
}
/*输入*/
.tdLable
{
    width:30%;
    text-align:right;
    vertical-align: top;
}
/*输入框*/
.inputTxt
{
    border:1px solid #A1A8B7;
    width:200px;
    top:50%;
    vertical-align:middle;
    line-height:normal; 
    font-size:14px;
    margin-left:5px;
}
/*输入框*/
.textareaTxt
{
    border:1px solid #A1A8B7;
    width:200px;
    top:50%;
    vertical-align:middle;
    line-height:normal; 
    font-size:14px;
    margin-left:5px;
}
/*输入框*/
.inputSelect
{
    border:1px solid #A1A8B7;
    width:80px;
    top:50%;
    vertical-align:middle;
    line-height:normal; 
    font-size:14px;
    margin-left:5px;
}
/*只读输入框*/
.inputTxtReadOnly
{
    border:0px solid #A1A8B7;
    width:200px;
    top:50%;
    vertical-align:middle;
    line-height:normal; 
    font-size:14px;
    margin-left:5px;
}
/*按钮*/
.inputBtn
{
    width:60px;
    height:28px;
    font-size:14px;
}
/*只读label*/
.lblReadOnly {
    border:0px solid #A1A8B7;
    font-size: 12px;
    vertical-align: top;
}




/********************************(弹出层样式)************************************/
.divPopuplayer div {
    padding:0;margin:0;
}

.divPopuplayer a {
    text-decoration:none;
}


a.closeBtn {
    position:absolute;
    /*top:10px;*/
    right:2px;
    display:block;
    width:50px;
    padding:4px 0;
    text-align:center;
    background:#fff;
    border:1px solid #85B6E2;
    color:#333;
}
a.closeBtn:hover {
    color:#fff;
    border:1px solid #85B6E2;
    background:#85B6E2;
}

.divPopuplayer {
    
}
.divPopuplayer .description
{
    color:#85B6E2;
    float:left;
    padding:10px 20px 0 80px;
    font-size:20px;
}

.divPopuplayer select {
    margin-top:10px;
}


.popuerhead {
    padding-left:3px;
}
.popuerhead, .popuerhead-right
{
    background-image:url(../../../Images/Common/pop_up_bg.png);
    overflow:hidden;
    height:4px;
}

.popuerhead-right {
    background-position:right top;
}
.popuerfoot 
{
    background-image:url(../../../Images/Common/pop_up_bg.png);  
    height:4px;
    padding-left:3px;
    background-position:left bottom;
    _height:3px;
}
.popuerfoot-right 
{
   background-image:url(../../../Images/Common/pop_up_bg.png);   
   height:4px;
   background-position:right bottom;
}
.popuermain {
    border-left:1px solid #85B6E2;
    border-right:1px solid #85B6E2;
    position:relative;
    background:#fff;
}

.divBusinessRightTop {
    float: left;
    width: 100%;
    overflow:hidden;
}
/*搜索条件*/
.btnSearch 
{
    cursor: pointer;
    width: 70px;
    height: 20px;
    border: 0px;
    background-image: url("../../../Images/Common/btnSearch.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 3px;
}
/*搜索条件*/
.btnSearch_EN 
{
    cursor: pointer;
    width: 70px;
    height: 20px;
    border: 0px;
    background-image: url("../../../Images/Common/btnSearchEN.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 3px;
}
.divSearchText {
    float:left;
    width: 100%;
    padding: 3px 0px 3px 0px;
}
.divSearchLine 
{
    float: left;
    line-height: 20px;
    text-align:left;
}

/*弹出窗口样式1*/
.divDialogContainer
{
    position: absolute;
    left: 45px;
    top: 45px;
    width: 410px;
}
.divDialogLine {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.divDialogLine input[type=text], .divDialogLine input[type=password] {
    border-color: #5791b5;
    width: 210px;
    _width: 210px;
}
.divDialogLine textArea {
    width: 210px;
    height: 60px;
 }
.divDialogText 
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #000000;
}
.divDialogValue {
    position: absolute;
    left: 100px;
    top: 0px;
    width: 310px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    color: #434343;
}
.divDialogCheckbox {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 150px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #000000;
}
.divDialogValidate {
    position: absolute;
    left: 320px;
    top: 0px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    color: red;
    text-align: left;
    font-size: 14px;
}
.divDialogButton {
    position: absolute;
    left: 50px;
    top: 0px;
    width: auto;
}
.button1_SureAdd
{
    float: left;
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btnSureAdd.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 101px;
    height: 30px;
}
.button1_Cancel
{
    float: left;
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btnCancel.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 101px;
    height: 30px;
}
.button1_Sure
{
    float: left;
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btnSure.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 101px;
    height: 30px;
}
.button1_Save
{
    float: left;
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btnSave.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 101px;
    height: 30px;
}
.button1_Exit {
    float: left;
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btnExit.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 101px;
    height: 30px;
}

.btn_Cancel {
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btn_Cancel.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 64px;
    height: 23px;
}

.btn_Invite {
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btn_Invite.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 64px;
    height: 23px;
}
.btn_Exit {
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btn_Exit.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 64px;
    height: 23px;
}

.btn_Save {
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btn_Save.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 64px;
    height: 23px;
}

.btn_Sure {
    cursor: pointer;
    background-image:url("../../../Images/Common/button1/btn_Sure.png");
    background-repeat: no-repeat;
    border: 0px;
    width: 64px;
    height: 23px;
}

/*加载等待*/
.Quan 
{
    width: 24px;
    height: 24px;
    background-image:url("../../../Images/Student/StudentIndex/Left_Quan.gif");
    background-repeat:no-repeat;
}

/*图片链接*/
.divLeftLogoContent{float: left;width: 64px;height: 80px;}
.commonLogo{margin: 0px auto;width: 50px;height:52px;background-repeat: no-repeat;cursor: pointer;}
.commonLogoText{margin: 0px auto;width: 100%;height:22px;line-height: 22px;cursor: pointer;overflow: hidden; text-align:center;}
#logoMYGS{background-image:url("../../../Images/Common/Logo/logoMYGS.gif");}
#logoYH{background-image:url("../../../Images/Common/Logo/logoYH.gif");}
#logoBGH{background-image:url("../../../Images/Common/Logo/logoBGH.gif");}
#logoBJH{background-image:url("../../../Images/Common/Logo/logoBJH.gif");}
#logoHD{background-image:url("../../../Images/Common/Logo/logoHD.gif");}
#logoGC{background-image:url("../../../Images/Common/Logo/logoGC.gif");}
#logoBS{background-image:url("../../../Images/Common/Logo/logoBS.gif");}
#logoSP{background-image:url("../../../Images/Common/Logo/logoSP.gif");}
#logoHL{background-image:url("../../../Images/Common/Logo/logoHL.gif");}
#logoFY{background-image:url("../../../Images/Common/Logo/logoFY.gif");}
#logoHS{background-image:url("../../../Images/Common/Logo/logoHS.gif");}
#logoGK{background-image:url("../../../Images/Common/Logo/logoGK.gif");}
#logoJZX{background-image:url("../../../Images/Common/Logo/logoJZX.gif");}
/*超出显示...*/
.overPoint{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}