/* Start of CMSMS style sheet 'Module: News' */
.NewsSummary {
    padding: 10px; /* padding for the news article summary */
    margin: 10px 0px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #fff; 
    color:#fff;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink a {
    font-weight: bold;
    color:#fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    width:100%;
    font-size:13px; 
    margin-bottom:5px;
}

.NewsSummaryLink a:hover {
    color:#999;
    border: 1px solid #fff;
    width:100%;
    font-size:13px; 
    margin-bottom:5px;
    background-color:#333;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary p, .NewsSummaryContent p {
  line-height: 120%;
  color:#fff;
  font-size:12px;
    margin-bottom:12px;
 }

.NewsSummarySummary p strong, .NewsSummaryContent p strong {
  line-height: 120%;
  color:#fff;
  font-size:12px;
font-weight:bold;
    margin-bottom:12px;
 }

.NewsSummaryMorelink a {
    font-weight: bold;
    color:#fff;
    padding: 2px 10px;
    border: 1px solid #fff;
    font-size:13px; 
    margin-bottom:5px;
}

.NewsSummaryMorelink a:hover {
    color:#999;
    border: 1px solid #fff;
    background-color:#333;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}


#NewsPostDetailPrintLink a {
    font-weight: bold;
    color:#fff;
    padding: 2px 10px;
    border: 1px solid #fff;
    font-size:11px; 
    margin-bottom:5px;
}

#NewsPostDetailPrintLink a:hover {
    color:#999;
    border: 1px solid #fff;
    font-size:11px; 
    margin-bottom:5px;
    background-color:#333;
}

#NewsPostDetailReturnLink a {
    font-weight: bold;
    color:#fff;
    padding: 2px 10px;
    border: 1px solid #fff;
    font-size:11px; 
    margin-bottom:5px;
}

#NewsPostDetailReturnLink a:hover {
    color:#999;
    border: 1px solid #fff;
    font-size:11px; 
    margin-bottom:5px;
    background-color:#333;
}

*/
/* End of 'Module: News' */

