/* Start of CMSMS style sheet 'Fleet Team Booking News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

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

.NewsSummary {
    padding: 5px 10px 5px 10px; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border: 1px solid #6BC3DC;
    background-image: url(http://www.fleetteambooking.com/global/images/ftb_bg.png);
}

.NewsSummary img{
    padding: 5px;
}

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

.NewsSummaryContent {
   font-size: 12px;
   color: #333;
}

.NewsSummaryContent a, .NewsSummaryContent a:active, .NewsSummaryContent a:visited{
    color: black;
    text-decoration: underline;
}

.NewsSummaryContent a:hover{
    color: #FF00FF;
    background: black;
    text-decoration: none;
}

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    font-size: 22px;
}

.NewsSummaryLink a, .NewsSummaryLink a:active, .NewsSummaryLink a:visited{
    color: white;
    text-decoration: none;
}

.NewsSummaryLink a:hover{
    color: magenta;
    text-decoration: none;
}

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

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

.NewsSummarySummary, .NewsSummaryContent {
    line-height: 125%;
 }

.NewsSummarySummary {
   font-size: 12px;
   color: #333;
}

.NewsSummaryMorelink {
  padding-top: 20px;
}

.NewsSummaryPageSelect {
    margin-left: 30px;
    margin-bottom: 10px;
}

#NewsPostDetailTitle {
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin: 20px 0 5px 30px;
}

#NewsPostDetailDate {
  font-size: 16px;
  margin: 0 0 5px 30px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   margin: 20px 30px 0 30px;
   line-height: 150%;
   font-size: 14px;
   color: #333;
   }

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

#NewsPostDetailContent {
  margin: 15px 30px 30px 30px;
  line-height: 150%;
  font-size: 14px;
  color: #333;
}

#NewsPostDetailReturnLink {
  margin: 50px 0 20px 30px;
  color: #333;
  font-size: 16px;
}

#NewsPostDetailAuthor {

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


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

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/
/* End of 'Fleet Team Booking News' */

