/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF;
  font-family:verdana,arial,sans-serif;
  font-size:100%;
}
a:hover{
text-decoration: none;
}
div#news h2 {
   line-height: 2em;
   background: #fff;
   font-size: 100%;
}

.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 */
    font-size: 100%;
}

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

.news a{
    text-decoration:underline;
    color: rgb(100,100,100);
}
.news a:hover{
    text-decoration:none;
}

.news p{
    text-decoration:none;
    color: rgb(100,100,100);
    font-size: 100%;
}

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    font-family:verdana,arial,sans-serif;
    font-size:100%;
    text-decoration:underline;
}

.NewsSummaryLink a {
    font-weight:bold; color: rgb(100,100,100);
    padding-top: 0.2em;
    width:190px;
    font-family:verdana,arial,sans-serif;
    font-size:100%;
    text-decoration:underline;
}
div#* .NewsSummaryLink a:hover {
    text-decoration: none;
 font-weight:bold; color: rgb(100,100,100);
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
    line-height: 140%;
    font-size: 100%;
}

.NewsSummaryMorelink {
    padding-top: 0.5em;
}

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

#NewsPostDetailSummary {
     line-height: 150%;
     font-size: 100%;
}

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

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

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


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


#NewsPostDetailTitle {
    font-family:verdana,arial,sans-serif;
    font-size:100%;
}

#NewsPostDetailHorizRule {
    font-family:verdana,arial,sans-serif;
    font-size:100%;
}

#NewsPostDetailPrintLink {
    font-family:verdana,arial,sans-serif;
    font-size:100%; 
    text-decoration:underline;
}

#NewsPostDetailPrintLink a {
    font-family:verdana,arial,sans-serif;
    font-size:100%; 
    text-decoration:underline; 
    font-weight:bold; 
    color: rgb(100,100,100);
}
#NewsPostDetailPrintLink a:hover {
    text-decoration:none; 
}

#NewsPostDetailReturnLink {
    font-family:verdana,arial,sans-serif;
    font-size:100%; 
    text-decoration:underline;
}

#NewsPostDetailReturnLink a {
    font-family:verdana,arial,sans-serif;
    font-size:100%; 
    text-decoration:underline; 
    font-weight:bold; 
    color: rgb(100,100,100);
}
#NewsPostDetailReturnLink a:hover {
    text-decoration:none; 
}
/* End of 'Module: News' */

