/* Start of CMSMS style sheet 'Laatste nieuws' */
div#news {
  border: 1px solid #FF6633; 
  background-color: #FF6633; 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 11px;
}

div#news h1 {
   line-height: 1em;
   background: #FF6633;
}

/* laatste nieuwslink */
.NewsSummaryLink {
    font-weight: normal;
    font-size: 11px;
    padding-left: 8px;
}



/* samenvattingssjabloon */

.NewsSummaryPostdate {
  font-size: 9px;
  font-weight: normal;
}

.NewsSummary {
    padding: 3px 0px 5px 5px; /* padding for the news article summary */
    margin-right: 5px;
    font-weight: bold;
    border-bottom: none;
    text-decoration: none;
    font-size: 11px;
    background:url(images/cms/arrow-right.gif) no-repeat 0em center; 
}
.NewsSummarySummary, .NewsSummaryContent {
  line-height: 3px;
}

.NewsSummaryMorelink {
  font-weight: normal;
  font-size: 9px;
  margin-top: 3px;
  text-decoration: none;
}



/* artikelsjabloon */


#NewsPostDetailDate {
  font-size: 9px;
  font-weight: normal;  
  margin-bottom: 5px;
  margin-right: 50px;
}

#NewsPostDetailSummary {
   line-height: 150%;
   margin-top: 5px;

}

#NewsPostDetailContent {
  margin-bottom: 5px;
  margin-right: 50px;
  line-height: 19px;
}

#NewsPostDetailPrintLink {
  font-size: 10px;
  text-decoration: none;
}
#NewsPostDetailReturnLink {
  font-size: 10px;
  margin-bottom: 15px;
}










#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  margin-right: 50px;
  padding: 0.2em 0;
}


#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle {
 font-size: 12px;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

*/
/* End of 'Laatste nieuws' */

