.bodyStyle{
	width:100%;
	height:100%;
	overflow:auto;
	padding:10px auto;
}

.centerInnerStyle{
	margin:2px auto;
	/*border:1px dashed blue;*/
	width:80%;
	height:auto;
	/*overflow:auto;*/
}

.viewKonwledgeTitle{
	background-color: #5D9CC5;
	height: 25px;
	padding-left:15px;
	line-height:25px;
	margin-top:5px;
}

.knowledgeContentSite{
	/*float:left;*/
	width:97%;
	/*height:93%;*/
	padding:15px;
	background-color: #F1F5F9;
	border: 2px solid #CBD9E8;
	min-height:200px;
}

.knowledgeOther{
	/*float:left;*/
	/*height:98%;*/
	width:99%;
	padding:3px;
	/*margin-left:5px;*/
	background-color: #F1F5F9;
	border: 2px solid #CBD9E8;
}
.knowledgeSpecialList{
	width:100%;
	white-space:nowrap;
	height:32px;
	line-height:24px;
	margin-bottom:8px;
}

.knowledgeList{
	width:300px;
	white-space:nowrap;
	height:32px;
	line-height:24px;
	margin-bottom:8px;
	float:left;
}

.knowledgeList ul{
	width:90%;
	margin:0px;
	/*padding:5px;*/
}

.knowledgeList ul li{
	margin-left:5px;
}

.clearBoth{
	clear:both;
}

.labelViewtext{
	width:120px;
	/*border:1px solid #000;*/
	float:left;
	/*text-align:center;*/
}

.labelViewValue{
	float:left;
}



