/** 公共部分-头部尾部-主页面 */


/* 清除内外边距  设置默认字体  for ie*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,fieldset, lengend, button, input, textarea,th, td {margin: 0;padding: 0;}
body,button, input, select, textarea {font: 12px/1 "Microsoft Yahei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */ }
h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
ul, ol { list-style: none; } /* 重置列表元素 */
a,a:hover{ text-decoration: none; } /* 重置文本格式元素 */
abbr[title], acronym[title] { border-bottom: 1px dotted;cursor: help; } /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
q:before, q:after { content: ''; }
legend { color: #000; } /* for ie6 *//* 重置表单元素 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 *//* 重置表单元素 */
button, input, select, textarea {font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 *//* 注：optgroup 无法扶正 */
table {border-collapse: collapse; border-spacing: 0;} /* 重置表格元素 */
hr{border:none; height: 1px;} /* 重置 hr */
html {overflow-y: scroll; } /* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */


html,body,div,span,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-family:"Microsoft Yahei";}
/*body,html{background-color:#fff;font-family:"Microsoft Yahei";height:100%; -webkit-filter: grayscale(100%);}*/
body,html{background-color:#fff;height:100%;}
ul li{list-style:none;}
.clear{clear:both;display:block;overflow:hidden;width:0;height:0;}
.clearfix:before, .clearfix:after {display: table;content: "";}
.clearfix:after {clear: both}


/**分页样式**/
#toolPager{float:right;padding:0 10px;}
#footerPager{margin:30px;}
.pager{color:#999;height:35px;overflow:hidden;padding:2px 0 1px;text-align:center;vertical-align:top;margin:0;}
.pager .countTip{float:left;line-height:30px;margin-right:20px;}
.pager .pagerLeft{float:left;padding-left:50px;}
.pager .pagerRight{float:right;}
.pager a{border:1px solid #E4E4E4;color:#046CB5;float:left;height:30px;line-height:25px;margin:0 1px;border-radius:3px;overflow:hidden;padding:0 6px;text-decoration:none !important;}
.pager a.selected {background:#046CB5;border:1px solid #046CB5;color:#FFFFFF;font-weight:700;border-radius:3px;}
.pager .firstPage{padding:2px 5px 1px 5px;}
.pager .endPage{padding:2px 5px 1px 5px;}
.pager .prevPage {background:url("/assets/img/admin/arrow_left.gif") no-repeat 7% 50%;padding:2px 5px 1px 16px;}
.pager .nextPage{background:url("/assets/img/admin/arrow_right.gif") no-repeat 93% 50%;padding:2px 16px 1px 5px;}
.pager a:hover {border: 1px solid #046CB5;}
.pager .pagerTip {padding:0 5px;font-weight:bold;font-size:14px;color:#ff3600;font-family:'Comic Sans Ms';}
.pager .jumpPage{width:30px;}