/*.btn_xz {
            background-image: url(Images/btn_xz.gif);
            width: 54px;
            height: 24px;
        }*/

.module-tab2 {
  width: 1230px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}
/*blue*/
.style-blue2 {
  border-bottom: 1px solid #0bc4d3;
}
.style-blue2 .tab_on,
.style-blue2 .tab_on:hover {
  color: #00b4c8;
  border-color: #0bc4d3 #0bc4d3 #fff;
}
.style-blue2 .tab_a:hover {
  color: #00b4c8;
}

.GridViewCss {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  height: 25px;
  font-size: 9pt;
  width: 100%;
  border-collapse: collapse;
  border-color: #83bcd9;
}
.GridViewCss th {
  color: #fff;
  height: 24px;
  border-right: groove 1px #83bcd9;
  font-weight: normal;
  background-color: #83bcd9;
}
.GridViewCss td {
  border-right: 1px groove #9aa1a4;
  padding: 0px;
}
.GridViewCss .HeaderRowCss {
  font-size: 10pt;
  color: #000;
  height: 24px;
  text-align: center;
  background-image: url("../images/gv_head_bg.gif");
}

.GridViewCss .RowCss {
  height: 25px;
  background-repeat: repeat-x;
  background-color: #ffffff;
  color: #000;
  background-image: url("../images/gv_Row_bg.gif");
  background-position: bottom;
}

.GridViewCss .AlterRowCss {
  background-position: bottom;
  height: 25px;
  background-image: url("../images/gv_AlertRow_bg.gif");
  color: #000;
  background-repeat: repeat-x;
}

.GridViewCss .SelectRowCss {
  background-position: bottom;
  height: 25px;
  background-image: url("images/gv_SelectedRow_bg.gif");
  color: #000;
  background-repeat: repeat-x;
}

.GridViewCss .GridviewPagerCss {
  height: 23px;
  color: #000;
}

.GridViewOperate {
  text-align: center;
}

.GridViewCss .HeaderRowCss a:link,
.GridViewCss .HeaderRowCss a:visited {
  color: #114b6a;
  text-decoration: none;
}
.GridViewCss .HeaderRowCss a:active,
.GridViewCss .HeaderRowCss a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.GridViewCss .FooterCss {
  height: 28px;
  background-color: #fff;
  border-color: #d8e6f6;
}

.GridViewCss .FooterCss td {
  border: none;
}
