#news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
/* full list */
.box-content .news-view-list,
.box-content .news-view-table {
		display: table;
}
.news-view-list .news-view-row {
		display: table-row;
}
.news-view-list .news-view-cell {
		display: table-cell;
		vertical-align: top;
}
.news-view-list .news-view-cell img {
		padding: 0px 8px 0px 0px;
}
.news-view-list .news-view-cell .news-caption {
		margin-bottom: 8px;
}
.news-view-list .news-view-cell .news-caption a {
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		margin-bottom: 10px;
}
.news-view-list .news-view-cell .news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
.news-view-list .news-view-cell .news-description p {
		margin: 0px 0 15px 0;
}
.clear-hr{
	border-top:1px dashed #000;
	margin:20px 0;
	clear:both;
}
/* table view */
.news-view-table .news-view-cell {
		display: table-cell;
		vertical-align: top;
		width: 25%;
}
.news-view-table .news-view-cell img {
		float: left;
		padding: 0px 6px 0px 6px;
}
.news-view-table .news-view-cell .news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
/* short list */
.news-view-short .news-date {
		color: #999999;
        line-height: 1.2em;	
}
.news-view-short {
		margin-bottom: 8px;
}
