/* Start of CMSMS style sheet 'Module: News' */
.NewsSummary {
        font-size:10px;
        margin: 10px 0px 20px 0px;
}
.NewsSummaryPostdate {
        font-size: 9px;
	font-weight: bold;
        color:#999;
}
.NewsSummaryLink a {
       font-size:10px;
         color:#333;
       font-weight: bold;
       text-transform: uppercase;
}

.NewsSummarySummary, .NewsSummaryContent {
        margin-top:10px;
	
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
	font-size: 9px;
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
.NewsSummaryExtra {
     margin: 5px 0px 20px 0px;
}
/* End of 'Module: News' */

