/*ÐÂÎÅÕýÎÄ****************************************/
#newsTitle {
	width:530px;
	height:30px;
	padding:0 10px 0 10px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	font-weight: bold;
	color:#0048FF;
	clear:both;
}

#newsInfo {
	width:530px;
	height:30px;
	padding:0 10px 0 10px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	color:#C2C2C2;
	clear:both;
}

#newsDetail {
	width:530px;
	padding:0 10px 0 10px;
	text-overflow:clip;
	overflow:hidden;
	line-height:180%;
	font-size:14px;
	text-align:left;
	clear:both;
}

#newsEditor {
	width:530px;
	padding:0 10px 0 10px;
	height:30px;
	line-height:30px;
	text-align:right;
	font-size:12px;
	color:#C2C2C2;
	clear:both;
}

#otherNews {
	width:530px;
	margin:0 10px 10px 10px;
	background: url("/news/images/__templates_otherNews.gif") no-repeat;
	padding-top:30px;
	font-size:12px;
	text-align:left;
	line-height:160%;
	clear:both;
}
#otherNews ul {
	text-align: left;
	font-size:12px;
	margin: 5px;
	list-style: none;
	padding:0;
	clear: both;
}
#otherNews li {
	list-style: none;
	list-style-position: outside; 
	background: url("/images/lst/li_02.gif") no-repeat;
	background-position: left center;
	margin:0;
	padding:5px 0 1px 10px;
}

#listPagination
{
	width: 530px;
	text-align:right;
	clear:both;
}

#listHistory {
	width: 530px;
	padding:10px;
	text-align:right;
	clear:both;
}

.detailNote td {
	padding:10px;
	line-height:180%;
	background-color:#e6e6e6;
	border:#666666 1px dotted;
}

.noteTitle {
	padding:5px;
	background-color:#EEE;
	border-bottom:#546F92 1px dotted;
}