/* Start of CMSMS style sheet 'Module: News' */
div#news {
width:180px,
margin: 0px;  /* margin for the entire div surrounding the news list */

 }

div#news h2 {
color: #333;
font-size:11px;
padding: 10px 0px 10px 0px;
border-bottom: 3px double #fff;
text-align:center;
}

.NewsSummary {
    padding: 0.3em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 10px;
  font-weight: bold;
color:#333;
margin-bottom:8px;

 }

.NewsSummaryLink a {
    font-weight: bold;
    padding-top: 0.2em;
    color: #12237D;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 10px;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 1.4em;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 11px;
  margin: 0 0 5px 10px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
  line-height: 1.4em;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin: 5px  0 15px 10px;
}

#NewsPostDetailContent {
  margin: 0  0 15px 10px;
  line-height: 1.4em;
  }

#NewsPostDetailAuthor {

  margin: 0 0 10px 10px;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */


#NewsPostDetailTitle {
margin: 0 0 5px 10px;}
#NewsPostDetailHorizRule {
 margin: 0 0 5px 10px;}
#NewsPostDetailPrintLink {
 margin: 0 0 5px 10px;}
#NewsPostDetailReturnLink {
 margin: 0 0 5px 10px;}

/* End of 'Module: News' */

