/* Start of CMSMS style sheet 'News General' */
div#news {
  margin: 2em 0 1em 0em;  /* margin for the entire div surrounding the news list */
  border: gray; 
  background: none;
}

div#news h2 {
   line-height: 16px;
   background: #fff;
}


.NewsSummaryPostdate {
  font-size: 9px;
  font-weight: normal;
  padding-top: 4px;
  font-family: Verdana, sans-serif;
}

.NewsSummary {
    padding: 2px 0px 2px 5px; /* padding for the news article summary */
    border-bottom: 1px dotted #35d4f2;
    height: 115px;
    display: block;
    overflow: hidden;
}




.NewsSummary img {
    padding: 4px 5px 5px 0px;
}

/* laatste nieuwslink */
.NewsSummaryLink {
    font-weight: bold;
    line-height: 16px;
}

.NewsSummaryLink a {
    color: #575757; 
}


.NewsSummarySummary, .NewsSummaryContent {
  font-size: 11px;
}


.NewsSummaryMorelink a {
  padding-top: 0em;
  font-size: 10,5px;
  font-style: italic;
  font-weight: normal;
}

#NewsPostDetailDate {
  font-size: 9px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-left: 0px;
}

#NewsPostDetailSummary {
   line-height: 11px;
   margin-left: 0px;
   margin-right: 50px;
   font-size: 11px;
   font-weight: normal;
   line-height: 17px;
}


#NewsPostDetailContent {
  margin-bottom: 0px;
  line-height: 16px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 11px;
}

#NewsPostDetailContent img {
    padding: 5px 5px 2px 0px;

}

#NewsPostDetailPrintLink {
    font-size: 9px;
    margin-top: 10px;
}

#NewsPostDetailReturnLink {
    font-size: 9px;
    margin-bottom: 20px;
    margin-top: 0px;
}
#NewsPostDetailTitle {
    color: #35d4f2;
    font-weight: bold;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 2px;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
*/
/* End of 'News General' */

