/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container .clearer,
.news-single-item .clearer,
.news-latest-container .clearer {
	clear: right;
}

.news-latest-container hr.clearer {
	clear: left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
}

.news-latest-container h2,
.news-latest-gotoarchive {
	color: #fff;
	margin-bottom: 8px;
	/*border: 1px solid #666;
	background-color:#D8FA70;*/
}

.news-latest-gotoarchive {
	font-weight: bold;
	margin-top: 5px;
}

.news-latest-gotoarchive a {
	color: #fff;
}

.news-latest-gotoarchive a:link,
.news-latest-gotoarchive a:visited,
.news-latest-gotoarchive a:hover {
	color: #fff;
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	/* IE hack end */
	height: auto !important;
	padding: 0 0 8px 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0085cf;
	background: url('../main/img/arrow_headline.png') left center;
	background-repeat: no-repeat;
}

.news-latest-item h3 {
	font-size: 11px;
	line-height: 15px;
}

.news-latest-date,
.news-latest-subheader p {
	color: #c8c8c8;
	line-height: 16px;
}

.news-latest-item a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.news-latest-item img {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.news-latest-category img {
	float: none;
	border: none;
	margin: 0px;
}
.news-latest-date,
.news-latest-morelink,
.news-latest-category {
}

.news-latest-morelink {
	height: 12px;
}

.news-latest-morelink a {
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	margin-bottom: 10px;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	/* IE hack end */
	height: auto !important;
	/*line-height: 1.3em;*/
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #0085cf;
}

.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 {
	font-size: 1em;
	font-weight: bold;
	color: #0085cf;
}

.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: 9px;
	font-weight: normal;
	background-color: #F9FFE5;
}

.news-list-imgcaption {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 9px;
}

.news-list-container img {
	float: right;
	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-browse {
	text-align: center;
	margin-top: 15px;
}


/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox table { 
	margin-left: auto;
	margin-right: auto;
}

.tx-ttnews-browsebox a {
	color: #0085cf;
}

.tx-ttnews-browsebox td {
}

.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 {

}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item {
	margin-bottom: 5px;
}

.news-single-item h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	color: #0085cf;
	margin-bottom: 0px;
}

.news-single-item h3 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #787878;
	margin-bottom: 10px;
}

.news-single-img {
	float: right;
	margin-left: 5px;
}

.news-single-imgcaption {
	padding: 3px;
	clear: both;
}

.news-single-spacer {
	margin-top: 10px;
}

.news-single-backlink,
.news-single-backlink a {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

.news-single-timedata {
}

.news-single-timedata,
.news-single-author,
.news-single-imgcaption {
	font-size: 1em;
}