/* Start of CMSMS style sheet 'ALF_nieuws' */
div#news {
  margin: 2em 0 1em 0em;  /* margin for the entire div surrounding the news list */
  border: none; 
  background: none;
}

div#news h2 {
   line-height: 16px;
   background: #fff;
}

.NewsSummary {
    padding: 0 0.5em 0.5em 0em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #ccc; 
    font-size: 11px; 
    font: verdana;
    font-weight: normal;
    line-heigth: 17px;
    margin-left: 0px;
}

.NewsSummaryPostdate {
  font-size: 9px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}

.NewsSummaryLink {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1C455E;
    font-weight: bold;
    font-size: 11px;
    margin-left: 0px;
}

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 11px;
  line-height: 16px;
}

.NewsSummaryMorelink {
  padding-top: 0px;
  font-size: 10px;
  font-weight: normal;
  margin-left: 0px;
  padding-bottom: 20px;
}

#NewsPostDetailDate {
  font-size: 9px;
  margin-bottom: 10px;
  font-weight: bold;
  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: 17px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 11px;
}

#NewsPostDetailPrintLink {
    font-size: 9px;
    margin-left: 0px;
}

#NewsPostDetailReturnLink {
    font-size: 9px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#NewsPostDetailTitle {
    color: #1C455E;
    font-weight: bold;
    font-size: 11px;
    margin-left: 0px;
    margin-bottom: 5px;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
*/
/* End of 'ALF_nieuws' */

