/* Start of CMSMS style sheet 'Module: News' */
div#news {
  
  border: 1px solid #000; 
  background: #FFE9AF;
  font-family: "Tahoma", Arial, Times New Roman;
  font-size: 11px;
}

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

.NewsSummary {
    line-height: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #999999;
}
.NewsSummarySummary{
	padding: 0px;
}
.NewsSummarySummary p{
	margin-top: 0px;*/
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.NewsSummarySummary img{
	float: right;
	padding: 5px;
	/*padding-left: 8px;
	padding-bottom: 5px;*/
}

.NewsSummaryPostdate {
  font-size: 11px;
  margin: 4px 15px;
}

.NewsSummaryLink {
	font-size: 11px;
}
.NewsSummaryLink a {
	color: #1C1C1C;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	font-family: "Times New Roman",Times,serif;
}
.NewsSummaryLink a:hover {
	text-decoration: none;
	color: #294B5F;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 2px 0;
 }

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

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 100%;
  padding-top: 0px;
 }

.NewsSummaryMorelink {
  font-weight:bold;
  font-size: 11px; 
  color: #000000;
  margin-left: 450px; 
}
.NewsSummaryMorelink a{
	color:#000000;
	text-decoration: underline;
	color: #333;
	}
.NewsSummaryMorelink a:hover{
	text-decoration: none;
color: #294B5F;
	}
#NewsPostDetailDate {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   margin-top: 25px;
   }



#NewsPostDetailContent {
  margin-bottom: 15px;
  }
.pagecount_news{
	font-size:10px;
	padding: 5px 0px 5px 0px;
	}
.pagecount_news a{
	color: #000000;
	text-decoration: none;
	}
	.pagecount_news a:hover{
		text-decoration: underline;
		}
#NewsPostDetailPrintLink {
	width:16px;
	display:inline;
	float: right;
	}


/* to add specific style to the below divs, uncomment them. */
 
#NewsPostDetailTitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:5px;
	line-height:18px;
	}

/*#NewsPostDetailHorizRule {}

#NewsPostDetailReturnLink {}
*/

div.latest_news {
   width: 198px;
   border: 1px solid #BECC00;
   border-top: none;
   /*background: #ebedd4;*/
}

div.latest_news .more_link {
   float: right;
   font-weight: bold;
}

div.latest_news .NewsSummarySummary {
   padding: 0px 5px;
   text-align: left;
}

div.latest_news .NewsSummaryLink{
   padding: 5px 5px;
   
}

div.latest_news .NewsSummaryLink a{
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.latest_news .NewsSummaryLink a:hover{
   text-decoration: underline;
}

div.latest_news .NewsCategory {
   background: #BECC00;
   color: #FFFCFC;
   font-size: 16px;
   font-weight: bolder;
   font-style: none;
   line-height: 20px;
   padding-left: 5px;
}

div.latest_news .more_link {
   padding-right: 5px;
   padding-bottom: 5px;
}
/* End of 'Module: News' */

