/*公众查询及综合监管查询使用（原来带的）*/

body,ul,li,p,textarea,input{
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
/*全局超级链接的样式*****************************************************************/
a:link {text-decoration: underline;color: #000;}
a:visited {text-decoration: none;color: #000;}
a:hover {text-decoration: underline;color: #000;}
.removeUnderline{
	text-decoration: none !important;
	cursor: default;
}
/*查询区样式*/
.queryBox {
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	align: center;
	background-color: #EEF1F6;
	border :1px solid  #CFCFCF;
	white-space: nowrap;
	width:100%
}
.queryBox input {
	font-size: 12px;
}
/**编辑区样式*/
.editBox {
	margin: 5px;
	font-size: 12px;
	padding: 10px;
}

.editBox table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ADC5E5;
	text_align: center;
}

.editBox table th {
	padding: 5px 15px;
	font-weight: bold;
	font-size: 14px;
	background: #E4EDFE;
	text-align: left;
}

.editBox table td {
	border: 1px solid #ADC5E5;
	padding: 5px 15px;
}
/**编辑区标签的样式*/
.editBox table .text_label {
	background-color: #F2F6F9;
	font-size: 12px;
	white-space: nowrap;
}
.label_right{
	text-align: right;
}
.label_indent{
	text-indent: 450px;
}
/**编辑区输入框的样式*/
.editBox table input {
	border: #E0EAF7 1px solid;
	font-size: 12px;
}
/**编辑区文本区的样式*/
.editBox table textarea {
	border: #E0EAF7 1px solid;
	font-size: 12px;
}
.editBox table .require {
	color: red !important;
	padding-left: 5px;
}
/**编辑区只读输入框样式**/
.editBox table .readonly {
	background-color: #ebebeb;
}
/**多行文本框样式**/
.editBox table .multiRow {
	display:inline-block;
}

/**自定义Table样式*/
.tableByHtml {
	margin: 5px;
	font-size: 12px;
	padding: 10px;
}

.tableByHtml table {
	width: 96%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ADC5E5;
	text-align: center;
}

.tableByHtml table th {
	border: 1px solid #ADC5E5;
	padding: 5px 15px;
	font-size: 12px;
	background: #E4EDFE;
}
.tableByHtml table td {
	border: 1px solid #ADC5E5;
	padding: 5px 15px;
	font-size: 12px;
}
/**给input加焦点样式*/
.tableByHtml input:focus,textarea:focus {
	border : 1px solid #f00;
	backgroud : #fcc
}


/**获证组织信息查询明细页面的样式*/
.biaoqian {
	width: 91.5%;
	height: 20px;
	line-height: 20px;
	color: #ff8040;
	font-weight: bold;
	padding-left: 10px;
}

h2{ width:250px; height:26px; background: url(images/biaoti_bg1.png) no-repeat; background-size:250px 40px;text-align:center; padding-top:12px; font-size:12px; color:#464C58; margin-top:5px; margin-bottom:5px;}
h3{ width:178px; height:26px; background: url(images/biaoti_bg2.png) no-repeat; text-align:center; padding-top:12px; font-size:12px; color:#28740a; margin-top:40px; margin-bottom:20px;}

.editBox1 {
	margin: 5px;
	font-size: 12px;
	padding-left: 35px;
}

.editBox1 table {
	width: 96%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ADC5E5;
}

.editBox1 table th {
	padding: 5px 15px;
	font-weight: bold;
	font-size: 14px;
	background: #E4EDFE;
	text-align: left;
}

.editBox1 table td {
	border: 1px solid #96A5B8;
	padding: 5px 15px;
	width:200px;
	background-color: #FDFCFD;
}
.editBox1 table .text_label {
	background-color: #F6F9FF;
	text-align: right;
	font-size: 12px;
	width:200px;
	color: #434753;
	font-weight: bold;
}

.editBox1 table .text_label_1 {
	background-color: #F2F5FF;
	text-align: right;
	font-size: 12px;
	width:200px;
	color: #434753;
	font-weight: bold;
}

/**
 *认证类别及认证领域 使用
 */
.busiScope {
	overflow-x:hidden;
	overflow-y:auto;
	margin:2px;
	float:left;
}
.busiScope ul{
	list-style-type:none
}
.busiScope li{
	list-style-type:none
}
.busiScope dt {
    font-weight: bold;
}
.busiScope dd {
    margin: 5px 20px;
}
/*147 30 65 -20*/