/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
/*  border: 1px solid #000; */
  background: #e2deff; 
}

div#news h2 {
/*   line-height: 2em;*/ color: #ffffaa;  border: 0px solid #000000; margin: 0px;
/*   background: #fff; */ padding: 4px 14px;
}

div#news p#page
{  padding: 0em 14px 0px 14px; margin-bottom: 5px; color: #dddd88; font-size: 0.9em;
    text-align: right;
}

div#news p#page a, div#news p#page a:visited
{  color: #dddd88;
}

.NewsSummary {
    padding: 0px 14px; /* 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 #ffffaa;*/ color: #ffffff;
}

.NewsSummaryPostdate {
  font-size: 60%;
  font-weight: bold; color: #ccccff; border-top: solid 1px #bbbbdd; padding-top: 4px;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding: 1px 0px 6px 0px;
}

.NewsSummaryLink a, .NewsSummaryLink a:visited
{  color: #ff8888;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 120%; font-size: 0.9em;
 }

.NewsSummaryContent p
{  margin: 0; padding-bottom: 1.5em;
}

.NewsSummaryMorelink {
  padding-top: 0.5em; padding-bottom: 0.8em; font-size: 0.8em;
}

.NewsSummaryMorelink a, .NewsSummaryMorelink a:visited
{  color: #cccccc;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#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 {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

