/* Start of CMSMS style sheet 'Uutiset' */
div#news {
  margin: 0px;  /* margin for the entire div surrounding the news list */
  padding-bottom: 10px;
}

div#news h2 {
   line-height: 15px;
}

.NewsSummary {
    margin: 8px 0px 0px 0px; /* margin to the bottom of the news article summary */
    border-bottom: 1px dashed #000000;
}

.NewsSummaryPostdate {
  color: #4D4E4E;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

.NewsSummaryLink {
  color: #46759F;
  font-size: 13px;
  font-weight: bold;
  padding-top: 0px;
}

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

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0px;
}

.NewsSummarySummary, .NewsSummaryContent {
  color: #4D4E4E;
}

.NewsSummaryMorelink {
  padding-top: 6px;
  padding-bottom: 12px;
}

#NewsPostDetailDate {
  margin-bottom: 5px;
  font-weight: bold;
}

#NewsPostDetailSummary {
}

#NewsPostDetailCategory {
}

#NewsPostDetailContent {
  margin-bottom: 15px;
}

#NewsPostDetailAuthor {
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Uutiset' */

