/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 15px 5px 25px 0px;  /* margin for the entire div surrounding the news list */
  border: 0; 
  font-size:12px;
}

div#news h2 {
   font-size: 21px;
   color: #fff;
   width: 62px;
   height: 65px;
   background: #a7a9ac;
}

.blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

.NewsSummary {
    padding: 0.5em 0em 0em; /* padding for the news article summary */
    margin: 0 0.5em 0.8em 0em; /* margin to the bottom of the news article summary */
}

.NewsSummaryPostdate {
  font-size: 12px;
  color:#666;
 }

.NewsSummaryLink a {
    font-size: 12px;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
display:none;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
display:none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
display:none;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
display:none;
}

.NewsDetailField {
padding-bottom:15px;
border:2px;
}

#NewsPostDetailDate {
font-size:0.81em;
font-weight:bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }


#NewsPostDetailCategory {
  display:none;
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  padding-left:2px;
  }

#NewsPostDetailAuthor {
  display:none;
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailPrintLink {
  display:none;
}

#NewsPostDetailReturnLink a {
padding-top:5px;
font-size:0.81em;
color:#999;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
*/
/* End of 'Module: News' */

