/* Start of CMSMS style sheet 'Module: News' */
div#newsHeader {
    background-image: url('images/cms/bar_category_news_top.gif');
    height: 40px;
}

div#newsHomeHeader {
    background-image: url('images/cms/bar_news_top.gif');
    height: 40px;
}

div#newsFooter, div#newsHomeFooter {
    background-image: url('images/cms/bar_news_bottom.gif');
    height: 20px;
}

div#news, div#newsHome, div#interviews, div#interviewsHome, div#reviews, div#reviewsHome, div#reports, div#reportsHome, div#bands {
    width: 586px;
    padding: 5px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

div#reviewsHome {
    height: 60px;
}

div#interviewsHeader {
    background-image: url('images/cms/bar_category_interviews_top.gif');
    height: 40px;
}

div#interviewsHomeHeader {
    background-image: url('images/cms/bar_interviews_top.gif');
    height: 40px;
}

div#interviewsFooter, div#interviewsHomeFooter {
    background-image: url('images/cms/bar_interviews_bottom.gif');
    height: 20px;
}

div#reviewsHeader {
    background-image: url('images/cms/bar_category_reviews_top.gif');
    height: 40px;
}

div#reviewsHomeHeader {
    background-image: url('images/cms/bar_reviews_top.gif');
    height: 40px;
}

div#reviewsFooter, div#reviewsHomeFooter {
    background-image: url('images/cms/bar_reviews_bottom.gif');
    height: 20px;
}

div#reportsHeader {
    background-image: url('images/cms/bar_category_reports_top.gif');
    height: 40px;
}

div#reportsHomeHeader {
    background-image: url('images/cms/bar_reports_top.gif');
    height: 40px;
}

div#reportsFooter, div#reportsHomeFooter {
    background-image: url('images/cms/bar_reports_bottom.gif');
    height: 20px;
}

div#bandsHeader {
    background-image: url('images/cms/bar_category_bands_top.gif');
    height: 40px;
}

div#bandsFooter {
    background-image: url('images/cms/bar_bands_bottom.gif');
    height: 20px;
}

.newsSummaryContainer {
    clear: both;
}

.newsSummarySeparator {
    margin-top: 10px;
}

.newsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.newsSummaryLink a {
    color: #000000 !important;
}

.newsSummaryTable {
    padding: 0;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

.newsSummary {
    line-height: 140%;
}

.reviewsSummaryContainer {
    float: left;
    width: 60px;
    height: 60px;
}

.reviewsSummarySeparator {
    padding-left: 5px;
}

.reviewsSummary {
    width: 60px;
    height: 60px;
}

.bandsSummaryContainer {
    clear: both;
}

.bandsSummarySeparator {
    margin-top: 10px;
}

.bandsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.bandsSummaryLink a {
    color: #000000 !important;
    margin: 5px;
}

.bandsSummary {
    line-height: 140%;
    padding: 5px;
}

#newsDetailContent {
    line-height: 140%;
}

#newsDetailInfo {
    font-style: italic;
}

.newsDetailSeparator {
    margin: 10px 0;
    border-top: 1px solid #000000;
}

.newsDetailTable {
    padding: 0;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

div#newsPaginationContainer {
    clear: both;
}

div#newsPagination {
    height: 20px;
    padding: 5px;
    text-align: center;
}
/* End of 'Module: News' */

