/* default styles for extension "tt_news" */
	
		.news-list-date, .news-single-timedata {
			color: #330000;
			font-size: 9px;
			font-weight: bold;
		}

		.news-list-category, .news-single-category {
			color: gray;
			font-size: 9px;
			clear: both;
			margin-top: 5px;
		}

		.news-list-morelink {
			clear: both;
			margin-top: 5px;
		}

		.news-single-subheader {
			font-size: 14px;
			color: #660000;
			margin-top: 10px;
			margin-bottom: 10px;
		}

		.news-single-imgcaption {
			display: none;
		}

		.news-single-img {
			float: left;
                        margin-right: 10px;
                        margin-bottom: 10px;
		}

                .news-list-item img {
                        margin-right: 10px;
                        margin-bottom: 10px;
                }

		.news-single-additional-info dt {
			font-weight: bold;
			margin-bottom: 10px;
		}
		
		.news-single-additional-info dd {
			margin-left: 20px;
		}
		
		.tx-ttnews-browsebox {
			margin: 5px 0px 5px 0px;
			padding-bottom: 30px;
		}
		
		.tx-ttnews-browsebox td {
			padding: 3px 10px 3px 10px;
			background: white;
			border: 1px dotted #CCCCCC;
			font-size: 9px;
		}

		td.tx-ttnews-browsebox-SCell {
			font-weight: bold;
			background: #666699;
		}

		.tx-ttnews-browsebox-strong {
			font-weight: bold;
		}
		
		.news-latest-container {
			width: 174px;
			border: 3px solid #c0ccdc;
			padding: 0px;
			margin: 0px;
			background: white;
		}
		
		.news-latest-container h1 {
	        	background-color: #101177;
	        	color: #ffffff;
    	    		text-transform: uppercase;
			margin: 0px;
			padding: 3px 3px 3px 3px;
			font-size: 11px;
		}
		
		.news-latest-item {
			margin: 5px 3px 10px 3px;
		}
		
		.news-latest-date a {
			color: black;
			text-decoration: none;
			font-weight: bold;
		}

		.news-latest-title a {
			color: #6E7AAB;
			text-decoration: none;
			font-weight: normal;
		}
		
		.news-search-form INPUT {
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			border: 1px solid gray;
			width: 300px;
		}
		
		.news-search-form .news-search-form-submit INPUT {
			border: 1px solid #9999CC;
			font-weight: bold;
			background: #CCCCEE;
			font-size: 11px;
			width: 100px;
		}
