﻿html,body{height:100%;padding:0;margin:0;font-size:12px;background:#ffffff}
body{font-family:"微软雅黑","宋体",Arial}
ul,li{list-style:none}
a,form{margin:0;padding:0}
a:link,a:visited{text-decoration:none}
a:hover{text-decoration: underline}
img {cursor: pointer;}

/*Header Begin*/
.mwrap{width:960px;margin:0 auto;}
header{width:100%;height:23px;line-height:23px;background-color:#F2F2F2;color:#9B9B9B;display:block}
header .wel { float: left; }
header .links { float: right; }
header .links a { display: inline-block; margin: 0 3px; }
.headerdivide {background-color:#E4E4E4;height:1px;margin:1px 0px 0px;}
/*Header End*/

/*Footer Begin*/
.footer {width:100%;line-height:20px;color:#9B9B9B;text-align:center;}
.footer .nav {color:#9B9B9B;padding:20px 0px 0px;margin:0px;}
.footer .nav a{width:80px;margin:0 0px;display:inline-block;color:#9B9B9B}
.footer .cr {color:#9B9B9B;padding:10px 0px 20px;}
.footer .cr span{display:inline-block}
.footer .cr .cp{width:120px}
.footer .cr .mii{width:134px}
.footer .cr .np{width:180px}
.footerdivide { border-top: 1px #d9d9d9 solid; height: 1px; background-color: #fff; clear: both; margin-top: 40px; }
.indexfooterdivide { border-top: 1px #d9d9d9 solid; height: 1px; background-color: #fff; clear: both; }
/*Footer End*/

/*列表*/
.maintable {border: 1px solid #C7C2C2;border-collapse:collapse}
.maintable thead {
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#E9EAEC));
    background: -moz-linear-gradient( top,#ffffff,#E9EAEC);
    background:-ms-linear-gradient(top, #ffffff, #E9EAEC);
}
.maintable thead td,.maintable thead th {
    background:url(/Images/ie_thead.jpg) left bottom repeat-x\0;
}
.maintable td,.maintable th {padding:0px 5px;height:29px; vertical-align:middle;font-size:12px;text-align: center;line-height:29px;}
.maintable input[type=text] {min-height:25px;height:21px;font-size:12px;}

.guide { background-color: #f8f8f8; padding: 10px 9px; margin-bottom: 20px; border: 1px solid #e3e4eb; font-weight: bold; font-family: 宋体; }
    .guide .link { color: #0099CC; }
    .guide .cur { color: #333333; }
.toolTip { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top {
  margin-top: -10px;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}