/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0px;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0px; /* padding for the news article summary */
    margin: 0px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #E52032; 

}

.NewsSummary table  {
border-collapse: collapse;
}
.NewsSummaryPostdate {
  font-weight: normal;
  background: #F2F4F6;
  padding: 4px 4px 4px 10px;
margin: 0px;
 }

.NewsSummaryDate {
    margin: 0px;
    padding: 0px;
}

.NewsSummaryLink {
font-size: 1.2em;
font-weight: bold;
  margin: 6px 4px 6px 10px;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
margin: 6px 4px 2px 10px;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 100%;
  font-weight: normal;
  background: #F2F4F6;
  padding: 4px 4px 4px 10px;
margin: 0px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin: 0px;
padding: 0px 10px 10px 10px;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
#NewsPostDetailReturnLink {
font-family: Geneva;
font-size: 1.3em;
display: block;
margin-top: -20px;
margin-bottom: 20px;
}

#NewsPostDetailReturnLink a:hover {
text-decoration: none;
border: none;
}
/* to add specific style to the below divs, uncomment them. */

/*
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

