/*Box: List News*/
.boxListNews {background:none;}

h1 span.right{
	color:#005c45;font-size:12px;font-weight:normal; text-transform:none;margin:0 0 0 10px;
}

.boxListNews .last {border:none;}

.boxListNews ul li.nonColum {
	display: block;
} /*view list*/
.boxListNews ul li.twoColum {
	display: block;
	float: left;
} /*view gallery*/
.boxListNews ul li .listItemHeader {padding-bottom: 5px;}
.boxListNews ul li .listItemHeader h3 {display: inline;font-size: 16px;font-weight: 700;}
.boxListNews ul li .listItemHeader h3 a {color:#da780f;padding:10px 0px;}
.boxListNews ul li .listItemHeader h3 a:hover {color:#fff;}
.boxListNews ul li .listItemBody {}
.boxListNews ul li .listItemBody .listViewImg {
	float: left;
	margin-right: 10px;
	display:block; 
	overflow: hidden;
	text-align:center;
	width:140px;
}
.listViewImg a img{
	max-width:140px; width:expression(this.width > 140 ? 140 : true);
	max-height:140px; height:expression(this.height > 140 ? 140 : true);
}
.boxListNews ul li .listItemBody .listViewContent {
	float: left;
	text-align: justify;
	line-height: 140%;
	width:360px;
	padding:5px 0px 10px 0px;
}

.newswidth120px {
	width: 120px;
	display: inline-block;
	float:left;
}
.newswidth644px {
	width: 644px;
	display: inline-block;
}
.newsImgResize {
	max-width: 120px;
}
.newswidth535px{width:535px;}
/*Box: News detail*/
.boxNewsDetail {
	padding:15px 10px 20px 10px;
	text-align: left;
}
.boxNewsDetail .imgNew{width:255px; float:left;padding:0 15px 15px 0;text-align:center;}
.boxNewsDetail .imgNew img{
	max-width:255px; width:expression(this.width > 255 ? 255 : true);
	max-height:255px; height:expression(this.height > 255 ? 255 : true);
}
/* news post title */
.boxNewsDetail .newsTitle {padding:0 0 15px 0;}
.boxNewsDetail .newsTitle h2 {font-size:20px;margin-bottom:10px;line-height:100%;font-weight:normal;}
.boxNewsDetail .newsTitle .detailDateCreated {font-size:11px; color:#999; padding:3px 0px 3px 15px; background:url(../images/icon_date_12.png) no-repeat left 50%; margin-top:3px;}
.boxNewsDetail .newsEntry {
	padding:10px 0;
	line-height:140%;
	max-width:990px; width:expression(this.width > 990 ? 990 : true);
	text-align:justify;
}
.boxNewsDetail .newsEntry ol{list-style:decimal; padding:0 0 0 20px;}
.boxNewsDetail .newsEntry ul{list-style:disc; padding:0 0 0 20px;}
.boxNewsDetail .newsEntry ul li{border:none;}

.boxNewsDetail .newsTitle1 {width:488px;float:left;padding:0 0 25px 0;}
.boxNewsDetail .newsTitle1 h1 {color: #da780f;margin:0;font-size:30px;font-weight:bold;}
.boxNewsDetail .newsTitle1 .detailDateCreated {font-size:11px; color:#999; padding:3px 0px 3px 15px; background:url(../images/icon_date_12.png) no-repeat left 50%; margin-top:3px;}
.boxNewsDetail .newsEntry1 {
	padding:10px 0;
	line-height:140%;
	max-width:768px; width:expression(this.width > 768 ? 768 : true);
	text-align:justify;
}

.otherNewsDetail {padding:5px 10px 5px 10px;}
.otherNewsDetail ul.other_news {padding:0px; margin:0; list-style:none;}
.otherNewsDetail ul.other_news li {
	font-size:13px;
	padding:0 0 0 10px;
	margin-bottom:5px;
	background:url(../images/icon_arrow_orange.gif) 0 3px no-repeat;
	border:none;
}
.otherNewsDetail ul.other_news li a{text-decoration:none;}
.otherNewsDetail ul li a:hover {color:#da780f;}

.viewDetail {text-align: right; padding-top: 5px;}

.viewDetail a {color: #45617e;}

.viewDetail a:hover {color: #da780f;}
/* */
.goBack {clear: left;font-family: Palatino Linotype, Arial, Tahoma, Times New Roman;text-align: right;height: 18px;margin-top: 15px;}

.goBack a {color: #c92702;padding-right: 10px;font-weight: bold;font-size: 14px;}

.goBack a:hover {color: #da780f;font-weight: bold;}