/* Start of CMSMS style sheet 'Module: News' */
.NewsSummary {
   padding-bottom: 1em;
padding-top: 1em;
    border-bottom: 1px solid #DE6B1A; /*orange*/
}

.NewsSummaryPostdate {
  font-size: 11px;
 }

.NewsSummaryLink {
    font-weight: bold;
    font-size: 14px;
    margin: 3px 0 6px 0;
}

div#main3 .NewsSummaryLink a{
   color: #ffc54d; /*yellow*/
   text-decoration: none;
}

div#main3 .NewsSummaryLink a:hover  {
   color:#FF8834; /*orange*/
}

.NewsSummaryMorelink{
font-size: 11px;
margin-top: 4px;
}

div#main3 .NewsSummaryMorelink a{
   font-size: 11px;
   color: #ffc54d; /*yellow*/
   text-decoration: none;
   font-weight:normal;
}
div#main3 .NewsSummaryMorelink a:hover{
   color:#FF8834; /*orange*/
}



/********* detail styles********/

#NewsPostDetailDate {
  font-size: 11px;
  }

h3#NewsPostDetailTitle {
    font-weight: bold;
    font-size: 16px;
    margin: 3px 0 6px 0;
   color: #ffc54d; /*yellow*/
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  }


#NewsPostDetailPrintLink, #NewsPostDetailReturnLink{
font-size: 11px;
margin-top: 4px;
}

div#main3 #NewsPostDetailPrintLink a, div#main3 #NewsPostDetailReturnLink a{
   font-size: 11px;
   color: #ffc54d; /*yellow*/
   text-decoration: none;
   font-weight:normal;
}
div#main3 #NewsPostDetailPrintLink a:hover, div#main3 #NewsPostDetailReturnLink a:hover{
   color:#FF8834; /*orange*/
}




/******** not using these ********/

/*
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 } 
#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}
#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}
.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}


#NewsPostDetailHorizRule {}

*/
/* End of 'Module: News' */

