/* -----------------------------------------------------------------------------------------------------------------
	tt_news.css - tt_news layout; load after screen.css
----------------------------------------------------------------------------------------------------------------- */

	.news-latest-item { border: solid #999999; margin-bottom: 10px; border-width: 1px 0px; overflow: hidden; margin-left:0; margin-right:0;}
		.news-latest-item h4 { margin: 15px 0 5px 0px; padding: 0; }
			.news-latest-item h4 a { color: inherit; text-decoration: none; }
		.news-latest-item img { margin: 5px; }
		
		.news-latest-item-image { text-align:center; width:240px; float:left; clear:left; }
		.news-latest-item-text { padding-top: 50px; width:240px; float:right; clear:right; }
		.news-latest-item-text h3 { margin: 0px; }
		.news-latest-item-text a { color: black; text-decoration: none; }
		
		.news-latest-date { float: right; margin: 5px 5px 0 0; }
		.news-latest-morelink { text-align: right; margin-right: 10px; }
		.news-latest-text { margin: 0 5px 5px 5px; }
		.news-latest-gotoarchive { display: none; } /* don't use an archive */

		
	.news-list-item { width:984px; border: solid #999999; margin-bottom: 10px; border-width: 1px 0px; float:left; clear:both; margin-left:5px; margin-right:5px;}
	.news-list-container { width:994px; }
	.news-list-container table {
		border:2px solid white;
		border-collapse:collapse;
		width:99%;
	}
	
	.news-list-container .date { width:15%; }
	.news-list-container .time { width:15%; }
	.news-list-container .type { width:15%; }
	.news-list-container .title { width:55%; }
	
	.news-list-container a {
		color:black;
		text-decoration:none;
	}
	
	.news-list-container a:hover {
		text-decoration:underline;
	}
	
	.news-single-item { border: 1px solid #dcdcdc; padding: 0px 100px; }
		.news-single-item h2 { margin: 5px; padding: 0; }
		.news-single-item img { float: left; margin: 0 10px 5px 5px; }
		
		.news-single-timedata { float: right; margin: 5px 5px 0 0; }
		.news-single-author { float: right; margin: 5px 5px 0 0; }
		.news-single-text { margin: 0 5px 5px 5px; }
		.news-single-backlink { margin: 5px; margin-top:15px; }
		.news-single-backlink a { color: black; text-decoration:none; }
		.news-single-backlink a:hover { text-decoration: underline; }
		.news-single-images { padding-top:25px; }
	
.news-catmenu .level1 .news-catmenu-NO {
	display: none;
}

.news-catmenu .level2 .news-catmenu-NO {
	display: inline;
}

.news-catmenu {
	text-align: center;
	border: 1px solid white;	
	float:center;
	clear:both;
	padding:20px 0px;
}

/*.news-catmenu #catmenuwrap {
	display:inline;
	border: 1px solid white;
}*/

.news-catmenu h3 {
	display: none;
}

.news-catmenu .level1,
.news-catmenu .level2,
.news-catmenu .news-catmenu-NO,
.news-catmenu .news-catmenu-ACT {
	display: inline; 
}

.news-catmenu .news-catmenu-NO,
.news-catmenu .news-catmenu-ACT {
	border: 1px solid white;
	background-color: #ff9999;
	padding: 0px 30px;
}

.news-catmenu .news-catmenu-ACT {
	background-color: #f00;
}

.news-catmenu .news-catmenu-NO a,
.news-catmenu .news-catmenu-ACT a {
	text-decoration: none;
	color: white;
}

.news-list-container {
	float:left;
	clear:both;
}
