/* News CSS Document */
/* -------- latest view ------------ */
.news-latest-container{
	margin-top: 20px;
	margin-left: 8px;
}
.news-latest-container h2{
	display: none;
}
.news-latest-item{
	width: 194px;
	float: left;
	margin-left: 10px;
}
.news-latest-item h3{
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
.news-latest-item img{
	display:none;
}
.news-latest-date a{
	font-size: 9px;
	color: #999999 !important;
}
.news-latest-category,.news-latest-morelink, .news-latest-gotoarchive, .news-latest-container .clearer, .news-latest-date {
	display: none;
}
/* -------- latest view end ------------ */
/* -------- single view ------------ */
.news-single-item h2{
	font-size: 18px;
	color: #1170B8;
	font-weight: normal;
	border-bottom: 1px solid #D4DDF0;
}
.news-single-author{
	display: none;
}
.news-single-timedata{
	font-size: 9px;
	display:none;
}
.news-single-item .clearer{
	display: none;
}
.news-single-item img{
	float:left;
	margin-right:5px;
}
.news-single-files dd { margin-left: 0px; }
/* -------- single view end ------------ */
/* -------- list view ------------ */
.news-list-item h3{
	font-size: 14px;
	color: #1170B8;
	font-weight: normal;
	border-bottom: 1px solid #D4DDF0;
}
.news-list-author{
	display: none;
}
.news-list-date{
	font-size: 9px;
	display: block;
	font-weight: normal;
	color: #333333;
	display:none;
}
.news-list-item .clearer{
	height: 1px;
	color: #D4DDF0;
	font-size: 1px;
	border: 0px;
	border-bottom: 1px solid #D4DDF0;
	margin: 5px 0 5px 0;
}
/* -------- list view end ------------ */


