﻿/*s 全局式样 */
body{
	font-size:14px;
	background-color:#FFFFFF;
	font-family:\5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif;
	color:#2C2C2C;
}
*{
    margin:0;
	padding:0;
}
li, ul{
	list-style:none;
}
table{
	overflow:hidden;
}
a{
	text-decoration:none;
	outline:none;
}
img{
	border:none;
	vertical-align:middle;
}
/*e 全局式样 */

/*s 5.1 导航 */
/**s 5.1.2 面包屑 */
.crumbMenuArea{
	height:40px;
	background-color:#f4f5fb;
	border:1px solid #dfe1f2;
	line-height:40px;
	padding-left:10px;
	margin-top:15px;
}
.crumbMenu{
}
.crumbCurMenu{
	font-weight:bold;
}
/**e 5.1.2 面包屑 */

/**s 5.1.3 tab页签 */
.tabMenuBox{
	background:url(../images7/menuTabline.png) repeat-x bottom;
	height:40px;
	padding-left:23px;
	margin:15px 0px 5px 0px;
}
.tabMenuBox li{
	display:inline;
	line-height:20px;
	float:left;
}
.tabMenuBox li span{
	display:block;
	height:40px;
	width:5px;
	float:left;
	background:url(../images7/menuTabDL.png) no-repeat top left;
}
.tabMenuBox li a{
	display:block;
	float:left;
	padding-left:12px;
	padding-right:15px;
	height:40px;
	line-height:40px;
	background:url(../images7/menuTabDR.png) no-repeat top right;
	margin:0px 5px 0px 0px;
	text-decoration:none;
	color:#2c2c2c;
	text-align:center;
	white-space:nowrap;
	_padding-top:0px;
}
.tabMenu:hover span{
	background:url(../images7/menuTabHL.png) no-repeat top left !important;
}
.tabMenu:hover a{
	background:url(../images7/menuTabHR.png) no-repeat top right !important;
	color:#1f93d5;
}
#tabMenuCur span{
	background:url(../images7/menuTabL.png) no-repeat bottom left;
}
#tabMenuCur a{
	background:url(../images7/menuTabR.png) no-repeat bottom right;
	height:40px;
	cursor:default;
	font-weight:bold;
	color:#1f93d5;
	white-space:nowrap;
}
/**e 5.1.3 tab页签 */
/*e 5.1 导航 */

/*s 5.2 输入组件 */
/**s 5.2.1 标准输入框组件 5.2.2 通栏输入框组件 5.2.5 交易密码输入组件 5.2.6 双项输入组件 */
.inTxt{
	border:1px solid #c5c5c5 ;
	height:25px;
	line-height:25px;
	/*margin-left:5px;*/
	margin-right:10px;
	padding-left:10px;
	width:220px;
	vertical-align:middle;
	font-size:14px;
}
.inTxt:hover{
	border:1px solid #62a7e3;
}
.inTxt:focus{
	border:1px solid #62a7e3;
}
/**e 5.2.1 标准输入框组件 */

/**e 5.2.3 标准文本域组件 */
.inTxtArea{
	border:1px solid #c5c5c5 ;
	height:110px;
	line-height:27px;
	padding-left:10px;
	width:220px;
	vertical-align:middle;
	overflow:auto;
	margin:0px 10px 5px 0px;
	font-size:14px;
}
.inTxtArea:hover{
	border:1px solid #62a7e3;
}
.inTxtArea:focus{
	border:1px solid #62a7e3;
}
/**e 5.2.3 标准文本域组件*/

/** 5.2.2 通栏输入框组件 5.2.4 通栏文本域组件 5.2.5 交易密码输入组件 5.2.6 双项输入组件 */
.iSty1{
	width:553px;
}
.iSty2{
	width:98px;
	margin-right:3px;
}
.iSty3{
	width:98px;
	margin-left:2px;
}
/** 5.2.2 通栏输入框组件 5.2.4 通栏文本域组件 5.2.5 交易密码输入组件 5.2.6 双项输入组件 */

/**s 5.2.5 交易密码输入组件 */
.pswArea{
}
/**e 5.2.5 交易密码输入组件 */


/*e 5.2 输入组件 */


/*s 5.3 显示组件 */
.tableList .txtLeft, .txtLeft{
	text-align:left;
}
.tableList .txtRight, .txtRight{
	/*text-align:right;*/
	text-align:center;
}
.tableList .txtCenter, .txtCenter{
	text-align:center;
}
.tableTitle{
	height:42px;
	margin-top:15px;
	line-height:42px;
	padding-left:10px;
	padding-right:11px;
}
.titleTxt{
	float:left;
	font-weight:bold;
}
/**s 5.3.1 横向表格显示组件 */
.tableList{
	background:#FFF;
	text-align:center;
	border:1px solid #62a7e3;
	width:100%;
}
.tableList tr td{
	/*border-bottom:1px #E6E6E6 solid;*/
	overflow:hidden;
	height:35px;
	padding:0px 5px 0px 5px;
}
.tableList .tableListHead td{
	background:#c8e0f5;
	font-weight:bold;
	text-align:center;
}
.tableListTr{
	background-color:#f7fafd;
}
.tableListSlt{
	background-color:#ebf4fb;
}
.tableFooter{
	background:#f7faf5;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
}
.footerLine{
	padding:0 10px 0 10px;
	height:35px;
	line-height:35px;
}
.footerLine .info{
	margin-right:22px;
}
.lineLeft{
	float:left;
	margin-right:20px;
}
.totalMsg{
	margin-right:22px;
}
.splitPage{
	float:right;
	_padding-top:5px;
	_height:30px;
}
.splitPage a{
	color:#0066b3;
	cursor:pointer;
}
.splitPage a:hover{
	text-decoration:underline;
}
.pageNum{
	margin-right:8px;
}
.curPageNum{
	padding:4px 4px;
	border:1px solid #DBDBDB;
	margin-right:8px;
}
.inPage{
	border:1px #c5c5c5 solid;
	height:16px;
	font-size:14px;
	text-align:center;
	width:30px;
	margin:0 3px;
	vertical-align:middle;
}
.inPage:hover{
	border:1px solid #62a7e3;
}
.inPage:focus{
	border:1px solid #62a7e3;
}
.pageGoTo{
	margin:0 0 0 10px;
}
/**e 5.3.1 横向表格显示组件 */

/**s 5.3.2 纵向表格显示组件 */
.tableConfirm{
	border:1px #62a7e3 solid;
	color:#2c2c2c;
}
.tableConfirm .hideTr td{
	height:0px;
	border:none;
}
.tableConfirm tr td{
	height:34px;
	border-bottom:1px #c5d7e8 solid;
	overflow:hidden;
	padding:0px 10px;
	text-align: center;
}
.cfmTitle{
	padding:0px 5px;
	/*text-align:right;*/
	background-color:#f7fbfe;
}
.cfmInfo{
}
.cfmSty1{
	width:209px;
}
.cfmSty2{
	width:125px;
}
.cfmSty3{
	width:63px;
	border-right:1px solid #c5d7e8;
	text-align:center;
	font-weight:bold;
}
.cfmSty4{
	width:330px;
}
.cfmSty5{
	width:221px;
}
.cfmSty6{
	width:911px;
}
.cfmlint{
	border-left:1px solid #c5d7e8;
}
/**e 5.3.2 纵向表格显示组件 */

/**s 5.3.3 页面结果反馈组件 */
.retTip{
	margin-top:30px;
	padding:30px 0px;
	overflow:hidden;
	border:1px solid #f1f5f9;
	background-color:#f7fafd;
}
.retSuces{
	background-image:url(../images7/retSuces.jpg);
	background-repeat:no-repeat;
	background-position:160px 50%;
}
.retFault{
	background-image:url(../images7/retFault.jpg);
	background-repeat:no-repeat;
	background-position:160px 50%;
}
.retTip div{
	margin-left:230px;
	line-height:24px;
}
.retTip a{
	color:#0066b3;
}
/**e 5.3.3 页面结果反馈组件 */

/**s 5.3.5 流程引导组件 */
.naviLine{
	height:38px;
	background-color:#f4f6fd;
	border:1px solid #dfe1f2;
	font-weight:bold;
	line-height:39px;
	margin:15px 0;
}
.naviNum{
	height:42px;
	width:14px;
	background:url(../images7/naviNum.png) no-repeat center;
	display:inline-block;
	color:#FFFFFF;
	font-size:16px;
	padding-left:6px;
	margin:0 5px 0 10px;
	vertical-align:middle;
	line-height:42px;
}
.tableForm{
	background:#FFF;
}
.tableForm tr td{
	height:42px;
	padding-left:10px;
}
.tableFormNoLine{
	background:#FFF;
}
.tableFormNoLine tr td{
	height:42px;
	padding-left:10px;
}
.formTitle{
	width:210px;
	text-align:right;
	padding-right:5px;
}
.formTop{
	vertical-align:top;
	line-height:24px;
}
.naviStepArea{
	height:40px;
	margin-top:15px;
	padding-left:71px;
	background:#d7d7d7 url(../images7/naviStart.png) no-repeat;
}
.naviStep{
	margin-left:-24px;
	width:204px;
	float:left;
	height:40px;
	display:inline-block;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	color:#888888;
	background:url(../images7/naviStep.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images7/naviStep.png');
}
.curStep{
	color:#FFFFFF;
	background:url(../images7/curStep.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images7/curStep.png');
}
/**e 5.3.5 流程引导组件 */

/**s 5.3.6 纯文字提示组件 */
.txtTipBox{
	padding:0 10px 10px 10px;
	width: auto;
	overflow: hidden;
	border:1px solid #f1f5f9;
	background-color:#f7fafd;
	margin-top:50px;
}
.txtTipTitle{
	height:42px;
	color:#FF0000;
	line-height:42px;
	font-weight:bold;
}
.txtTipline{
	line-height:24px;
}
.txtTipBox a{
	color:#0066b3;
}
/**e 5.3.6 纯文字提示组件 */

/**s 5.3.zlk1 表格margin-top */
/* 由于有标题的表格和无标题的表格的margin-top这里另作定义 */
.tableMT{
	margin-top:15px;
}
/**e 5.3.zlk1 表格上margin */

/*e 5.3 显示组件 */

/*s 5.4 选择组件 */
/**s 5.4.1 时间日期选择组件 */
.inDate{
	border:1px solid #c5c5c5;
	height:25px;
	line-height:25px;
	/*margin-left:5px;*/
	padding-left:10px;
	width:193px;
	vertical-align:middle;
}
.inDate:hover{
	border:1px solid #62a7e3;
}
.inDate:focus{
	border:1px solid #62a7e3;
}
.dSty1{
	width:71px;
}
.dSty2{
	width:71px;
	margin-left:2px;
}
.dateBtn{
	margin-left:-1px;
	margin-right:3px;
	border:0px;
}
.dateImg{
	vertical-align:middle;
	border:0px;
}
/**e 5.4.1 */

/**s 5.4.2 复选组件 5.4.3 单选组件 */
.checkbox{
	margin-right:30px;
}
.checkbox input{
	margin-right:5px;
	margin-bottom:4px;
	*margin-bottom:2px;
	vertical-align:middle;
}
.radio{
	margin-right:30px;
}
.radio input{
	margin-right:5px;
	margin-bottom:4px;
	*margin-bottom:2px;
	vertical-align:middle;
}
.crNMR{
	margin-right:0px;
}
.crArea{
	padding:0 0 0 5px;
	margin:0px 5px 5px 0px;
	width:723px;
	line-height:24px;
	float:left;
}
.craSty1{
	width:230px;
}
.craSty2{
	width:553px;
}
.crSyt{
	margin-left:30px;
}
/**s 5.4.2 复选组件 5.4.3 单选组件 */

/**s 5.4.4 下拉选择组件 */
.select{
	height:27px;
	border:1px solid #c5c5c5;
	/*margin-left:5px;*/
	padding:3px 2px 3px 2px;
	vertical-align:middle;
	font-size:14px;
}
.select:focus{
	border:1px solid #62a7e3;
}
.slSty1{
	width:232px;
}
.slSty2{
	width:565px;
}
.slSty3{
	width:735px;
}
/*** s 模拟下拉框 */
.sltBox{
	height:25px;
	margin-right:10px;
	border:#c5c5c5 1px solid;
	display:inline-block;
	vertical-align:middle;
}
.sltCurTxt{
	height:25px;
	padding-left:10px;
	padding-right:26px;
	line-height:25px;
	background:url(../images7/sltIcon.png) no-repeat top right;
	overflow:hidden;
}
.sltBox:hover, .sltBox:active{
	border:#62a7e3 1px solid;
}
/*** e 模拟下拉框 */

/**e 5.4.4 下拉选择组件 */


/**s 5.4.5 左右添加组件 */
.addBox{
	height:207px;
	width:200px;
	border:1px solid #62a7e3;
	background-color:#f7fbfe;
	padding:0 5px;
	float:left;
}
.addSty1{
	width:300px;
}
.addSty2{
	width:725px;
}
.addBoxLeft{
}
.addBoxRight{
}
.addBoxHead{
	font-weight:bold;
	height:42px;
	line-height:42px;
}
.addBoxBody{
	height:137px;
	padding-left:10px;
	border:1px solid #d8d8d8;
	background-color:#FFFFFF;
	overflow:auto;
	line-height:27px;
}
.addBoxFooter{
	font-weight:bold;
	height:27px;
	line-height:27px;
}
.addBtnArea{
	width:45px;
	padding:70px 30px 0 30px;
	float:left;
	line-height:42px;
}
.addBtnArea a{
	color:#0066b3;
	cursor:pointer;
}
/**e 5.4.5 左右添加组件 */

/*e 5.4 选择组件 */

/*s 5.5 按钮组件 */
/**s 5.5.1 主操作区按钮 */
.btnArea{
	padding-top:5px;
	*padding-top:15px;
	margin-top:15px;
	min-height:60px;
	*+min-height:50px;
	_height:50px;
}
.btnLine{
	margin-top:10px;
	padding-left:233px;
}
.btnCenter{
	padding:0;
	text-align:center;
}
.btn{
	box-sizing:content-box;
	height:35px;
	min-width:60px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	border:0;
	cursor:pointer;
	color:#FFF;
	margin-right:15px;
	font-weight:bold;
	background-color:#1f93d5;
	font-size:14px;
	vertical-align:middle;
	border-radius:5px;
	*overflow:visible;
	*min-width:auto;
	*width:expression((function(o){if(!o.cssok){var w,d = o.style.display;o.style.display='';w=o.offsetWidth>100?'auto':'100px';o.style.display=d;o.cssok=true;return w}else{return o.style.width}})(this));
}
.btn:hover{
	background-color:#229ee6;
}
.btn:active{
	background-color:#1e89c7;
}
.bDis,.bDis1,.bDis2,.bDis3,.bDis4,.bDis:hover,.bDis1:hover,.bDis2:hover,.bDis3:hover,.bDis4:hover{
	background-color:#999999;
}
/*
.bSty:hover{
	background:url(../images7/btn100Hover.png) no-repeat;
}
.bSty:active{
	background:url(../images7/btn100Active.png) no-repeat;
}
.bSty1{
	width:130px;
	background:url(../images7/btn130.png) no-repeat;
}
.bSty1:hover{
	background:url(../images7/btn130Hover.png) no-repeat;
}
.bSty1:active{
	background:url(../images7/btn130Active.png) no-repeat;
}
.bSty2{
	width:160px;
	background:url(../images7/btn160.png) no-repeat;
}
.bSty2:hover{
	background:url(../images7/btn160Hover.png) no-repeat;
}
.bSty2:active{
	background:url(../images7/btn160Active.png) no-repeat;
}
.bSty3{
	width:190px;
	background:url(../images7/btn190.png) no-repeat;
}
.bSty3:hover{
	background:url(../images7/btn190Hover.png) no-repeat;
}
.bSty3:active{
	background:url(../images7/btn190Active.png) no-repeat;
}
.bSty4{
	width:210px;
	background:url(../images7/btn210.png) no-repeat;
}
.bSty4:hover{
	background:url(../images7/btn210Hover.png) no-repeat;
}
.bSty4:active{
	background:url(../images7/btn210Active.png) no-repeat;
}
.bDis{
	background:url(../images7/btn100Dis.png) no-repeat;
}
.bDis1{
	width:130px;
	background:url(../images7/btn130Dis.png) no-repeat;
}
.bDis2{
	width:160px;
	background:url(../images7/btn160Dis.png) no-repeat;
}
.bDis3{
	width:190px;
	background:url(../images7/btn190Dis.png) no-repeat;
}
.bDis4{
	width:210px;
	background:url(../images7/btn210Dis.png) no-repeat;
}
*/
/**e 5.5.1 主操作区按钮 */

/**s 5.5.2 表格区按钮组件 */
.downloadBox{
	position:absolute;
	z-index:9;
}
.downloadBox span{
	border-left:1px solid #d1d0d0;
	border-top:1px solid #d1d0d0;
	border-right:1px solid #d1d0d0;
	background:#FFFFFF;
	padding:10px 10px 0px 10px;
	display:inline-block;
	height:24px;
}
.downloadBox span a{
	float:none;
	font-size:14px;
	padding-left:16px;
	margin-right:0px;
	background-color:#FFFFFF;
}
.downloadBox ul{
	border:1px solid #d9d9d9;
	padding:15px 10px 15px 10px;
	margin-top:-2px;
	background:#FFFFFF;
}
.downloadBox .firstLi{
	border-top:1px solid #d9d9d9;
}
.downloadBox ul li{
	border-bottom:1px solid #d9d9d9;
	color:#0066bb;
	line-height:32px;
	width:94px;
	cursor:pointer;
	background:#FFFFFF;
}
.downloadBox ul li:hover{
	font-weight:bold;
}
.tableLBtn{
	float:left;
	padding-left:16px;
	margin-right:20px;
	color:#1f93d5;
	cursor:pointer;
}
.tableRBtn{
	float:right;
	padding-left:16px;
	margin-left:20px;
	color:#1f93d5;
	cursor:pointer;
}
.download{
	background:url(../images7/tableDownload.png) no-repeat left center;
}
.download:hover{
	text-decoration:underline;
}
.print{
	background:url(../images7/tablePrint.png) no-repeat left center;
}
.print:hover{
	text-decoration:underline;
}
.add{
	background:url(../images7/tableAdd.png) no-repeat left center;
}
.add:hover{
	text-decoration:underline;
}
.delAll{
	background:url(../images7/tableDelAll.png) no-repeat left center;
}
.delAll:hover{
	text-decoration:underline;
}
.tableLink{
	color:#1f93d5;
	margin:0 3px;
	cursor:pointer;
}
.tableLink:hover{
	text-decoration:underline;
}
.editColumn{
	background:url(../images7/editColumn.png) no-repeat left center;
}
.editColumn:hover{
	text-decoration:underline;
}
/**e 5.5.2 表格区按钮组件 */

/**s 5.5.3 单表区按钮 */
.iBtn{
	margin-right:10px;
	display:inline-block;
	color:#0066b3;
	cursor:pointer;
	line-height:24px;
	vertical-align:middle;
}
.iBtn:hover{
	text-decoration:underline;
}
.icon1{
	padding-left:24px;
	background:url(../images7/balanceCheck.png) left no-repeat;
}
.icon2{
	padding-left:22px;
	background:url(../images7/find.png) left no-repeat;
}
.icon3{
	padding-left:28px;
	background:url(../images7/useAcc.png) left no-repeat;
}
.icon4{
	padding-left:22px;
	background:url(../images7/signAcc.png) left no-repeat;
}
.icon5{
	padding-left:16px;
	background:url(../images7/filter.png) left no-repeat;
}
.icon6{
	margin-right:5px;
	padding-left:15px;
	background:url(../images7/tableClose.png) left no-repeat;
	height:24px;
}
.icon7{
	margin-right:5px;
	padding-left:15px;
	background:url(../images7/tableOpen.png) left no-repeat;
	height:24px;
}
.icon8{
	margin-right:5px;
	padding-left:14px;
	background:url(../images7/tableEdit.png) left no-repeat;
	height:24px;
}
.icon9{
	padding-left:15px;
	background:url(../images7/batch.png) left no-repeat;
	height:24px;
}
.icon10{
	padding-left:15px;
	background:url(../images7/batchConfirm.png) left no-repeat;
	height:24px;
}
.icon11{
	padding-left:15px;
	background:url(../images7/batchCancel.png) left no-repeat;
	height:24px;
}
.icon12{
	padding-left:15px;
	background:url(../images7/batchRollback.png) left no-repeat;
	height:24px;
}
/**e 5.5.3 单表区按钮 */
/*e 5.5 按钮组件 */

/*s 5.6 组合组件 */
/**s 5.6.1 选中展开输入组件 */
.tableHide{
	background:#F7FAFD;
	width:100%;
}
.tableHide tr td{
	height:42px;
	padding-left:10px;
}
.hideTitle{
	width:210px;
	text-align:right;
	padding-right:5px;
}
.hideInfo{
	width:350px;
}
/**e 5.6.1 选中展开输入组件 */

/**s 5.6.2 上传功能组件 */
.uploadBox{
	position:relative;
	overflow:hidden;
	display:inline;
	width:670px;
	_display:inline-block;
}
.btnUpload{
	height:27px;
	width:50px;
	text-align:center;
	border:0;
	cursor:pointer;
	color:#FFF;
	margin-right:15px;
	font-weight:bold;
	background:url(../images7/btnUpload.png) no-repeat;
	font-size:14px;
	vertical-align:middle;
}
.btnUploadHover{
	background:url(../images7/btnUploadHover.png) no-repeat;
}
.inFile{
	position:absolute;
	right:10px;
	height:28px;
	width:60px;
	font-size:14px;
	z-index:1;
	filter:alpha(opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
	cursor:pointer;
}
/**e 5.6.2 上传功能组件 */

/*e 5.6 组合组件 */


/*s 非标准样式 */
.txWarp{
	background:#FFF;
	width:1160px;
	margin-left:auto;
	margin-right:auto;
}
.txWinHead{
	height:70px;
	background-color:#F7F7F7;
}
.txLogo{
	width:380px;
	height:50px;
	padding:15px 0 0 9px;
	float:left;
}
.footer_div{
	margin:80px auto 30px auto;
	height:50px;
	width:100%;
	padding-top:15px;
	padding-bottom:5px;
	position:relative;
}
.copyright_div{
	text-align:center;
	margin:0 auto;
	height:24px;
	width:190px;
}
.copyright_div div{
	float:left;
	text-align:center;
	line-height:26px;
	height:24px;
	margin-right:5px;
}
.copyright_img{
	height:24px;
	width:18px;
}
.tel_div{
	line-height:24px;
	text-align:center;
	height:24px;
}
.password_Area{
	margin-top:30px;
}
.password_Area .ccb_form_normal .form_controls{
	width:auto;
}
h3{
	font-weight:bold;
	color:#000000;
	line-height:40px;
	width:auto;
	overflow:hidden;
	padding-left:15px;
	font-size:14px;
}
.ccb_form_normal{
	background:#FFF;
	margin-top:15px;
	/*border-top:1px #E6E6E6 solid;
	border-left:1px #E6E6E6 solid;*/
}
.ccb_form_normal tr td, .ccb_form_normal thead th{
	vertical-align:middle;
	overflow:hidden;
	height:37px;
	/*border-right:1px #E6E6E6 solid;
	border-bottom:1px #E6E6E6 solid;*/
}
.form_labelName{
	width:228px;
}
.label_standard{
	display:inline-block;
	text-align:right;
	width:100%;
}
.form_req{
	color:#F00;
	padding:5px;
}
.ccb_form_normal .form_controls{
	margin-top:8px;
	padding-left:5px;
	*+margin-top:-1px;
}
.input_standard{
	border:1px #CCC solid;
	width:223px;
	height:27px;
	line-height:27px;
	padding:0px 0px 0px 5px;
	margin:1px 0px 0px 0px;
	padding-left:5px;
}
/*e 非标准样式 */

/* s 强调边距样式 */
.mt0{
	margin-top:0;
}
.mr0{
	margin-right:0;
}
.mb0{
	margin-bottom:0;
}
.ml0{
	margin-right:0;
}
/* s 强调边距样式 */

/*s 个别式样 */
.red{
	color:#ff0000;
	margin-right:8px;
}
.underline{
	text-decoration:underline;
}
.money{
	font-weight:bold;
}
.acc{
	font-weight:bold;
}
/**s 提示 */
.prompt{
	height:auto;
	width:150px;
	position: absolute;
	z-index: 999;
	padding:10px 5px;
	color:#000000;
	border-radius:4px;
}
.prompt i{
	width: 10px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -7px;
	left:12px;
}
.ccbErrSty{
	border: 1px solid #e84c4c;
	background-color:#ffecec;
}
.ccbErrSty i{
	background:url('../images7/ccbErrI.png') no-repeat;
	_background:none;
}
.ccbHelp{
	width:15px;
	height:15px;
	display:inline-block;
	background:url('../images7/help.png') no-repeat;
	vertical-align:middle;
	margin-right:5px;
}
.ccbHelpSty{
	border: 1px solid #62A7E3;
	background-color:#EAF5FE;
}
.ccbHelpSty i{
	background:url('../images7/ccbHelpI.png') no-repeat;
	_background:none;
}
/**e 提示 */

/**s 文本域公共 */
.iDis{
	border:1px solid #cccccc;
	background:#eeeeee;
}
.iErr{
	border:1px solid #fd9696;
	background:#ffecec;
}
/**e 文本域公共 */


/**s 协议框 */
.protocol{
	width:1158px;
	border:1px solid #CCCCCC;
}
.protocol iframe{
	border:0px;
	width:100%;
	height:400px;
}
/**e 协议框 */

/**s 树样式 */
.treeWin{
	height:300px;
	width:240px;
	border:1px solid #62a7e3;
	background-color:#f7fbfe;
	padding:5px;
	float:left;
}
.treeWinHead{
	height:24px;
	line-height:24px;
	vertical-align:middle;
	margin-bottom:5px;
}
.treeWinBody{
	border:1px solid #CCCCCC;
	height:255px;
	background-color:#FFFFFF;
	overflow:auto;
}
/**e 树样式 */

/**s 带下拉按钮的输入框 */
.inSelt{
	border:1px solid #c5c5c5;
	height:25px;
	line-height:25px;
	padding-left:10px;
	width:195px;
	vertical-align:middle;
}
.inSelt:hover{
	border:1px solid #62a7e3;
}
.inSelt:focus{
	border:1px solid #62a7e3;
}
.inSeltBtn{
	margin-left:-1px;
	margin-right:3px;
	border:0px;
}
.inSeltBtnImg{
	vertical-align:middle;
	border:0px;
}
/**e 带下拉按钮的输入框 */

/**s 通用弹出窗口 **/
.Win{
	width:600px;
	height:400px;
	position:absolute;
	border:1px solid #62a7e3;
	background-color:#FFFFFF;
	overflow:hidden;
}
.winHead{
	height:35px;
	background:#1f93d5;
	line-height:35px;
	padding:0 10px;
	font-weight:bold;
}
.winTitle{
	color:#FFFFFF;
	float:left;
}
.winCloseBtn{
	width:16px;
	height:16px;
	background:url(../images7/winClose.png) no-repeat;
	float:right;
	margin-top:9px;
}
.winBody{
	background-color:#FFFFFF;
	overflow:auto;
}
/**e 通用弹出窗口 **/

/**s 编辑列 **/
.editColBox{
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}
.editBorder{
	width:518px;
	height:240px;
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #D1D1D1;
	overflow:auto;
}
.editColTable{
	width:100%;
	*width:96%;
	margin-left:auto;
	margin-right:auto;
}
.editColTable tr td{
	height:30px;
	width:25%
}
/**s 编辑列 **/

/** s 移动列 **/
.moveColumnBox{
	position:relative;
	width:0;
	height:0;
	overflow:visible;
}
.moveColumnLeft{
	display:inline-block;
	position:absolute;
	top:6px;
	width:20px;
	height:24px;
	background:url(../images7/moveColumnLeft.png);
}
.moveColumnRigth{
	display:inline-block;
	position:absolute;
	top:6px;
	width:20px;
	height:24px;
	background:url(../images7/moveColumnRigth.png);
}
/** e 移动列 **/

/*e 个别式样 */