/* Start of CMSMS style sheet 'Module: News' */
/*
div#news {
  margin: 2em 0 1em 0;  /* 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: 0.5em 0.5em 1em 0; /* padding for the news article summary */
    margin: 0 0.5em .5em 0.5em; /* margin to the bottom of the news article summary */
}

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryLink a:link, .NewsSummaryLink a:visited {
    font: bold 1em Verdana,Geneva,Arial,Helvetica,sans-serif;
    color: #630;
    padding: .3em 0 0 0;
    text-decoration: none;
}

.NewsSummaryLink a:hover, .NewsSummaryLink a:active {
    text-decoration: underline;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  float: right;
}

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailContent {
  margin: 10px 0 15px 0;
  line-height: 150%;
  }


#NewsPostDetailReturnLink { float: right; }

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
*/
/* End of 'Module: News' */

