﻿html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
.pdv_area {position:relative;}
.pdv_area .area {height:100%;margin:0 auto;padding:0;position:relative;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

/*
通用样式
*/
body{margin:0;padding:0;border:0;height:100%;text-align:left;font:14px/1.6 Microsoft YaHei,SimSun,Arial,Sans-Serif;}
a:link {text-decoration: none;color:#000;}
a:visited {text-decoration: none;color:#000;}
a:hover {text-decoration: underline;color:#000;}

/*
容器
*/
#contenter{position: relative;height:100%;padding:0px;margin:0px auto;border:0;z-index:0;}
#contenter>#top {position:relative;margin:0px auto;z-index:99;padding:0px;} 
#contenter>#middle {position:relative;margin:0px auto 0px auto;padding:0px;} 
#contenter>#bottom {position: relative;margin:0px auto;padding:0px;} 
#external {position: absolute;left:0;top:0px;margin:0;} 

/*
模块层
*/
.pdv_class{position:absolute;border:0px}

/*
翻页
*/
.pagecss {margin-top:10px;font-size:12px;color:#000;clear:both;}
.pagecss span{background:#fff;border:1px solid #666; color:#bc2931; font-weight:bold; line-height:20px;padding:0px 3px;margin-right:3px; float:left;}
.pagecss a{line-height:20px;padding:0px 3px;margin-right:3px;background:#fff; border:1px solid #666; float:left;} 
.pagecss a:link {color: #000; text-decoration:none;}
.pagecss a:visited {color: #000;text-decoration:none;}
.pagecss a:hover{color:#000; background:#fff; border:1px solid #FF0000;}
.pagecss .p_input {display:block;background:#fff;border:1px solid #666; color:#bc2931; font-weight:bold; line-height:20px;height:20px;padding:0px 3px;margin-right:3px; float:left;width: 30px;}


/*
空白模块层
*/
.blank_class{display:block;width:100%;height:100%;min-height:50px;background:#F5F6F7;border:1px solid #d3c9c9;padding:8px;text-align: center;}
