/*--------------------------------- LATEST VIEW -----------------------------------*/

.news-latest-container {
	padding: 0;
}

.news-latest-category {
	float: right;
	font-size: 1em;
	color: #acacac;
}

.news-latest-date {
	font-size: 1em;
	float: left;	
}

.news-latest-item {
	border-bottom: 1px solid #EDEDED;
}

.news-latest-item p {
	line-height: 1.1em;
}

.news-latest-item H2 {
	font-size: 1.3em;	
}

/*--------------------------------- DETAIL VIEW -----------------------------------*/

.news-single-rightbox {
    clear: both;
    float: right;
    font-size: 1em;
    text-align: right;
    width: 160px;
}  
  
.news-latest-date {
    font-size: 1em;
}

p {
	font-style: normal;	
}

.news-single-item {
	padding:5px;
	margin-top: 20px;	
	margin-bottom:5px;
}

.news-single-item H2 {
	font-size: 16px;
	font-weight:normal;
	font-style: italic;
	color: grey;
	margin-bottom: 0px;
	text-align: justify;
}

.news-single-item H3 {
	margin-bottom: 15px;
}

.news-single-img {
	float: right;
	margin-left:15px;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.news-single-timedata {
	float: right;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}

.news-single-author {
	padding-bottom: 3px;
}

.news-single-additional-info {
	background-color: #BBE53A;
	clear: both;
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;
}

.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

.news-single-rightbox {
	font-size: 0.92em;
    clear: both;
    float: left;
    text-align: left;
/*  width: 400px; */
    width: 600px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
	margin: 40px 0 0 0;
	padding: 0;
}	

.news-list-item {
	padding:3px;	
	margin:3px 0 22px 0;
	border-bottom:1px dotted silver;
/*	background-image: url('../img/news-list-bg.jpg');  */
	background-position: bottom;
	background-repeat: repeat-x;
} 

.news-list-item H2 {
font-size: 17px;
} 

.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-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #769024;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER, {
	color:#fff;
	padding-left:2px;
}

.news-list-container H3 A {
	color:#fff;
}

.news-list-container H4 {
	font-weight:normal;
	height:70px;
	padding-left:3px;
}

.news-list-date {
	float: right;
	width: 180px;
	text-align: right;
	height: 18px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 1em;
	font-weight: normal;
}

.news-list-category {
	color: #ACACAC;	
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:1em;
/*	margin-left:3px; */
}

.news-list-morelink  {
	margin-bottom:3px;
}

.news-list-browse {
	text-align: center;
	font-size: 1em;
}

.news-list-item p {
	margin: 0.1em;	
}