/* Start of CMSMS style sheet 'Module: News' */
div#news {
  width: 353px;
  border: 1px solid #00237a; 
  background: #ffffff; 
}

div#news h2 {
   line-height: 2em;
   background: #00237a;
   color: #FFFFFF;
   padding-left: 10px;
}

.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 */ 
}

.NewsSummaryPostdate {
   font-weight: bold;
   color: #00237a;
  margin-top: 5px;
  margin-bottom: 5px;
 }

.NewsSummaryLink a {
   padding-top: 0.2em;
   color: #990000;
   text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.NewsSummaryLink a:hover {
    padding-top: 0.2em;
   color: #f4d41a;
   text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
 /*  margin-top: 5px; */
  margin-bottom: 5px;
  line-height: 140%;
 }

.NewsSummarySummary p {
margin: 0 0 0 .5em;
}

.NewsSummaryMorelink {
/*  padding-top: 10px; */
}

#NewsPostDetailDate {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
   padding-left: 10px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
  margin-top: 5px;
  margin-bottom: 5px;
   padding-left: 10px;
   }

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

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  margin-top: 5px;
  margin-bottom: 5px;
   padding-left: 10px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle {
   color: #990000;
  margin-top: 5px;
  margin-bottom: 5px;
   padding-left: 10px;
}

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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

