/* Start of CMSMS style sheet 'Module: News' */
div#news {
   margin: 0;
   padding: 0 10px 10px;
   background: url(uploads/images/layout/news_bottom.jpg) no-repeat left bottom;
}


.NewsSummary {
	padding: 0.5em 0.5em 1em;
	margin: 0 0.5em 1em 0.5em;
}

#main .NewsSummary{
	padding: 0.5em 0 1em;
	margin: 0 0 1em;
}

.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
        padding: 5px 0 0;
}
.NewsSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
}
.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
}
.NewsSummaryMorelink {
        float: right;
        padding: 5px 0 0;
}

.NewsSummaryMorelink a{
   padding: 0 0 0 25px;
   background: url(uploads/images/style/link.png) left center no-repeat transparent;
   font-size: 0.9em;
   color: #888;
}

.block a:hover{
   background: url(uploads/images/style/link_hover.png) left center no-repeat transparent;
   color: #888;
}
#NewsPostDetailDate {
	font-size: 90%;
	margin-bottom: 10px;
	font-weight: bold;
        text-align: right;
}
#NewsPostDetailSummary {
	line-height: 150%;
}
#NewsPostDetailCategory {
	display: none;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
	line-height: 150%;
}
#NewsPostDetailAuthor {
	display: none;
}



#NewsPostDetailTitle {
        color: #01448a;
        font-weight: bold;
}

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

