
.news-list .news-article {
/*	background-color: green;*/
	margin: 0 0 20px 0;
}


.news-category {
	margin: 0 0 4px 0;
}

.news-author {
	margin: 0 0 4px 0;
	font-size: 9pt;
	color: #9A9F9C
}

.news-date {
	margin: 0 0 4px 0;
	font-size: 9pt;
	font-style: italic;
	color: #9A9F9C
}

.news-more {
	width: 39%;
	float: right;
	text-align: right;
	margin: 6px 0 0 0;
}

.news-comment-count,
.news-comment-leavecomment {
	width: 60%;
	float: left;
	text-align: left;
	margin: 6px 0 0 0;
}

.news-newrow-top {
	height: 1px;
	font-size: 1px;
}
.news-left {
	width: 49%;
	float: left;
}

.news-right {
	width: 49%;
	float: right;
}

.news-single-img {
	float: left;
	margin: 0 8px 0 0;
	text-align: center;
}

.news-single-img img {
	margin: 0 0 0 0;
}

.news-image-caption {
	text-align: center;
	font-size: 8pt;
	margin: 0 0 4px 0;	
	color: #9A9F9C

}





.news-comment-area {
	margin: 0 0 8px 0;
}

.news-comment-area .news-comment-count {
	width: 49%;
	float: left;
}
.news-comment-area .news-comment-leavecomment {
	width: 49%;
	float: right;
	text-align: right;
}

.news-comment-entry {
	border: 1px solid #CCC;
	margin: 0 0 8px 0;
	padding: 4px 4px 4px 4px;
	background-color: #FAFAFA;
}

.news-comment-comment {
	border: 1px solid #CCC;
	margin: 4px 5% 0 5%;
	padding: 4px 4px 4px 4px;
	background-color: #FFFFFF;
}

.news-comment-title {
	width: 25%;
	float: left;
}
.news-comment-title,
.news-comment-title * {
	font-weight: bold;
}

.news-comment-text {
	width: 74%;
	float: right;
}


.news-comment-form {
	border: 1px solid #CCC;
	padding: 4px 4px 4px 4px;
}

.news-comment-form h5 {
	margin: 0 8px 0 8px;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.news-comment-form .inputbox {
	width: 64%;
}

.news-comment-form fieldset {
	margin: 0 4px 4px 4px;
}

.news-result-row {
	border: 1px solid #CCC;
	padding: 4px 4px 4px 4px;
	margin: 0 0 4px 0;
}

.news-result-row h2 {
	border-bottom: 1px solid #CCC;
	padding: 4px 4px 4px 4px;
	margin: 0 0 4px 0;
	font-size: 12pt;
}

.news-result-row .news-author {
	white-space: nowrap;
	float: right;
	text-align: right;
	width: 49%;
}
.news-result-row .news-date {
	white-space: nowrap;
	float: left;
	width: 49%;
}

.news-result-row:hover {
	background-color: #FAFAFA;
}

.news-search-form label {
	width: auto;
	white-space: nowrap;
	padding: 0 4px 0 0;
}

.news-search-form .inputbox {
	width: 120px;
	margin: 0 4px 0 0;
	float: left;
}

.news-search-form select {
	width: auto;
	float: left;
}

.news-search-form .button {
	height: 1.6em;
}

.news-list .news-comment-count {
	clear: both;
}

.news-article h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
