body {
	font-style: normal;
	line-height: normal;
	font-family: '宋体', arial, sans-serif, verdana;
	font-size: 12px;
	background-color: white;
	margin: 8px 8px 40px 8px;
	padding: 0;
	height: 100%;
}

table {
	font-family: '宋体', arial, sans-serif, verdana;
	font-size: 12px;
}

a {
	font-family: verdana, arial, '宋体', sans-serif;
	COLOR: #425b6f;
}

a:hover {
	COLOR: #ff6633;
}

/* 测试新表格样式和颜色 */
table.greenTable {
	border: 1px solid #A9F7A9;
	border-collapse: collapse;
	background-color: #fffffc;
	width: 100%;
	margin: 4px auto 4px;
}

table.greenTable thead tr {
	background: url(images/bg.gif) repeat center center;
}

table.greenTable th {
	border: 1px dotted;
	padding: 3px;
	font-weight: bold;
}

table.greenTable td {
	border: 1px dotted;
	padding: 3px;
}

/* 一般项目列表表格样式定义 */
.listTable {
	border: 1px solid #E6DBC0;
	border-collapse: collapse;
	font-family: verdana, arial, sans-serif, '宋体';
	font-size: 12px;
	width: 100%;
	/*background-color: #E6DBC0; margin: 4px auto 4px; */
}

.listTable thead tr {
	background: url(images/bg.gif) repeat center center;
}

.listTable thead th {
	border: 1px dotted #E6DBC0;
	padding: 3px 2px 3px 2px;
	/*background-color: #e5e5e5;*/
	white-space: nowrap;
}

.listTable tbody tr { /*background-color: white;*/
	
}

.listTable tbody td {
	border: 1px dotted #E6DBC0;
	padding: 3px;
	/*background-color: white;*/
}

.listTable tbody fieldset {
	width: 100%;
	height: 100%;
	border: #DDDDDD 1px dashed;
}

.listTable tbody legend {
	border: 0px;
	background-color: #FFFFFF;
}

.listTable tfoot td {
	padding: 3px;
	background-color: white;
}

.listTable .title {
	width: 30%;
	align: right;
	valign: top;
	font-weigth: bold;
}

/* 表单属性 */
form {
	border: 0;
	padding: 0;
	margin: 0;
}

/* 一般表单中 input, textarea 字段的字体和大小定义 */
input,textarea,select {
	font-family: '宋体', arial, sans-serif, verdana;
	font-size: 12px;
}

/* 评论回复 */
.commentReply {
	margin: 4px 20px 4px 4px;
	padding: 3px;
	border: 1px solid gray;
	background-color: #ececec;
}

.commentContent {
	margin: 5px 10px 2px 52px; /*top, right, bottom, left*/
	padding: 3px;
	border: 1px solid gray;
	background-color: #ececec;
}

.funcButton {
	margin: 4px auto 4px;
}

/* 分页 div 属性 */
.pager {
	text-align: right;
	margin: 4px auto 4px;
}

div.pos {
	border: 1px solid #E6DBC0;
	background-color: #fffffc;
	padding: 4px;
	margin: 4px auto 4px;
}

div.search {
	text-align: right;
	padding: 4px;
	margin: 4px auto 4px;
}

input.button {
	border: 1px solid #e5e5e5;
	font-size: 12px;
	background: url(images/btn_bg3.gif) repeat-x center center;
	cursor: pointer;
	color: #000;
	height: 21px;
	margin: 0 2px 0 2px;
}

.boldright {
	font-weight: bold;
	text-align: right;
}

.actionError {
	color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

.ytable {
	border: 1px solid #009900;
	background-color: #DDFFDD;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* Tab*/
.tab_outer {border:1px solid #aec6dd;}
.tab2 {height:20px;background:url(images/tab_1.gif) repeat-x;font-weight:bold;}
.tab2 div {float:left;border-right:1px solid #b0bec7;height:17px;padding:3px 10px 0 10px; }
.tab2_label_1 {float:left;width:90px;height:20px;padding:0px 10px; background:url(images/tab_left1.gif) no-repeat;padding-top:2px;font-weight:bold;}
.tab2 div.cur {float:left;height:17px;padding:3px 10px 0 10px; background:url(images/tab_1.gif) repeat-x 0 -22px;}
.tab2 a {text-decoration:none;}
div.cur a{color:#f00;}