/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: -2em 0 1em 0em;  
  background: #f5f5f5;
  font-size:11px;
  
}

div#news h2 {
   line-height: 2em;
   background: #fff;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-weight:normal;
}

.panel {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.2em 0.2em 0.2em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #eee;
	font-size:11px;
}
.panel2 {
	display:block;
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.2em 0.2em 0.2em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #eee;
	font-size:11px;
	width:740px;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

div#news h3 {
    font-weight: bold;
    padding-top: 0px;
}
div#news h3 a{
    font-weight: bold;
    padding-top: 0px;
	font-size:10px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  display:none;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  display:none;
}

.NewsSummarySummary, .NewsSummaryContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  /*line-height: 140%;*/
  text-align:justify;
  font-size:10px;
 }
 
.NewsSummarySummary img, .NewsSummaryContent img{
	float:left;
	margin:5px 5px 5px 0px;
	border: 1px solid #ccc;
	width:60px;
	
 }
.panel2 .NewsSummarySummary img, .NewsSummaryContent img{
	float:left;
	margin:5px 5px 5px 0px;
	border: 1px solid #ccc;
	width:auto;
	
 }
.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-top: 2px;
  margin-bottom: 5px;
  font-weight: normal;
  color:#999999;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   font-size:10px;
   }
#NewsPostDetailSummary img{
	display:block;
	float:right;
	width:50px;
	margin: -25px 0px 10px 10px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
  color:#ccc;
  font-size:11px;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
	display:none;

  padding-bottom: 1.5em;
  font-style: italic;
}


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


#NewsPostDetailTitle {
	margin:5px 0px;
}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}

/* End of 'Module: News' */
