/* Start of CMSMS style sheet 'TKR Module: 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;
}

/* All %Frontpage% added by petani */

.NewsFrontpageContainer {
color: black;
background: url(uploads/images/rounded-right-gradient.png) top right no-repeat;
margin-bottom: 18px;
}

.NewsFrontpageHeadline {
margin: 0;
padding: 9px 9px 9px 9px;
background: url(uploads/images/rounded-left-gradient.png) top left no-repeat;
}

.NewsFrontpageContent {
margin: 0;
padding: 0 0 0 9px;
background: url(uploads/images/rounded-left-gradient.png) bottom left no-repeat;
}

.NewsFrontpageAuthor {
display: block;
padding-bottom: 9px;
padding-top: 9px;
font-style: italic;
}

.NewsFrontpageDate {
font-style: italic;
display: block;
padding-bottom: 18px;
padding-top: 0px;
}

.NewsFrontpageNavigation {
  font-size: 80%;
  padding-bottom: 9px;
  display: block; 
  background: url(uploads/images/rounded-right-gradient.png) bottom right no-repeat;
}

.NewsDetailListNewsItem {
  padding-bottom:9px;
  padding-top:18px;
} 

.NewsDetailListDate {
  font-style:italic;
  margin-bottom:0;
}
.NewsDetailListHeader {

}
.NewsDetailListNewsContent {
  margin-bottom:9px;
}
.NewsDetailListAuthor {
  font-style: italic;
  padding-bottom: 4px;
}


.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 */
    background: url(uploads/images/rounded-left.gif) top left no-repeat;
}

.NewsSummaryContent {
    margin: 0;
    padding: 0 0 0 9px;
    background: url(uploads/images/rounded-left.gif) bottom left no-repeat;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-size: 200%;
    font-weight: bold;
    margin: 0;
    padding: 9px 9px 0px 9px;
    background: url(uploads/images/rounded-right.gif) top right no-repeat;
}

.NewsSummaryLink#a {
    text-decoration: none;
    background-color: inherit; 
    color: #FFFFBB; 
   background: url(uploads/images/rounded-left.gif) top right no-repeat;

  
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.NewsNavigation {
  font-size: 80%;
  padding: 0 9px 0 9px;
  display: block; 
  background: url(uploads/images/rounded-right.gif) bottom right no-repeat;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsSummaryLinkId {

}

#NewFrontpageListLatest {
  list-style: none;
}


#NewFrontpageListLatestItem {
}

.NewsAllContainer {

}

.NewsAllHeadline {
padding-bottom: 5px;
}

.NewsAllContent {

}

.NewsRSSImage {
float: right;
}


.NewsRSSImageAllPage {
float:left;
padding-right:10px;
}
/* End of 'TKR Module: News' */

