/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	display:none;
	height:1px;
	border:1px solid #ffffff;
}
.news-latest-container HR.clearer {
	clear:left;
}
.cl-right {
	clear:both;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	border:0px solid #333;
}
.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	border:0px dotted #666;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-morelink A {
	float:right;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:0px solid #000;
}
.news-search-form {
	margin:3px;
	padding:10px;
}
.news-search-emptyMsg{
	color:darkgray;
	font-size:12px;
	margin-left:15px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-list-morelink {
	font-family:trebuchet MS;
	margin-left:4px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size: 12px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:0px solid #666;
}
.news-single-item hr {
	width:0px; 
	border-style:dotted; 
	height:0px; 
	color:#ffffff;
}
.news-single-item H1 {
	margin-bottom: -15px;
	margin-left: 1px;
	font-size:20px !important;
	font-weight:normal !important;
}
.news-single-item H2 {
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-img a {
	margin:5px 10px 0px 20px;
}
.news-single-img {
	float:left;
	padding-left: 10px;
	padding-top:5px;
	padding-right:5px;
}
.news-single-imgcaption {
	clear:both;
	font-family:trebuchet MS;
	font-size:11px;
	font-weight:bold;
	margin:-5px 0 0 10px;
	padding:10px;
}
.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 5px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author {
	font-size: 8px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color:whitesmoke;
	border:0 solid #666666;
	margin:10px;
	padding:5px;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 0px solid #666;
	margin:0px;
	margin-top:3px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#ffffff;
	width:99%;
}
.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	color:#666666;
	font-size: 11px;
	margin-left:5px;
	width:80%;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}
/*  Styles for individual view */
.news-latest-gotoarchive {
	display:none;
}


