/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 0.5em 0 0em 0em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #ddf; 
}

div#news h2 {
   line-height: 1.4em;
   background: #fff;
}

.NewsSummary {
    padding: 0em 5px 0em; /* padding for the news article summary */
    margin: 0em 0em 1em 0em; /* margin to the bottom of the news article summary */
    border: 1px solid #ccc; 
    background: #eee
}

.NewsSummaryPostdate {
  color: #567;
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-size: 90%;
    font-weight: bold;
    padding: 1px 0.5em 1px 0.5em;
    margin-left: -5px;
    margin-right: -5px;
    background: url(uploads/images/system/submenu_select_bg.jpg) 0px 0px;
    background-repeat: repeat-x;
}

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

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0em;
}

.NewsSummarySummary, .NewsSummaryContent {
  padding-top: 0.5em;
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0em;
  font-size: 90%;
  padding-bottom: 1em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

#NewsPostDetailSummary {
   line-height: 140%;
   color: #444;
   //font-weight: bold;
}

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

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

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

#NewsPostDetailTitle {
  border-top: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 110%;
  /* background: url(uploads/images/system/submenu_select_bg.jpg) 0px 0px; */
}

#singleLineList{
  margin-bottom: 1em;
}
.singleLineListEntry{
  line-height: 1.2em;
  margin-bottom: 0;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #333;
  background-color: #888;
  //font-size: 100%;
}
.singleLineListEntry a, .singleLineListEntry a:active, .singleLineListEntry a:visited{
  color: #ddd;
  text-decoration:none;
}
.singleLineListEntry a:hover{
  color: #fff;
  text-decoration:underline;
}
#truncatedList{
  margin-bottom: 1em;
  font-size: 90%;
}
.truncatedListEntry{
  padding: 0.5em;
  border: 1px solid #bbb; 
  background: #fff url(uploads/images/system/gradient_lightBG_1x80.jpg) repeat-x 0px 0px;
  margin-bottom: 0.5em;
}

/* to add specific style to the below divs, uncomment them. */

/* 

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

