/* Start of CMSMS style sheet 'Module: News' */
@charset "UTF-8";
/* CSS Document */

div#news {
     font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding: 8px 0 0 0;
	}

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

.NewsSummary{
        padding: 28px 40px 0 40px;
        margin: 0px;
	color:#FFFFFF;
	font-size:11px;
        font-family:Arial, Helvetica, sans-serif;
    
}

.NewsSummaryPostdate {
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
 }

.NewsSummaryLink, .NewsSummaryLink a, .NewsSummaryLink a:hover, .NewsSummaryLink a:visited {
	font-weight: normal;
	padding-top: 0.2em;
	color: #7BA800;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
}

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

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

.NewsSummarySummary,.NewsSummarySummary p, .NewsSummaryContent {
       font-size:11px;
       color:#FFFFFF;
      line-height: 15px;
 }

.NewsSummaryMorelink, .NewsSummaryMorelink a, .NewsSummaryMorelink a:hover, .NewsSummaryMorelink a:visited {
	padding-top: 5px;
	color: #007DF0;
        text-transform:uppercase;
        text-decoration:none;
}
.NewsSummaryMorelink img{
	margin:0px 0px -3px 5px;
        border:none;
}

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

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px 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' */

