/*-----------------------------------  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{
	clear:right;
	height:1px;
	border:1px solid #FEFCE9;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:0;
	background-color:#FEFCE9;
	padding-top:30px;
}

.news-list-item {
z-index:5;
	}

.news-list-container H3 {
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 1px solid #213A65;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#213A65;
	padding-left:0px;
}
.news-list-container H3 A {
	color:#fff000;

}
.news-list-container p.bodytext {

}
	
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:0px;
	font-size: 9px;
	}

.news-list-container IMG {
	float: right;
	border:1px solid #E1DFAF;
	margin-bottom:5px;
	margin-right:0px;
	margin-left:5px;
	border:1px solid #A40005;
}
.news-list-category IMG {
	float: none;
	border:1px solid #A40005;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:10px;
	margin-left:0px;
	color: #bf0006;
}
.news-list-morelink  {
	margin-bottom:3px;
	color: #BF0006;
}
.news-list-browse {
	text-align: center;
}

.news-list-date {
	float: right;
	color: #ffffff;
	width: 100px;
	text-align: center;
	margin-top: -4px;
	padding:2px;
	margin-right: 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #213A65;
	}


	
	

/*--------------------------------- tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	border:0;
	background-color:#FEFCE9;
	padding-top:30px;
}

.news-latest-item {
	}

.news-latest-container H3 {
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 1px solid #213A65;
}
.news-latest-container H3 A:LINK,.news-latest-container H3 A:VISITED,.news-latest-container H3 A:HOVER {
	color:#213A65;
	padding-left:0px;
}
.news-latest-container H3 A {
	color:#fff000;

}
.news-latest-container p.bodytext {

}
	
.news-latest-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:0px;
	font-size: 9px;
	}

.news-latest-container IMG {
	float: right;
	border:1px solid #E1DFAF;
	margin-bottom:5px;
	margin-right:0px;
	margin-left:5px;
	border:1px solid #A40005;
}
.news-latest-category IMG {
	float: none;
	border:1px solid #A40005;
	margin:0px;
}

.news-latest-morelink,.news-latest-category {
	font-size:10px;
	margin-left:0px;
	color: #bf0006;
}
.news-latest-morelink  {
	margin-bottom:3px;
	color: #BF0006;
}
.news-latest-browse {
	text-align: center;
}

.news-latest-date {
	float: right;
	color: #ffffff;
	width: 100px;
	text-align: center;
	margin-top: -4px;
	padding:2px;
	margin-right: 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: #213A65;
	}
	
	
	
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	border:0;
	background-color:#FEFCE9;
	padding-top:30px;
}

.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #213A65;	
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 18px;
	font-size: 11px;
	color: #213A65;	
}
.news-single-img {
	float: right;
	margin-left:5px;
	text-align:right;
}

.news-single-img img {
	border:1px solid #A40005;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	font-size: 10px;
	
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 10px;
}
.news-single-author {
	padding-bottom: 3px;
}

.news-single-additional-info {
}

.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #213A65;	
	margin:0px;
	margin-bottom: 3px;
	padding:10px 0 0 0;
}

.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: normal;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}