/* 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; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0em 0em 0.5em 0; /* padding for the news article summary */
    margin: 0 ; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #999; 
}

.NewsSummaryPostdate {
  font-size: 9px;
 margin:5px 0 3px 0;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding: 0.2em 0 0.8em 0;
	color: #FF7800;
}
.NewsSummaryLink a{
	color: #FF7800;
}
.NewsSummaryLink a:hover{
	color: #D64800;
}

.NewsSummaryCategory {
  font-style: italic;

line-height:0;
padding:2px  0;

 font-size: 90%;
 }

.NewsSummaryAuthor {
  font-style: italic;
 font-size: 90%;
  padding: 0;
margin: 0 0 5px 0;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
font-size:11px;
  padding-top: 0em;
}


#NewsPostDetailDate {
  font-size: 9px;
padding:0;
  margin-top: 12px; 
}
#NewsPostDetailTitle {
color:#000;
font-size:20px;
   line-height: 20px;
padding:6px 0 6px 0;
margin:0;
}

#NewsPostDetailSummary {

   line-height: 150%;
padding-top:2px;
   }
h3 #NewsPostDetailSummary {
color:#000;
   line-height: 150%;
padding-top:2px;
   }

#NewsPostDetailCategory {
font-size: 10px;
  font-style: italic;
  border-top: 1px solid #999;
  margin-top: 0.2em;
  padding: 0.2em 0 0 0;
}
#NewsPostDetailAuthor {
font-size: 80%;
  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  }
#NewsPostDetailContent p{
  margin: 0 0 5px 0;
padding:0 0 0px 0;
  line-height: 150%;
  }




/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

