/* Start of CMSMS style sheet 'Module: Nyheder' */
/* Was: div#news */
div.news {
  margin: 0em 0 1em 1em; /* margin for the entire div surrounding the news list */
  border: 1px solid #F3F1EB /*#00529A #000*/;
  background: #F3F1EB /*#E6E4DE  #DFDDD7   #D4D2C9 #E3E9F4 original: #DFE7FD */;
}

/* div#news h3 */
div.news h3 {
  line-height: 2em;
  /*background: #fff;*/
}

div#content div#sidebar div.news h2 { 
  font-size:1.5em; 
  border-left:none;
  font-weight:bold;
  color:#00529A;
}

div.news .fleresider {
  margin-left:1em;
  font-size:80%;
  color:#0B2E82;
  font-weight:bold;
}

div#content div.news h4 { font-size:1em; } /* frol 03.09 */

.NewsSummary {
  padding: 0.5em 0.5em 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: 1px solid #ccc;
}

.NewsSummary:last-child { /* virker ikke i IE6-7 */
  border-bottom:none;
  padding-bottom:.5em;
  margin-bottom:.5em;
}

.NewsSummaryPostdate {
  font-size: 80% /* 90% */; /* font-weight: bold; */
  margin-bottom:.5em; /* I stede for BR... */
  font-weight:normal;
  font-style:italic;
  color:gray; /* added by frol */
}

div.drift .NewsSummaryPostdate { display:none; }


.NewsSummaryLink { font-weight: bold; padding-top: 0.2em; }

.NewsSummaryCategory { font-style: italic; margin: 5px 0; }

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

.NewsSummarySummary, .NewsSummaryContent { line-height: 140%; padding-bottom:1em; }

.NewsSummarySummary p { margin-bottom:.5em; }

.drift .NewsSummarySummary p /* frol 16.04.09 */ { line-height: 160%; font-size:.9em; }

.NewsSummaryMorelink { /* padding-top: 0.5em; */ text-align:right; }
div.NewsSummaryMorelink a { text-decoration:none !important; }
div.NewsSummaryMorelink a:hover { text-decoration:underline !important; }

#NewsPostDetailDate { font-size: 90%; margin-bottom: 1em; font-weight: normal /*bold*/; color:gray; }


#NewsPostDetailSummary { line-height: 150%; padding-bottom:0; }

#NewsPostDetailCategory { font-style: italic; border-top: 1px solid #ccc; margin-top: 0.5em; padding: 0.2em 0; }

#NewsPostDetailContent { margin-bottom: 15px; line-height: 150%; }

#NewsPostDetailAuthor { padding-bottom: 1.5em; font-style: italic; }

/* to add specific style to the below divs, uncomment them. */
/* #NewsPostDetailTitle {} #NewsPostDetailHorizRule {} */

#NewsPostDetailPrintLink { padding:.2em; display:inline; }

#NewsPostDetailReturnLink { padding:.2em; display:inline; }
/* End of 'Module: Nyheder' */

