/* Start of CMSMS style sheet 'Module: News' */
div#news {}

.NewsSummary {
    padding: 5px; /* padding for the news article summary */
    margin-bottom: 5px; /* margin to the bottom of the news article summary */
    border-right: 0px solid #D9A22B; 
    border-bottom: 0px solid #D9A22B;
    background-image:url(images/parentmenubg.jpg);
    backround-position:right;
}

.NewsSummaryContent a {color: #edcc49 !important;}
.NewsSummaryContent a:hover {color: red !important;}

.NewsSummaryPostdate {
  font-size: 10pt;
  font-weight: bold;
  width:98%;
  color: #d7ceac;
 }

.NewsSummaryLink a {
    font-weight: bold;
    font-size:8pt;
    color:#DE8C42 !important;
}

a.NewsSummaryLink:hover {
color: #feea9c;}

.NewsSummaryCategory {
  font-style: italic;
  font-weight:bold;
  font-size:8pt;
  width: 100%;
  color: #5A4014;
  background-color:;
  border-bottom:1px dashed #5A4014;
  margin-bottom:1px;
   
 }

.NewsSummaryAuthor {
  font-style: italic;
}

.NewsSummarySummary, .NewsSummaryContent {
margin-top:0px;
color: #FFFFFF;
font-size:8pt;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
  color:#edcc49;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  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 {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

