/*
***********************************************************
Title:     News
Author:    Jacco van der Post - Netcreators.com
Date:	   august 2007
***********************************************************
*/
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.rgaccord1-nest .news-latest-container h2 {
	display: none;
}

.rgaccord1-nest .news-latest-container {
	padding-bottom: 10px;
        padding-right: 4px;
}

.news-latest-container h3 {
	color: #001B5C;
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
}

.news-latest-container h3 a, .news-latest-container h4 a { color:#001B5C; }

.news-latest-gotoarchive {
	font-weight: bold;
	margin-top: 5px;
}

.news-latest-item { margin-bottom:1em; padding-top: 0;}
.news-latest-item p { margin-bottom:0.3em; }

.news-latest-item IMG {
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #001B5C;
	float: left;
}

.news-latest-category IMG {
	float: none;
	border: none;
	margin: 0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size: 0.9em;
/*
	color: #FC7613;
	float: left;
*/
}

.news-latest-morelink {
	height: 1em;
	margin-bottom: 1em;
}

.news-latest-container HR.clearer {
	clear: left;
	display: none;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding: 5px;
	margin-bottom: 5px;
}

.news-single-item H2 {
	margin-bottom: 0px;
}

.news-single-item H3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #001B5C;
	margin-bottom: 10px;
}

.news-single-img {
	float: left;
	margin-right: 5px;
}

.news-single-img img {
	border: 1px solid #001B5C;
}

.news-single-imgcaption {
	padding: 3px;
	clear: both;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

.news-single-timedata {
}

.news-single-author {
	padding-bottom: 3px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container a{
	text-decoration: none;
}

.news-list-item,.news-list-browse {
display: inline;
float: left;
	margin-bottom: 20px;
clear: both;
width: 100%;
}

.news-list-item hr {
	display: none;
}

.news-list-item img {
	float: left;
	margin: 0 5px 0pt 0pt;
}
	
.news-list-item img {
	border: 1px solid #001B5C;
}

.bordernaastimage {
	width: 132px;
	border-right: 1px solid #001B5C;
	margin-right: 10px;
	display: block;
	float: left;
}
	
.news-list-title {
	padding: 2px;
}
	
.news-list-body {
	padding: 2px;
}
	
.news-list-container .date {
	font-size: 0.8em;
	float: right;
}
	
.news-list-morelink a {
	display: block;
	margin-top: -10px;
	padding-right: 10px;
	text-align: right;
	text-decoration: underline;
	text-transform: lowercase;
}

.news-list-date {
	float: right;
	color: #FC7613;
}

/*--------------------------------- tt_news Browsebox  -----------------------------------*/
.news-list-browse {
	border-top: 1px solid #001B5C;
	padding-top: 10px;
}
	

