body{
	margin:3px 5px 5px 5px;
	padding:0;
	font:12px "宋体";
	background-attachment: fixed;
}
.form-table{
	width:100%;
	padding:0px;
	margin:0px auto;
	margin-bottom:2px;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	empty-cells:show;
	border-collapse:collapse;
	text-align:center;
}
.form-table th{
  height:22px;
  line-height:22px;
  overflow:hidden;
  font: normal 12px "宋体";
  color:#496a8b;
  border-left:1px solid #efefef;
  background:url(img/main/th_bj.jpg) repeat-x top; 
  border-top:1px solid #efefef;
  letter-spacing:2px;
  text-align:center;
  padding:5px 5px 5px 5px;
  }
.form-table td{
	height:20px;
	line-height:20px;
	overflow:hidden;
	color:#000000;
	border-left:1px solid #efefef;
	border-top:1px solid #efefef;
	padding:5px;
	border-collapse:collapse;
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;	
	word-break : break-all;	/*列内容过长时,折行显示*/
  }
.form-table td a:link,.form-table td a:visited,.form-table td a:active,.form-table td a:hover{
	  color:#0000CC;
      height:25px;
	  line-height:25px;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
/*=========the struts2 style==========*/
.form-table td.tdLabel {
	height:25px;
	background:whiteSmoke;
}
label.label {
}
.errorLabel {font-style:italic; color:red; }
.errorMessage {font-weight:bold; text-align: center; color:red; }
.checkboxLabel {}
.checkboxErrorLabel {color:red; }
SPAN.required {color:red;}

/*=================================保存成功后弹出层效果==================================*/
.text {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding-left:160px;
	margin-top: 55px;
} 
.text_1 { 
    color:#000000; 
    font-size:12px; 
	padding-left:160px;
	line-height:10px;
}
.top {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	width:60px;
	float:left;
	text-align:center;
	margin-top: 5px;
	margin-left: 5px;
}
#top_right {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	color:#0000FF;
	float:right;
	font-weight:normal;
	margin-top: 4px;
	margin-right: 5px;
}
 /*=============================链接样式===========================*/
.list_link:link {
	font-size: 12px;
	line-height: 150%;
	color: #0000CC;
	text-decoration: none;
}

.list_link:visited {
	font-size: 12px;
	line-height: 150%;
	color: #0000CC;
	text-decoration: none;
}

.list_link:hover {
	font-size: 12px;
	line-height: 150%;
	color: #0000CC;
	text-decoration: none;
}

.list_link:active {
	font-size: 12px;
	line-height: 150%;
	color: #0000CC;
	text-decoration: none;
}
/*========校验样式===========*/
.validation-advice {
		display:inline;		
}