/*-----------------------------------  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;*/
	display: block;
	height:1px;
	/*border: 1px solid #F7941C;*/
        margin-bottom: 1em;
}

.news-amenu-container UL {
        list-style: none;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {	
    margin-bottom: 2em;
}

.news-list-item {	
	background-color: #f2f2f2;
        margin-bottom: 1em;
        /*border: 1px dashed #ccc;*/
        padding: 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;
}

#main .news-list-item H3 {
	margin: 0px 0 5px 0;
        padding: .3em .6em;
	border-bottom: 1px solid #162d50;
	 background-color: #afc6e9;
	
}

.news-list-item H3 A:LINK,
.news-list-item H3 A:VISITED,
.news-list-item H3 A:HOVER {	
	color: #fff;
        padding-left:0px;
}

.news-list-item H3 A {	
	color: #fff; /*#224080;*/
        font-size: 1.1em;
}

.news-list-item P.bodytext {
	padding-left: 0px;
        margin-left: 0px;
}

.news-list-date {	
	float: right;
	color: #fff; 
	width: 160px;
	text-align: right;
	margin:0 1em;
	font: normal 10px Arial, Helvetica, sans-serif;
	background-color: transparent;
}

.news-list-imgcaption {
	float: right;	
	padding-top:3px;
	padding-right:3px;
	font-size: .9em;
}

.news-list-container IMG {
	float: right;
	/*border:1px solid #666;*/
	margin: 0 1em;
}

.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  {
        text-align: right;
	margin-bottom: .6em;
	
}

.news-list-browse {	
	text-align: center;
}
	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox {	
	margin:3px;	
	padding:3px;
	background-color:transparent;
        /*border: 1px solid #cccccc;*/
}

.tx-ttnews-browsebox P {
        display: none;
}

.tx-ttnews-browsebox TD P{	
	font-size: 10px;
        display: block;
}

.tx-ttnews-browsebox-strong,
.tx-ttnews-browsebox-SCell {	
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell P,
.tx-ttnews-browsebox TD P{	
	margin:0px;
}

.tx-ttnews-browsebox-SCell {	
	background-color: transparent;	
	/*border:1px solid #cccccc;*/
}

.news-search-emptyMsg {	
	font-size: 11px;
	margin-left: 10px;
}

/*-----------------------------------  tt_news LATEST view -----------------------------------*/

.news-latest-container {	
	border:none;	
	background-color:transparent;
        margin: 1em;
}

.news-latest-container H2 {
   padding: 0;
   margin: 0 6px;
}
.news-latest-container HR.clearer { display: none; }

.news-latest-container H3,
.news-latest-gotoarchive {	
	color:#333;	
	padding: 0;
	margin: 0;	
	border:none;	
	background-color: transparent;
}

.news-latest-container H2 {
    font-size: 1.6em;
    color: #666;
    background-color: #f2f2f2;
    margin: 0 -6px;
    padding: .1em .6em;
}

.news-latest-gotoarchive {	
	font-weight: bold;
	margin-top: 5px;
}

.news-latest-gotoarchive A:LINK, 
.news-latest-gotoarchive A:VISITED,
.news-latest-gotoarchive A:HOVER {	
	color:#333333;
}

.news-latest-gotoarchive A {
	color:#333333;
}

.news-latest-item {	
	padding:2px;	
	border:none;	
	background-color:transparent;
/*	font-size: 1.1em;*/
        margin: .3em;       
}

.news-latest-item IMG {	
	margin-bottom: 6px;	
	margin-right: 9px;
	border:none;
	float:left;
}

.news-latest-item P {
   margin: 0;
}

.news-latest-category IMG {	
	float:none;
	border:none;
	margin:0px;
}

.news-latest-date,
.news-latest-morelink,
.news-latest-category {
	font-size:.9em;
	margin: 0 0 0 0;
}

.news-latest-morelink {	
	margin: 2px;
        text-align: right;
}

.news-latest-morelink A {
	/*float:right;*/
}

.news-single-item IMG { float: right }

.newscatlatest {
  float: left;
  width: 282px;
  margin: 10px;
  text-align: left;
  background: transparent url(../images/newslbgr.png) repeat-y 0 0;
 }
#newcatlatest-wrap { margin: 270px 21px 3em 21px; text-align: center; }

.newscatlatest H1 { padding-left: .7em; }
.newsltop { 
  background: transparent url(../images/newsltop.png) no-repeat 0 0; 
  height: 10px;
 }
.newslbottom { 
  background: transparent url(../images/newslbottom.png) no-repeat 0 0; 
  height: 10px;
 }
