/* Start of CMSMS style sheet 'BSB: News' */
#news{
   margin: 0;
   padding: 0px 22px 30px;

}

#news_overview{
   display: block;
   height: 60px;
   width: 180px;
}

.NewsSummaryLink a{
   margin: 0;
   padding: 0;
   text-decoration: none;
   text-transform: uppercase;
   font-style: italic;
   font-weight: bold;
   font-size: 0.9em;
   color: #272070;
}

.NewsSummary{
   margin: 0 0 30px;
}

.NewsSummaryPostdate{
   font-style: italic;
   font-size: 0.9em;
   text-align: right;
}

.NewsSummaryLink a:hover{
   color: #89c436;
}

#NewsPostDetailTitle{
   margin: 10px 0 0;
   padding: 0;
   text-decoration: none;
   text-transform: uppercase;
   font-style: italic;
   font-weight: bold;
   font-size: 0.9em;
   color: #272070;
}

#NewsPostDetailSummary{
   font-weight: bold;
   margin: 5px 0;
}

#NewsPostDetailDate{
   font-style: italic;
   font-size: 0.9em;
   text-align: right;
}
/* End of 'BSB: News' */

