


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:3px;
	border:thin solid #cddabe;

}
.news-latest-container HR.clearer {
	clear:left;
	
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-date {
	font-weight: bold;
	font-size: 12px;
	color:#718B5A;
}
.news-latest-title {
	font-weight: bold;
	font-size: 12px;
}

.news-latest-text {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.news-latest-container IMG {
	float: left;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#718B5A;
	padding:3px;
	margin:3px;
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
}
.news-latest-gotoarchive {
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color: #718B5A;
	font-weight: bold;
	
}
.news-latest-gotoarchive A {
	color: #718B5A;
	font-weight: bold;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:10px;
}

.news-latest-morelink {
	height:10px;
}

.news-latest-morelink A {
	font-weight: normal;
}

.news-latest-morelink A:HOVER {
	text-decoration: underline;
	font-weight: normal;
	font-size:10px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item H2 {
	font-size: 14px;
	font-weight:bold;
	color: #718B5A;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-img {
	border: 5px solid white;
}
.news-single-img img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.news-single-imgcaption {
  	float: right;
}

.news-single-category {
	float: right;
	margin-left: 10px;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}

.news-single-related,.news-single-files  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-files DT {
	font-size: 11px;
	margin-left:5px;
	width:90%;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/



.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #718B5A;
	background-color: #718B5A;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 11px;
	font-weight: normal;
	background-color: white;
	}


.news-list-container IMG {

	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
	}
