/* ----------------- 1.	HTML标签样式定义 ----------------------------------------   */
body {
	font-family: 楷体;
	font-size: 12px;
	line-height: 130%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td, table {
	font-family: 楷体;
	font-size: 12px;
	line-height: 20px;	
}

th {
	font-family: 楷体;
	font-size: 12px;	
}

P EM {
	word-spacing: 0.4em
}

menu_top {
	font-family: 楷体;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF; 
}
.tabcontent {
	font-family: "楷体","Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 12px; 
	color: #000000; 
	background-color: #F0F8FF; 
	text-align: left; 
	text-indent: 8px; 
	clip:     rect(   ); 
	font-family: "Verdana","Arial", "Helvetica", "sans-serif"; 
	height: 18px
}

.tabtitt {  
	font-family:"楷体", "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	text-align: left; 
	clip:    rect(   ); 
	height: 18px; 
	background-color: #BBDFFF
}

.tabmain {  
	font-family:楷体, "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 12px;
	color: #000000; 
	background-color: #ffffff; 
	text-align: left; 
	height: 18px; 
	clip:     rect(   );
}

.form9 {  
	font-family:楷体, "Verdana"; 
	font-size: 12px; 
	text-align: center; 
	line-height: 200%
}
/* ------------------- 2.伪类定义 -----------------------------------------------   */
a:link { 
	font-size:12px; 
	color: #000000; 
	text-decoration: none
}

a:visited { 
	font-size: 12px; 
	font-family: 楷体;
	color: #666666; 
	text-decoration: none
} 
 
a:hover { 
	font-size: 12px; 
	color: #0099CC; 
	text-decoration: none
} 

a:active { 
	font-size: 12px; 
	color: #003399; 
	text-decoration: none
}

a.noline {  
	color: #554433; 
	text-decoration: none
}

a:hover.noline {  
	background-color: #CCFFCC; 
	text-decoration: none
}

/* ------------------  2.	HTML标签属性样式定义 -------------------------------   */

/* -----------------  
2.1. 字体样式定义
----------------- */
.font12 {
	font-family: 楷体,"Arial";
	font-size： 12px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-variant: normal
	}

.font14 {
	font-family: 楷体,"Arial";
	font-size: 14.7px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-variant: normal
	}

.font20 { 
	font-family: 楷体,"Arial";
	font-size: 20px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-variant: normal
	}

.font30 {
	font-family: 楷体,"Arial";
	font-size: 30px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-variant: normal
	}

.font40 {
	font-family: 楷体,"Arial";
	font-size: 40px;
	color : #000000;
	text-align: left;
	font-weight: normal;
	font-variant: normal
	}
	
.font12_red {
	font-family: 楷体,"Arial";
	font-size: 12px;
	color: #ff0000;
	text-align: left;
	font-weight: normal;
	font-variant: normal
}

.font14_red {
	font-family: 楷体,"Arial";
	font-size: 14.7px;
	color: #ff0000;
	text-align: left;
	font-weight: normal;
	font-variant: normal
}

.font20_red {
	font-family: 楷体,"Arial";
	font-size: 20px;
	color: #ff0000;
	text-align: left;
	font-weight: normal;
	font-variant: normal
}

/* -----------------  
2.2. 颜色样式定义
----------------- */
.bkgColor{
	color: #F0F8FF
}

.textColor{
	color: #000000
}

.frtColor{
	color: #6699FF
}

.warnColor{
	color: #FF0000
}

/* -----------------  
2.3. 文本样式定义
----------------- */
.text-indent

/* ------------------ 3.	其它样式定义    -----------------------   */
.infodisp{
   font-family : 楷体;
	font-size : 12px;
	color:#616161;
}

/* -----------------  
2.4.0 新增/修改表格样式定义
----------------- */
.table{
	
	
	background-color: #F0F8FF; 
	border-color:#479EFF;
	border-collapse: collapse;

}
/* -----------------  
2.4.1 新增/修改按纽所在表格样式定义
----------------- */
.table_button{
	
	border:0;
	align:center;
	border-collapse: collapse;

}
/* -----------------  
2.4.2 页面导向样式定义
----------------- */
.table_title{
	
	border:1;
	border-color:#111111;
	border-collapse: collapse;
	color:#616161;


}
/* -----------------  
2.4.3 页面查询/复位table1样式定义
----------------- */
.table_query1{
	border-width: thin;
	border-style: inset;
	border-color:#F6AC2B; 
	border-collapse: collapse;


}

/* -----------------  
2.4.4 页面查询/复位table2样式定义
----------------- */
.table_query2{	
	border:1;
	border-color:#D5E3F9;
	background-color:#E6E6FF;
	border-collapse: collapse;


}
/* -----------------  
2.4.5 list页面数据显示table样式定义
----------------- */
.table_list{
	
	border-width: thin;
	border-style: hidden;
	border-color:#479EFF;
	border-collapse: collapse;
    align:center;

}

/* -----------------  
2.5. 按钮样式定义
----------------- */
/*取消*/
.button_cancel{
	background-image: url("../images/cancel.gif"); 
	height: 18px;
	width:  55px
}

/*增加原因*/
.button_addDetail{
	background-image: url("../images/addDetail.gif"); 
	height: 18px;
	width:  90px
}

/*修改原因*/
.button_modDetail{
	background-image: url("../images/modDetail.gif"); 
	height: 18px;
	width:  90px
}

/*删除原因*/
.button_delDetail{
	background-image: url("../images/delDetail.gif"); 
	height: 18px;
	width:  90px
}

/*查看详情*/
.button_look{
	background-image: url("../images/button_look.gif"); 
	height: 18px;
	width:  55px
}

/*审阅详情*/
.button_approve{
	background-image: url("../images/button_approve.gif"); 
	height: 18px;
	width:  55px
}

/*地市审批通过并上报*/
.button_dspass{
	background-image: url("../images/button_dspass.gif"); 
	height: 18px;
	width:  120px
}

/*开通*/
.button_open{
	background-image: url("../images/open.gif"); 
	height: 18px;
	width:  58px
}

/*查看设备*/
.button_checkEqu{
	background-image: url("../images/button_checkEqu.gif");
	height: 18px;
	width:  57px
}

/*查询*/
.button_query{
	background-image: url("../images/query.gif"); 
	height: 18px;
	width:  55px
}
/*复位*/
.button_reset{
	background-image: url("../images/reset.gif"); 
	height: 18px;
	width:  55px
}
/*增加*/
.button_add{
	background-image: url("../images/add.gif"); 
	height: 18px;
	width:  55px
}
/*修改*/
.button_edit{
	background-image: url("../images/edit.gif"); 
	height: 18px;
	width:  55px
}
/*删除*/
.button_delete{
	background-image: url("../images/delete.gif"); 
	height: 18px;
	width:  55px
}

/*批量增加*/
.button_batchadd{
	background-image: url("../images/batadd.gif"); 
	height: 18px;
	width:  55px
}
/*批量修改*/
.button_batchedit{
	background-image: url("../images/batedit.gif"); 
	height: 18px;
	width:  55px
}
/*批量删除*/
.button_batchdelete{
	background-image: url("../images/batdelete.gif"); 
	height: 18px;
	width:  55px
}

/*失效按钮*/
.button_uneffc{
 background-image: url("../images/uneffc.gif"); 
 height: 18px;
 width:  55px
}

/*提交*/
.button_submit{
	background-image: url("../images/submit.gif"); 
	height: 18px;
	width:  55px
}

/*上报*/
.button_sbSubmit{
	background-image: url("../images/button_sbSubmit.gif");
	height: 18px;
	width:  55px
}

/*通过审核*/
.button_pass{
	background-image: url("../images/button_pass.gif"); 
	height: 18px;
	width:  55px
}

/*不通过审核*/
.button_noAudit{
	background-image: url("../images/button_noAudit.gif"); 
	height: 18px;
	width:  55px
}

/*企业提交*/
.button_qySubmit{
	background-image: url("../images/qy_submit.gif"); 
	height: 18px;
	width:  58px
}

/*退回至上级*/
.button_backToPrio{
	background-image: url("../images/button_backToPrio.gif"); 
	height: 18px;
	width:  70px
}

/*退回至市经委*/
.button_backToDS{
	background-image: url("../images/button_backToDS.gif"); 
	height: 18px;
	width:  70px
}

/*协办部门审批*/
.button_tranXTBM{
	background-image: url("../images/button_tranXTBM.gif"); 
	height: 18px;
	width:  90px
}

/*退回至企业*/
.button_backToQY{
	background-image: url("../images/button_backToQY.gif"); 
	height: 18px;
	width: 70px
}

/*省级科员不通过*/
.button_shNotPass{
	background-image: url("../images/button_shNotPass.gif"); 
	height: 18px;
	width:  55px
}

/*省级科员初审通过*/
.button_shPassChu{
	background-image: url("../images/button_shPassChu.gif"); 
	height: 18px;
	width:  90px
}

/*省级科员初审不通过*/
.button_shNotPass{
	background-image: url("../images/button_shNotPass.gif"); 
	height: 18px;
	width:  90px
}


/*市经委初审不通过*/
.button_dsNoAudit{
	background-image: url("../images/button_dsNoAudit.gif"); 
	height: 18px;
	width:  90px
}

/*新增一页*/
.button_newPage{
	background-image: url("../images/button_newPage.gif"); 
	height: 18px;
	width:  58px
}


/*生成备案证*/
.button_create{
	background-image: url("../images/button_create.gif"); 
	height: 18px;
	width:  75px
}

/*确定*/
.button_ok{
	background-image: url("../images/ok.gif");
	height: 18px;
	width:  55px
}
/*返回*/
.button_back{
	background-image: url("../images/back.gif"); 
	height: 18px;
	width:  55px
}
/*关闭*/
.button_close{
	background-image: url("../images/close.gif"); 
	height: 18px;
	width:  55px
}
/*保存*/
.button_save{
	background-image: url("../images/save.gif"); 
	height: 18px;
	width:  55px
}
/*打印*/
.button_print{
	background-image: url("../images/print.gif"); 
	height: 18px;
	width:  55px
}

/*打印另存*/
.button_print_save{
	background-image: url("../images/printSave.gif"); 
	height: 18px;
	width:  55px
}

/*另存为*/
.button_save_as{
	background-image: url("../images/save_as.gif"); 
	height: 18px;
	width:  55px
}

/*上一个*/
.button_forward{
	background-image: url("../images/forward.gif"); 
	height: 18px;
	width:  55px
}

/*下一个*/
.button_next{
	background-image: url("../images/next.gif"); 
	height: 18px;
	width:  55px
}

.button_before{
	background-image: url("../images/before.gif"); 
	height: 18px;
	width:  55px
}

/*全存EXCEL文件*/
.button_getALlExcel{
	background-image: url("../images/getAllExcel.gif"); 
	height: 18px;
	width:  90px
}

/*统计*/
.button_stat{
	background-image: url("../images/stat.gif"); 
	height: 18px;
	width:  55px
}

/*打印清单*/
.button_print_listing{
	background-image: url("../images/print_listing.gif"); 
	height: 18px;
	width:  55px
}

/*另存为EXCEL*/
.button_ToExcel{
	background-image: url("../images/toExcel.gif"); 
	height: 18px;
	width:  90px
}
/*打印*/
.button_printOnly{
	background-image: url("../images/print.gif"); 
	height: 18px;
	width:  55px
}

/*核对按钮*/
.button_check{
	background-image: url("../images/check.gif"); 
	height: 18px;
	width:  55px
}
/*审核按钮*/
.button_confirm{
	background-image: url("../images/confirm.gif"); 
	height: 18px;
	width:  55px
}
/*帮助按钮*/
.button_help{
	background-image: url("../images/help_b.gif"); 
	height: 18px;
	width:  55px
}

/*报表打印另存*/
.button_report_print{
	background-image: url("../images/report_print.gif"); 
	height: 18px;
	width:  55px
}

/*图表打印另存*/
.button_graph_print{
	background-image: url("../images/graph_print.gif"); 
	height: 18px;
	width:  55px
}

/* -----------------  
RAP处理子系统按钮样式定义
----------------- */
/*重发按钮*/
.button_resend{
	background-image: url("../images/resend.gif"); 
	height: 18px;
	width:  55px
}
/*Notification按钮*/
.button_notification{
	background-image: url("../images/notification.gif"); 
	height: 18px;
	width:  55px
}
/*废除按钮*/
.button_discard{
	background-image: url("../images/discard.gif"); 
	height: 18px;
	width:  55px
}
/*参结按钮*/
.button_sttl{
	background-image: url("../images/sttl.gif"); 
	height: 18px;
	width:  55px
}
/*处理完毕按钮*/
.button_complete{
	background-image: url("../images/complete.gif"); 
	height: 18px;
	width:  55px
}
/*回滚按钮*/
.button_roolback{
	background-image: url("../images/roolback.gif"); 
	height: 18px;
	width:  55px
}

/*查询原因级按钮*/
.button_queryWhy{
	background-image: url("../images/queryWhy.gif"); 
	height: 18px;
	width:  55px
}
/*查询其它错误按钮*/
.button_otherError{
	background-image: url("../images/otherError.gif"); 
	height: 18px;
	width:  55px
}

/*查询客户端原因修复按钮*/
.button_recycled{
	background-image: url("../images/recycled.gif"); 
	height: 18px;
	width:  126px
}

/*查询处理中按钮*/
.button_pending{
	background-image: url("../images/pending.gif"); 
	height: 18px;
	width:  55px
}
/*未处理按钮*/
.button_notdeal{
	background-image: url("../images/notdeal.gif"); 
	height: 18px;
	width:  55px
}

/*查询详单按钮*/
.button_detailCdr{
	background-image: url("../images/detailCdr.gif"); 
	height: 18px;
	width:  55px
}
/*修复话单按钮*/
.button_correctCdr{
	background-image: url("../images/correctCdr.gif"); 
	height: 18px;
	width:  55px
}
/*报表按钮*/
.button_report{
	background-image: url("../images/report.gif"); 
	height: 18px;
	width:  55px
}
/*重组按钮*/
.button_rebuild{
	background-image: url("../images/rebuild.gif"); 
	height: 18px;
	width:  55px
}

/*重构按钮*/
.button_reCreate{
	background-image: url("../images/reCreate.gif"); 
	height: 18px;
	width:  55px
}
/*重构按钮*/
.button_reCreate{
	background-image: url("../images/reCreate.gif"); 
	height: 18px;
	width:  55px
}
/*封面文件修改按钮*/
.button_coverFileModify{
	background-image: url("../images/coverFileModify.gif"); 
	height: 18px;
	width:  55px
}
/*查询修复详单按钮*/
.button_queryCorrectCdr{
	background-image: url("../images/queryCorrectCdr.gif"); 
	height: 18px;
	width:  89px
}
/*查询修复审计按钮*/
.button_queryCorrectAudit{
	background-image: url("../images/queryCorrectCdr.gif"); 
	height: 18px;
	width:  55px
}
/*查询修复错单按钮*/
.button_queryCorrectErrCdr{
	background-image: url("../images/queryCorrectErrCdr.gif"); 
	height: 18px;
	width:  71px
}
/*RAP帮助按钮*/

.button_RAPHelp{
	background-image: url("../images/RAPHelp.gif"); 
	height: 18px;
	width:  55px
}
/*值班确认按钮*/
.button_checkRap{
 background-image: url("../images/checkRap.gif"); 
 height: 18px;
 width:  55px
}
/*发送ACK按钮*/
.button_sendAck{
 background-image: url("../images/sendAck.gif"); 
 height: 18px;
 width:  55px
}
/*重新处理按钮*/
.button_reProcess{
 background-image: url("../images/reProcess.gif"); 
 height: 18px;
 width:  55px
}
/*废除回退按钮*/
.button_discardRoolback{
 background-image: url("../images/discardRoolback.gif"); 
 height: 18px;
 width:  55px
}
/*恢复处理按钮*/
.button_roolbackProcess{
 background-image: url("../images/roolbackProcess.gif"); 
 height: 18px;
 width:  55px
}
/*回退按钮*/
.button_backProc{
 background-image: url("../images/backProc.gif"); 
 height: 18px;
 width:  55px
}
/*人工ACK按钮*/
.button_manAck{
 background-image: url("../images/manAck.gif"); 
 height: 18px;
 width:  55px
}
/*查询明细按钮*/
.button_queryAduit{
	background-image: url("../images/queryAudit.gif"); 
	height: 18px;
	width:  55px
}
/* -----------------  
国际信息子系统按钮样式定义
----------------- */
/*上一个*/
.button_forward{
	background-image: url("../images/forward.gif"); 
	height: 18px;
	width:  55px
}

/*下一个*/
.button_next{
	background-image: url("../images/next.gif"); 
	height: 18px;
	width:  55px
}

/*连接按钮*/
.button_connect{
	background-image: url("../images/connect.gif"); 
	height: 18px;
	width:  55px
}
/*上级目录按钮*/
.button_previousDirectory{
	background-image: url("../images/previousDirectory.gif"); 
	height: 18px;
	width:  55px
}
/*清除信息按钮*/
.button_clearInfo{
	background-image: url("../images/clearInfo.gif"); 
	height: 18px;
	width:  55px
}
/*导出不连续数据按钮*/
.button_exportData{
	background-image: url("../images/exportNoSeriesData.gif"); 
	height: 18px;
	width:  90px
}
/*查重按钮*/
.button_checkRepeat{
 background-image: url("../images/checkRepeat.gif"); 
 height: 18px;
 width:  55px
}
/*生效/失效时间按钮*/
.button_effcExpireTm{
 background-image: url("../images/effcExpireTm.gif"); 
 height: 18px;
 width:  85px
}

/*下载按钮*/
.button_downLoad{
 background-image: url("../images/downLoad.gif"); 
 height: 18px;
 width:  55px
}

/*废除拦截按钮*/
.button_cancel_hold{
 background-image: url("../images/cancel_hold.gif"); 
 height: 18px;
 width:  55px
}
/*拦截按钮*/
.button_hold{
 background-image: url("../images/hold.gif"); 
 height: 18px;
 width:  55px
}

/*封面配置按钮*/
.button_faxCover{
 background-image: url("../images/faxCover.gif"); 
 height: 18px;
 width:  55px
}


/*创建目录配置按钮*/
.button_createPath{
 background-image: url("../images/createPath.gif"); 
 height: 18px;
 width:  55px
}
/*查询下发文件按钮*/
.button_queryOgFile{
 background-image: url("../images/queryOgFile.gif"); 
 height: 18px;
 width:  90px
}

/* -----------------  
2.6. 输入框样式定义
----------------- */
.input{
	BORDER-TOP-WIDTH: 1px; 
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 9pt; 
	BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #cccccc; 
	PADDING-BOTTOM: 1px; 
	BORDER-TOP-COLOR: #cccccc; 
	PADDING-TOP: 1px; 
	HEIGHT: 19px; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #cccccc
}
/* -----------------  
2.7. 只读输入框样式定义
----------------- */
.input_read{
	BORDER-TOP-WIDTH: 1px; 
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 9pt; 
	BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #cccccc; 
	PADDING-BOTTOM: 1px; 
	BORDER-TOP-COLOR: #cccccc; 
	PADDING-TOP: 1px; 
	HEIGHT: 19px; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #cccccc;
	background-color:#CCCCCC;

}
/* --------------------
2.8. 选择框样式定义
______________________*/
.selectbox{
	font-size:10px;
	font-family: Arial,verdana,Geneva,sans-serif;
	color: #000000;

	background-color: #C1E4F2;
	border-left : 1px solid #000044;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #000044;
	border-bottom : 1px solid #ffffff;
}

/*---------------------
2.9. 其他
-----------------------*/
.css1 {  
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none
}

.css2 {  
	font-family: "楷体"; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}

.dropshad {
	filter:DropShadow(OffX=1, OffY=1, color=#000000)
} 

.mtext{
	font-size : 10.5pt;
	line-height : 21px;
	margin : 1px;
	padding : 1px;
	text-align:left;
	vertical-align:text-top;
}
