/* Start of CMSMS style sheet 'News' */
div#news {
  margin: 2em 0 1em 0em;  /* margin for the entire div surrounding the news list */
  border: 0; 
  background: #FFFFFF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 0em 0em; /* padding for the news article summary */
    margin: 0 0.5em 0.7em 0em; /* margin to the bottom of the news article summary */ 
}

.NewsSummaryPostdate {
    color: #999999;
    line-height: 17px;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-bottom: 1.2em;
}
.NewsSummaryLink a:link {
    color: #28A3DA;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
}
.NewsSummaryLink a:active {
    color: #28A3DA;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
}
.NewsSummaryLink a:visited {
    color: #28A3DA;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
}
.NewsSummaryLink a:hover {
    color: #99CC00;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink a:link {
  color: #28A3DA;
  text-decoration: none;
}
.NewsSummaryMorelink a:active {
  color: #28A3DA;
  text-decoration: none;
}
.NewsSummaryMorelink a:visited {
  color: #28A3DA;
  text-decoration: none;
}
.NewsSummaryMorelink a:hover {
  color: #99CC00;
  text-decoration: none;
}

#NewsPostDetailDate {
    color: #999999;
    line-height: 17px;
    margin-bottom: 15px;
  }

#NewsPostDetailSummary {
   line-height: 17px;
   margin-bottom: 10px;
   }

#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;
}
#NewsPostDetailTitle {
    color: #28A3DA;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 6px;
}
#NewsPostDetailReturnLink {
    margin-bottom: 15px;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/
/* End of 'News' */

