
/*-----------------------------------  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-top: 1px solid #d0ff32;
	border-bottom:0px;
}

.news-latest-container HR.clearer
{
	clear: left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container
{
	margin: 0 0 20px 14px;
}

.news-latest-item
{
	font-size: 12px;
}

.news-latest-item IMG
{
}
.news-latest-category IMG
{
	float: none;
	border: none;
	margin: 0px;
}
.news-latest-date, .news-latest-morelink, .news-latest-category, .news-latest-title, .news-latest-goto-newspage
{
	font-size: 12px;
}

.news-latest-date
{
	color: #99cc33; /*color: #ccff33;*/
	margin-top: 10px;
	white-space: nowrap;
	text-transform: none;
}

.news-latest-time
{
	text-transform: lowercase;
	display: inline;
}

.news-latest-title
{
	margin-left: 10px;
	text-align: left;
}

.news-latest-title A, .news-latest-title A:visited, .news-latest-title A:link, .news-latest-title A:hover, .news-latest-gotoarchive A, .news-latest-goto-newspage A:visited, .news-latest-goto-newspage A:link, .news-latest-goto-newspage A:hover
{
	color: #FFFFFF;
}

div.news-latest-goto-newspage
{
	margin-top: 10px;
}


.news-latest-morelink
{
}

.news-latest-morelink A
{
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container
{
	margin: 0;
	padding: 0;
	position: relative;
}

.news-list-container h3
{
	margin: 10px 0 10px 0;
}

.news-list-item
{
	padding: 0 0 0 20px;
	margin: 0;
}

.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-content
{
	margin: 0 200px 0 0;
	padding: 0 0 10px 0;
}

.news-list-content-pm
{
	margin: 0;
	padding: 0 0 20px 0;
}

.news-list-date
{
	color: #669933;
	font-size: 12px;
	padding-right:20px;
}

.news-list-imgcaption
{
	float: right;
	font-size: 9px;
	padding-top: 3px;
	text-align: left;
	width:180px;
}

.news-list-image
{
	margin: 0 0 10px 20px;
	padding: 0;
	width: 180px;
	float:right;
	text-align: right;
}

.news-list-item img
{
	margin: 0;
	padding: 0;
}

.news-list-morelink, .news-list-category
{
	font-size: 9px;
	position: relative;
	bottom: 0;
	margin: 0;
	padding: 0;
	line-height: 11px;
}

.news-list-category
{
	float: right;
	width: 150px;
	text-align: right;
	right: 0;
}

.news-list-morelink
{
	width: 50px;
	text-align: left;
	left: 0;
}
.news-list-browse
{
	text-align: center;
}

.news-pm-table td
{
	vertical-align:top;
	text-align:left;
}

.news-pm-table p
{
	display:inline;
}

td.news-pm-table-content
{
	width: 540px;
}

td.news-pm-table-date
{
	width:70px;	
}

td.news-pm-table-date span.news-list-date
{
	padding-right:0px;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container
{
	text-align: center;
	color: #669933;
}

.news-amenu-container li a, .news-amenu-container li a:visited, .news-amenu-container li a:hover
{
	color: #669933;
}

.news-amenu-container li
{
	padding-bottom: 1px;
	display: inline;
	background: #FFFFFF url(../images/list_square.png) no-repeat scroll left center;
	padding-left: 10px;
}
.news-amenu-container ul
{
	display: inline;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 0;
}
.news-amenu-header
{
	display: inline;
}
