/* Start of CMSMS style sheet 'News' */
div#news {
  margin:0 5em 0 1.5em; /* margin for the entire div surrounding the news list */
  border: 0px solid #000; 
padding-top:1em;
}

div#news h2 {
   margin: 0em 0 0em 10px;
   line-height: 0em;
   display: none;
}

.NewsSummary {
    padding:0 0 20px;   /* padding for the news article summary */
    margin: 0px 5px 0px 2px;   /* margin to the bottom of the news article summary */
    border-bottom: 0px dotted #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
  margin: 7px 0;
font-size: 12px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
font-size:10px;
line-height:145%;
}

.NewsSummaryMorelink {
margin-bottom:10px;
margin-top:-11px;
}

.NewsSummaryMorelink a {
color:#000000;
font-weight:bold;
padding-top:0;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  display:none;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
  display:none;
}

#NewsPostDetailContent {
  margin-bottom: 5px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  display:none;
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle {
    font-weight: bold;
    padding-top: 0.2em;
  margin: 7px 0;
}

#NewsPostDetailPrintLink {margin-bottom:5px;}
#NewsPostDetailPrintLink a {font-size:11px;color:#000000;}
#NewsPostDetailReturnLink {margin-bottom:20px;}
#NewsPostDetailReturnLink a {font-size:11px;color:#000000;}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
*/
/* End of 'News' */

