/* Start of CMSMS style sheet 'up-portal : News' */
div#news {
  margin: 0em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #333; 
  background: #fff; 
}

div#news h2 {
   line-height: 0em;
   background: #fff;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px dotted #0000cc; 
  margin-bottom: 0.4em;
}

.NewsSummaryPostdate {color:#666;
  font-size: 100%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0;
}

.NewsSummaryCategory {color:#666;
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {color:#666;
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary{
  font-size: 12px;
  line-height: 16px;
 }

.NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 0.5em;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 0px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {  border-top: 1px solid #ccc;  padding: 1.2em 0;
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailHorizRule {color:#333399;}
/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}

#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'up-portal : News' */

