/* Start of CMSMS style sheet 'News Home' */
div#news {
  border: 1px solid #FF6633; 
  background-color: #FF6633; 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 11px;
  width: 180px;
}

div#news h1 {
   line-height: 2em;
   background: #FF6633;
}

/* laatste nieuwslink */
.NewsSummaryLink {
    font-weight: bold;
    line-height: 17px;
    border: none;
}

.NewsSummaryLink a {
    color: #575757;
    line-height: 17px;
    border: none;
}


/* samenvattingssjabloon */

.NewsSummaryPostdate {
  font-size: 9px;
  font-weight: normal;
}

.NewsSummary {
    padding: 2px 0px 5px 5px; /* padding for the news article summary */
    margin-right: 5px;
    font-weight: bold;
    border-bottom: none;
    text-decoration: none;
}
.NewsSummarySummary, .NewsSummaryContent {
  line-height: 3px;
}

.NewsSummaryMorelink {
  font-weight: normal;
  font-size: 9px;
  margin-top: 3px;
}



/* 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: 9px;
}
#NewsPostDetailReturnLink {
  font-size: 9px;
}



#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 'News Home' */

