/* Skin backgrounds. The original markup used the deprecated `background` attribute on <td>;
   these classes reproduce it in CSS. */

/* The skin's full-height shadow columns rely on height="100%", which needs an explicit
   height chain now that the page renders in standards mode rather than quirks mode. */
html,
body {
    height: 100%;
}

body#Body {
    background-image: url('/css/FlyfotoArkivet/bgbody.gif');
}

td.ffa-shadow-left {
    background-image: url('/css/FlyfotoArkivet/venstre_skygge.gif');
}

td.ffa-shadow-right {
    background-image: url('/css/FlyfotoArkivet/hojre_skygge.gif');
}

td.ffa-banner {
    background-image: url('/css/FlyfotoArkivet/top_med_logo.gif');
}

td.ffa-tabbar {
    background-image: url('/css/FlyfotoArkivet/baggrund_til_faner.gif');
}

/* News list pagination */
.pagination .nav-bar {
    display: block;
}

.pagination .nav-bar--center {
    text-align: center;
}

.pagination .nav-link {
    display: inline-block;
    padding: 0 5px;
    font-size: 11px;
}

.pagination .nav-link--black {
    color: #036;
}

.pagination .nav-link--active {
    font-weight: bold;
}

.pagination .nav-link--disabled {
    color: #999;
}
