/*****************************************/
/*-------- tt_news LIST view  --------*/
/*****************************************/

/* userdef begin*/

.news-list-subheader {
  background-color: #ffffff;
  padding: 0.3em;
  }
  
/* userdef end*/

.news-list-container {

}

.news-list-date {
  display: none;
}

.news-single-img {
  float: right;
  margin-left:15px;

}

.news-list-item {
  height: 1%;
  padding-bottom: 1.5em;
  }

.news-list-item H4 {
  font-size: 110%;
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
    }
  
.news-list-imgcaption {
  float: right;
  padding-top: 0.3em;
  padding-right: 0.3em;
  font-size: 0.9em;
  }

.news-list-morelink,
.news-list-category {
}

.news-list-morelink  {
  margin-bottom: 0.3em;
  }

.news-list-morelink A {
  text-decoration: underline !important;
  font-weight: normal !important;
  }

.news-list-browse {
  text-align: left;
  margin-bottom: 1em;
  }


/*****************************************/
/*-----  tt_news Page-Browser -----------*/
/*****************************************/

.tx-ttnews-browsebox {
  color: #000000;
  border-bottom: 1px dashed #000000;
  padding-bottom: 1em;
  }
  
.tx-ttnews-browsebox TD {
  }

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
  font-weight: bold;
  }

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
  margin:0;
  }

.tx-ttnews-browsebox-SCell {
  }

.tx-ttnews-browsebox-SCell A{
  text-decoration: underline;
  }

.news-search-emptyMsg {
  margin-left: 1em;
  }



/*****************************************/
/*------- tt_news SINGLE view  ---------*/
/*****************************************/


.news-single-item {
}

.news-single-item H4 {
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  }

.news-single-backlink, 
.news-single-backlink a {
  margin-bottom: 1em;
  }

.news-single-backlink a:link,
.news-single-backlink a:hover {
  font-weight: normal;
  }

.news-single-timedata, 
.news-single-author,
.news-single-imgcaption {
  }

.news-single-imgcaption {
  font-size: 80%;
  }

.news-single-timedata {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 1em;
  border-top: 1px dashed #000000;
  display: none;
  }

.news-single-author {
  }

.news-single-additional-info {
  margin-top: 1em;
  }

.news-single-related,
.news-single-files,
.news-single-links  {
  margin:0;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px dashed #000000;
  padding-top: 1em;
  }

.news-single-related DD, 
.news-single-links DD, 
.news-single-files DD {
  margin:0;
  }

.news-single-related DT, 
.news-single-links DT, 
.news-single-files DT {
  margin:0;
  width:100%;
  font-weight: bold;
  }

/* ************ */
/* SPECIALS SEP */
/* ************ */

#rightColumn .news-list-subheader {
  padding: 0.3em 0 0.3em 0;
}

#rightColumn .news-list-item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

#rightColumn .news-list-item p {
  margin: 0;
  padding: 0;
}

