/* Start of CMSMS style sheet 'GX-NEWS' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000000; 
  background: #fdf0cc; 
}

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

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #000000; 

}
.NewsSummary-color {
     padding: 0.5em 0.5em 1em; /* padding for the news article summary */
     margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
      background-image: url(images/box/tabel-center.gif);
    border-bottom: 2px solid #E20202; 
    border-top: 2px solid #919191; 
}

.NewsSummary2 {
    padding: 0.5em 0em 0em; /* padding for the news article summary */
    margin: 0 0em 0.3em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #000000; 


}

.NewsSummary3 {
    padding: 0em 0em 0em; /* padding for the news article summary */
    margin: 0 0em 0.3em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #000000; 

}
.line {
border-top: 1px solid #000000;
}

.NewsSummaryPostdate {
  font-size: 65%;
  font-weight: bold;
 }

.NewsSummaryLink {  
  font-size: 90%;
   line-height: 1.5em;
    font-weight: bold ;
    padding-top: 0.2em;
}


.NewsSummaryPostdate2 {
  font-size: 65%;
background: #FFE9AF; 
 }

.NewsSummaryLink2 {
  font-size: 80%;
   line-height: 2em;
    padding-top: 0.2em;
background: #FFE9AF; 
}


.NewsSummaryPostdate3 {
  font-size: 65%;
  font-weight: bold;
 }

.NewsSummaryLink3 {
  font-size: 80%;
   line-height: 2em;
    padding-top: 0.2em;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 90%;
  line-height: 120%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
  font-size: 85%;
}

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

#NewsPostDetailSummary {
  font-size: 95%;
  line-height: 120%;
   }

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

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

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


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

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/














/* End of 'GX-NEWS' */

