body{
	font-size:12px;
}
/**设置form不换行**/
form{
	margin:0px;
	display: inline
}


/**超链接**/
a:link{
	color:#2159A4;
	text-decoration:none;
}
a:active{
	color:#666699;

} 
a:visited{
	color:#2159A4;
	text-decoration:none;
}
a:hover{
	color:#666699;
}
/**超链接**/

/**表格TD 过长自动省略**/
.ellipsisTable{
	table-layout: fixed;
}
.ellipsisTable td{
	text-overflow:ellipsis; /* for IE */   
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */   
	-o-text-overflow:ellipsis;
	overflow:hidden;  
	white-space: nowrap; 
}

/**表格TD 过长自动省略**/

/**表格样式开始**/
.commonTable {
	table-layout: fixed;
}
.commonTable th {
	height:30px;
	line-height:30px;
	color:#444444;
	text-align:left;
	background-color:#F2F7FB;
	border-bottom:1px solid #CCCCCC;
	padding-left:8px;

}
.commonTable td {
	height:26px;
	line-height:26px;
	text-align:left;
	color:#333333;
	border-bottom:1px solid #f5f4f4;
	text-overflow:ellipsis; /* for IE */   
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */   
	-o-text-overflow:ellipsis;
	overflow:hidden;  
	white-space: nowrap; 
	padding-left:8px;
}
.commonTable .tdDan{
	background:#F9FBFC;
}
/**表格样式结束**/

/**校验框架**/
.inp-focus {
	border: 1px solid #73AAD2;
}
.inp-error {
	border: solid 1px #CC6666;
	background-color: #F9FAFC;
}
.err-msg {
	display: none;
	font-size: 0.85em;
	margin:4px;
	color:#C66;
	font-weight:bold;
}
/**校验框架**/

.pageInfo{
	font-weight:bold;
}
.pagePath{
	color:#666666;
	margin-top:4px;
}
.centerClass{
	text-align:center;
}
.pointerClass{
	cursor:pointer;
}
.rightClass{
	text-align:right;
}
.corner {width:17px;height:17px;background-image:url(../images/corner.gif);font-size:0px;}
.corner_white {width:17px;height:17px;background-image:url(../images/corner_white.gif);font-size:0px;}
.corner_blue {width:17px;height:17px;background-image:url(../images/conner_blue.gif);font-size:0px;}
.corner_t {width:17px;height:17px;background-image:url(../images/corner_t.gif);font-size:0px;}
.corner_grey {width:17px;height:17px;background-image:url(../images/corner_grey.gif);font-size:0px;}
.topLeft {position:absolute;left:-1px;top:-1px;background-position:-1px -1px;}
.topRight {position:absolute;right:-1px;top:-1px;background-position:-19px -1px;}
.bottomLeft {position:absolute;left:-1px;bottom:-1px;background-position:-1px -19px;}
.bottomRight {position:absolute;right:-1px;bottom:-1px;background-position:-19px -19px;}

.contentBox{
	position: relative;
	height:430px;
	border:1px solid #AACCEF;
	width:100%;
}
.customContentBox{
	height:470px;
}
.listContentBox{
	text-align:center;
}
.listContent{
	width:96%;
	margin:auto;
}
.operationArea{
	width:96%;
	text-align:left;
	margin:auto;
	margin-bottom:8px;
}

.infoBar{
	margin-bottom:10px;
	border-bottom:1px solid #aaccef;
	height:28px;
	line-height:28px;
	background-color:#D3E4F6;
	background:url(../images/nevBg.gif) repeat-x;
	padding-left:25px;
	font-weight:bold;
	color:#004499;
	font-size:14px;
}
.list_contnet{
	text-align:center;
}
.listStyle{
	text-align:left;
	border-bottom:#f0f0f0 solid 1px;
	border-top:#cccccc dashed 0px;
	padding-left:10px;
	height:26px;
	line-height:26px;
	width:90%;
}
.listStyleHead{
	background:#F2F7FB;
	font-weight:bold;
	border-bottom:#cccccc solid 1px;
}

.tagClass{
	float:left;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	height:20px;
	color:#52878F;
	line-height:20px;
	text-align:center;
	background:#D9ECEF;
	cursor:pointer;
}
.buttonArea{
	float:left;
	padding-top:10px;
}
.pageArea{
	float:right;
	margin-top:3px;
}

.fontClass{
	font-weight:bold;
	font-size:12px;
}
.commonToolBar{
	background:#fbfdfe;
	text-align:right;
	padding-right:20px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #ECECE5;
}
.commonToolBar input{
	margin-top:3px;
}

.mofifyClass,.deleteClass,.updateClass,.moveClass{
	padding-left:17px;
	margin-left:5px;
	cursor:pointer;
}

.mofifyClass{
	background:url(../images/paragraph.png) no-repeat;
}
.deleteClass{
	background:url(../images/cross.gif) no-repeat;
}
.updateClass{
	background:url(../images/case.png) no-repeat;
}
.moveClass{
	background:url(../images/updateDoc.png) no-repeat;
}
.trDoubleClass{
	background:#f9fbfc;
}
.required{
	color:red;
	margin-left:2px;
}
.hiddenInput{
	display:none;
}
input.smallButton
{
	border-width:1px;
	border-style:solid;
	border-color:#a1badf;
	background:url(../images/extButtonSmall.gif) repeat-x;
	background-color:#f2f2ed;
	height:20px;
	cursor:hand;
	
	padding:0px 8px;
	padding-bottom:3px;
	
	_line-height:18px;
	_padding:0px 0px;

}
.inputE{
	border: 1px solid #73AAD2;
}