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

div#news h3 {color:red;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    line-height: 18px;
}

.NewsSummaryPostdate {
  font-size: 95%;
 }

.NewsSummaryLink {
    text-decoration:none;
}

.NewsSummaryTitle,  .NewsSummaryLink a {
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
    color: #00517d;
    text-decoration:none;
    line-heignt: 18px;
    margin: 0;
}
}

.NewsSummaryCategory {
  font-style: italic;
 }

.NewsSummaryAuthor {
  font-style: italic;
}


.NewsSummaryMorelink {
padding-bottom: 12px;
margin-top: -5px;
margin-bottom: 10px;
}

#NewsPostDetailDate {
  font-size: 95%;
  }


#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
}

#NewsPostDetailContent p, .NewsSummarySummary p{
  line-height: 18px;
  margin-top: 0;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

#Image {margin: 0; padding: 0; overflow:hidden;}



/* End of 'Module:News' */

