/* Start of CMSMS style sheet 'News' */
.NewsSummary {
width: 225px;
margin-bottom: 10px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
background-image: url('uploads/images/NewsSummaryTop.jpg');
	background-position: center top;
	background-repeat: no-repeat;
padding: 20px 10px 10px 10px;
width: 200px;
font-weight: bold;
line-height: 120%;
}

.NewsSummarySummary, .NewsSummaryContent {
background-image: url('uploads/images/NewsSummaryContent.jpg');
	background-position: center center;
	background-repeat: repeat-y;
padding: 10px 10px 5px 10px;
width: 200px;
font-size: 14px;
line-height: 100%;
}

.NewsSummaryMorelink {
text-align: right;
padding: 5px 10px 20px 10px;
width: 200px;
	background-image: url('uploads/images/NewsSummaryBottom.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#NewsPostDetailDate {
  font-family: "Gill Sans", "Lucida Grande", Geneva, Arial, "Trebuchet MS";
  font-size: 90%;
  font-style: capital;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 100%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
font-size: 15px;
  line-height: 140%;
  }

/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {
                          font-family: "Gill Sans", "Lucida Grande", Geneva, Arial, "Trebuchet MS";}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News' */

