/* Start of CMSMS style sheet 'Module: News' */
/********************* Begin CSS for the News Module *********************/
div#news h2 {
   line-height: 2em;
   background: #fff;
}

/**********header**********/
.NewsHeader{
  /*background-color:#389C00;*/
  /*background-image: url('http://www.avspartacus.nl/uploads/images/greenbar1px.jpg');*/
  padding: 2px 0px 3px 10px; 
  /*border-bottom: 1px solid #909090;*/
  /*color:white;*/
  background-color: #9acd32;
  border: 1px solid gray;
}

/**********footer**********/
.NewsFooter{
  padding: 0.3em 0.5em 0.3em 0.5em; 
  border-top: 1px solid #909090;	 
}
.NewsSummaryFooter{    
  font-weight: bold;
}
.NewsSummaryAuthor {
  font-weight: bold;
  width:200px;
  margin-left:70px;
}
.NewsSummaryPostdate {
  float:left;
  width:70px;
  font-size: 90%;
  font-weight: bold;
}

/**********content**********/
.NewsSummary {
  background-color: #ffffff;
  margin: 0 0 10px 0;
  border: 1px solid gray;
  padding: 5px;
  /*border-left: 2px solid #389C00;
  border-right: 2px solid #389C00;
  border-bottom: 2px solid #389C00;*/
}
.NewsSummaryLink {
  /*width:240px;
  margin-left:130px;*/
  padding: 0 0 1px 0;
  /*border-bottom:1px dotted #999999; */
  font-weight: bold;
  font-size: 160%;
  color: #006400;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
}
.NewsSummaryContent {
  /*border-bottom: 2px solid #389C00;*/
}
.NewsSummaryContent img, .NewsSummarySummary img{
  border:1px solid gray;  
  padding: 2px;
  margin: 5px 0 5px 7px;
  float: right;
}
.NewsSummarySummary, .NewsSummaryContent {
  line-height:1.5em;
  text-align: justify;
  padding: 10px 0 10px 0;
  overflow:hidden;
 }
.NewsSummaryMorelink {
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}
#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
}
#NewsPostDetailSummary {
   line-height: 150%;
}

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}

/***********************Latest Verslagen*******************/
.NewsSummary_l{
  margin-bottom:5px;
}
.NewsSummaryTitle_l{
}
.NewsSummaryPostdate_l{
  padding-left:10px;
  color:#000080;
}

/********************* End CSS for News Module *********************/
/* End of 'Module: News' */

