/* Start of CMSMS style sheet 'Module: News' */
div#news {
  width: 220px;
margin: 0px;
padding: 0px;
}

div#news h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight:bold;
   margin: 0px;
   padding: 5px 0px 5px 0px;
   line-height: 16px;
  color: #FFB305;
}

.NewsSummary {
    padding: 0px 0px 10px 0px; /* padding for the news article summary */
    margin: 0px; /* margin to the bottom of the news article summary */
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;

}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
  font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
}
.NewsSummaryLink a:link, .NewsSummaryLink a:visited{
  font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
    font-weight: bold;


} 
.NewsSummaryLink a:hover{
  font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
    font-weight: bold;


} 


.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 18px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;

 }

.NewsSummaryMorelink {
  padding-top: 3px;

}
.NewsSummaryMorelink a:link, .NewsSummaryMorelink a:visited{
    font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
  color: #FFB305;
   text-decoration: none;
}
.NewsSummaryMorelink a:hover{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
  color: #FFB305;
   text-decoration: underline;
}

#NewsPostDetailDate {
    font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 

   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

.NewItems{
padding-bottom: 15px;

}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

