/* 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: #FFE9AF; 
  font-size: small;
}

div#news h2 {
   font-size: small;
   line-height: 2em;
   background: #fff;
}

.HR {
    height:10px;
    width:100%;
    background:#446791;
    margin: 0px 0px 0px 0px;  
   }

.NewsSummary {
       border-bottom: 1px solid #ccc; 
margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */

 }

.NewsSummaryPostdate {
  font-size: 100%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-family :  Tahoma, Arial, sans-serif ;
  font-size : x-small;
  color: rgb(111, 111, 111);
 }

.NewsSummaryAuthor {
  font-style: italic;
  font-size: x-small;
  font-family :  Tahoma, Arial, sans-serif ;
  color: rgb(111, 111, 111);
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 130%;
  font size: med;
 }

.NewsSummaryMorelink {
  padding-top: 0.0em;
}

.NewsPostDetailTitle {
 font-size: medium;
 font-family :  Tahoma, Arial, sans-serif ;
 font-weight: bold;
 }

.NewsColumnName {
 font-size: medium;
 color: blue;
}

.NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

.NewsPostDetailSummary {
   line-height: 100%;
   font size: small;
   }

.NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.0em;
  }


.NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

