@charset "utf-8";
/* CSS Document */

.tx-ttnews-browsebox {
	text-align: center;
	margin-top: 1em;
}

/* --- LATEST -------- */
.news-latest-container {
}

.news-latest-item {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.news-latest-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.news-latest-title a {
	color: #000000;
}

.news-latest-date {

}

.news-latest-subheader {

}

.news-latest-morelink {
	text-align: right;
	margin-right: 1px;
}

.news-latest-morelink a {
}

.news-latest-morelink a:hover {
}

/* --- LIST -------- */
.news-list-container {
}

.news-list-content {
}

.news-list-item {
	padding-top: 1em;
	padding-bottom: 1em;
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.news-list-date {
	font-family:  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: right;
}

.news-list-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.news-list-title a {
	color: #000000;
}

.news-list-subheader {
}

.news-list-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news-list-morelink {
	text-align: right;
	margin-right: 1px;
}

.news-list-morelink a {
}

.news-list-morelink a:hover {
}


/* --- SINGLE -------- */
.news-single-item {

}

.news-single-timedata {
	margin-bottom: 20px;
}

.news-single-title {
}

.news-single-subheader {
}

.news-single-images {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.news-single-image {
	float: left;
	clear: left;
}

.news-single-imgcaption {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.news-single-content {
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}

.news-single-backlink {
	margin-top: 10px;
}

.news-single-backlink a {
}

.news-single-backlink a:hover {
}

.news-single-additional-info {
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/page/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.news-single-additional-info dl {
}


.news-single-related,
.news-single-files,
.news-single-links {
	margin-bottom: 10px;
}

.news-single-related dt, 
.news-single-files dt,
.news-single-links dt {
	font-weight: bold;
}

.news-single-related dd {
}

.news-single-files dd {
}

.news-single-files dd img {
	padding-right: 5px;
}

.news-single-files dd a {
}

.news-single-links dd {
}