/* Start of CMSMS style sheet 'Module: News' */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
        width: 324px;
        height: 200px;
        float: left;
        clear: none;
	padding: 0em 0em 1em 0.5em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border: 1px solid #FF0000;
	background: url(uploads/ngrey/newsgrad.png) repeat-x left bottom;
        
}
.NewsSummary img {
        padding: 0 10px 10px 0;
        float: left;
}

.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
        color: #7C848A;
        padding-top: 0.5em;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
        color: #7C848A;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
        padding-right: 10px;
}
.NewsSummaryMorelink {
	width: 100px;
        height: 20px;
        padding-left: 25px;
        padding-top: 5px;
        float: right;
        background: url(uploads/ngrey/leesmeer.png) no-repeat right top;
        color: #FFF;
}
.NewsSummaryMorelink a {
       color: #FFF;        
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
        color: #7C848A;
}
#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%;
}
#NewsPostDetailContent img{
	padding-right: 15px;
}
#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 {
}

/*========css voor oudere nieuwsberichten=========*/

.NewsSummaryOud {
/* padding for the news article summary */
        width: 400px;
        height: 10px;
        float: left;
        clear: none;
	padding: 0em 0em 1em 0.5em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 0 0.5em;
	border-bottom: 1px solid #FF0000;
        
}
.NewsSummaryPostdateOud {
/* smaller than default text size */
        font-size: 90%;
        width: 80px;
        float: left;
/* bold to set it off from text */
	font-weight: lighter;
        color: #000;
        padding-top: 0.75em;
}
.NewsSummaryLinkOud {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
        padding-top: 0.5em;
}
.NewsSummaryCategoryOud {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthorOud {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
        color: #7C848A;
}
.NewsSummarySummaryOud, .NewsSummaryContentOud {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelinkOud {
	width: 100px;
        height: 20px;
        padding-left: 25px;
        padding-top: 5px;
        float: right;
        background: url(uploads/ngrey/leesmeer.png) no-repeat right top;
        color: #FFF;
}
.NewsSummaryMorelinkOud a {
       color: #FFF;        
}
#NewsPostDetailDateOud {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
        color: #7C848A;
}
#NewsPostDetailSummaryOud {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategoryOud {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContentOud {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthorOud {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}

/* =====afgelastingen====*/

.NewsSummaryAf {
/* padding for the news article summary */
        float: left;
        clear: none;
        
}
.NewsSummarySummaryAf .NewsSummaryContentAf {
/* larger than default text */
	color: #fff;
}

/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitleOud  {
}
#NewsPostDetailHorizRuleOud {
}
#NewsPostDetailPrintLinkOud {
}
#NewsPostDetailReturnLinkOud {
}
/* End of 'Module: News' */

