/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0px 0px 0px 0px;  /* margin for the entire div surrounding the news list */
  padding: 0px 0px 0px 0px;
  line-height: 0px;
  background: #fff;

}

div#news h2 {
        color: #333;
        background-color: #f0f0f0; 
	font-size: 13px;
        font-weight: bold;
	text-align: left; 
/* some air around the text */
	padding: 10px 10px 10px 10px;
/* set borders around header */
	border-bottom: 1px dotted #4c4d4e;
}

.NewsSummary {
    margin: 0px 0px 0px 0px;
    padding: 10px10px 10px 10px;
    line-height: 14px; 

}

.NewsSummaryPostdate {
    display: none;
}

.NewsSummaryLink {
    font-weight: bold;
    padding: 0px 10px 10px 0px;
   
}

.NewsSummaryCategory {
    display: none;
 }

.NewsSummaryAuthor {
  display: none;
}

.NewsSummarySummary,  {
  line-height: 0px;
  padding: 5px 0px 5px 5px;
 }

.NewsSummaryContent,  {
  line-height: 0px;
  padding: 5px 5px 5px 5px;
 }

#NewsPostDetailDate {
  font-size: 100%;
  padding: 0px 0px 10px 0px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   display: none;
   }

#NewsPostDetailCategory {
   display: none;
}

#NewsPostDetailContent {
  margin-bottom: 10px 10px 10px 10px;
  line-height: 20px;
  }

#NewsPostDetailAuthor {
  display: none;
}





#NewsPostDetailTitle {
   display: none;}
#NewsPostDetailHorizRule {
   display: none;}
#NewsPostDetailPrintLink {
   display: none;}
#NewsPostDetailReturnLink {
   display: none;}

/* End of 'Module: News' */

