/* Start of CMSMS style sheet 'Module: News' */
.short-summary {
  height:50px;
  overflow:hidden;
  margin:0 0 10px 0;
}

div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
      margin: 15px  20px 10px;
    padding:0 0.5em 1em 0;
}

.NewsSummaryPostdate {
  font-size: 10px;
  font-weight: bold;
  color: #4c4c4c;
  border-bottom:1px solid #4f4f4f;
  margin: 0 0 10px;
 }

.NewsSummaryLink {
    font-size:14px;
    font-weight:bold;
    margin:3px 0 0;
    padding-top:0.2em;
}

.NewsSummaryLink a {
    color: #212121;
  text-decoration:none;
}

.NewsSummaryLink a:hover {
  text-decoration:underline;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  font-size:13px;
  margin: 10px 0 0 0;
 }

.NewsSummaryMorelink {
  padding: 0.5em 0 0.5em 0;
  font-size:13px;
}

.NewsSummaryMorelink a {
  color: #630d0e;
  text-decoration:none;
}

.NewsSummaryMorelink a:hover {
  text-decoration:underline;
}

#NewsPostDetailDate {
  font-size: 10px;
  font-weight: bold;
  color: #4c4c4c;
  border-bottom:1px solid #4f4f4f;
  margin: 15px  20px 10px;
  }

#NewsPostDetailSummary {
   line-height: 150%;
  font-size:13px;
  margin:0.6em 1.5em 0;
   }

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

#NewsPostDetailContent {
  margin:0 1.5em 15px;
  line-height: 130%;
  font-size:13px;
  }

#NewsPostDetailAuthor {

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


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


#NewsPostDetailTitle {
    font-size:14px;
    font-weight:bold;
    margin:.3em 1.5em .6em;
    padding-top:0.2em;
    color:#212121;
}

#NewsPostDetailHorizRule {
  margin:0 1.5em 0 1.5em;
}

#NewsPostDetailPrintLink {
margin:0 1.5em;
font-size:13px;
}

#NewsPostDetailPrintLink a{
color: #630d0e;
text-decoration:none;
}

#NewsPostDetailPrintLink a:hover{
text-decoration:underline;
}

#NewsPostDetailReturnLink {
margin:.5em 1.5em 1em;
font-size:13px;
}

#NewsPostDetailReturnLink a{
color: #630d0e;
text-decoration:none;
}

#NewsPostDetailReturnLink a:hover{
text-decoration:underline;
}

/* End of 'Module: News' */

