/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
  color: gray;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 1em 0.0em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 0px solid #ccc; 
    color: gray;
    width: 395px;
    xtext-align:justify;
}
div#NewsSummarySummary {
color: grey;
}
div#NewsSummarySummary img {
  border-width:1px;
  border-style: solid;
  border-color:gray;
  float: right;
  /*overflow: hidden;*/
  
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 0px;
  /*top:-90px;*/
}
div#NewsTitle {
  float: left;
  width: 220px;
  border-width:1px;
  border-style: none;
  border-color:red;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #CB231F;
}
div#NewsTitle a{
  font-weight: bold;
  text-decoration: none;
}
-NewsPostDetailContent img {
   border-width:1px;
  border-style: solid;
  border-color:red;
  float: right;
  /*overflow: hidden;*/
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 0px;
  top:-90px;
}

.NewsSummaryPostdate {
  font-weight: bold;
  font-size:90%;
 }
.NewsSummaryPostdate a{
  font-size:16px;
  font-weight: bold;
  text-decoration:none;
  color:#CB231F; 
}
.NewsSummaryPostdate a:hover{
  text-decoration:underline;
 } 
 
 
/* detail news entry hackerei */ 
.NewsPostdate {
  margin-left:5px;
  color:gray;
  font-weight: bold;
  font-size:90%;
 }
.NewsPostdate a{
  font-size:16px;
  font-weight: bold;
  text-decoration:none;
  color:#CB231F; 
}
.NewsPostdate a:hover{
  text-decoration:underline;
 } 


 
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    color:gray;
}
.NewsSummaryLink a{
    font-weight: bold;
    padding-top: 0.2em;
    color:gray;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
  color:gray;

}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  margin-left: 5px 0px;
  font-style: italic;
  color:gray;
}

#NewsPostDetailContent {
    padding: 1em 0.0em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 0px solid #ccc; 
    color: gray;
    width: 495px;
    xtext-align:justify;
  }

#NewsPostDetailAuthor {
  margin-left: 5px;
  font-style: italic;
  color:gray;
}

.list1 {
  margin-left: 50px;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}

*/
#NewsPostDetailPrintLink {
 margin-left: 5px 0px;
 padding-top: 1.5em;
 }
#NewsPostDetailReturnLink {
 margin-left: 5px 0px;
 }

/* End of 'Module: News' */

