/* Start of CMSMS style sheet 'Module: News' */
div#news {

}

div#news2 h2 {
	line-height: 2em;
	color: #f5f5f5;
	border: none
        
}

.NewsSummary {
        clear: both;
	margin: 0 0.5em 1.5em 0em;  
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee; 
        height: 100%;
        overflow: hidden; 
}

.NewsSummaryImage {
        float: left;
        width: 70px;
}

.NewsSummaryImage img {
        padding: 3px;
        background: #FFF;
        border: 1px solid #CCC;
}

.NewsSummarySummary {
        float: left;
	padding: 0.5em 0em 0em 0em;
	margin: 0 0.5em 0em 0em;    
        width: 360px;
}

.NewsSummarySummary p {
	padding: 0em 0em 0em 0em;
        margin: 0em 0em 0.5em 0em;
color: #666;
}

.NewsSummaryPostdate {
	font-size: 8px;
	font-weight: normal;
        float: right;
        width: 60px;
        color: #333;
}

.NewsSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
        float: left;
        width: 200px;
}

.NewsSummaryLink a {
        text-decoration: none;
        color: #333;
}

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

.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {

}

.NewsSummaryMorelink a {
background: url(images/arrow_blue.gif) no-repeat center right;
padding-right: 10px;
font-size: 11px;
line-height: 11px;
}

.NewsSummaryMorelink a:hover {

}

#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	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 {
}
/* End of 'Module: News' */

