/* Presentations Views */

div.views-presentations {
    margin : 2px 0px 0px 0px;
    padding : 0px 5px 0px 5px;
    border: 1px solid #ffffff;
}

div.views-presentations.views-row-odd {
    background-color: #cccccc;
}

div.views-presentations.views-row-even {
    background-color: #eeeeee;
}

div.views-presentations:hover {
    border: 1px solid #808080;
}

/* Noticeboard Views */
div.view-notice-board div.views-row {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}
body.page-noticeboard .page-title-full-width-container:after {
    background-color: silver !important;
    background-image: url(/sites/default/files/reserved/special-area-banners/noticeboard-banner.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}
body.page-noticeboard a.more-link {
    display: block;
}

/* Job Openings Views */
div.view-job-openings div.views-row {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}
body.page-jobs .page-title-full-width-container:after {
    background-color: silver !important;
    background-image: url(/sites/default/files/reserved/special-area-banners/jobs-banner.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}
body.page-jobs a.more-link {
    display: block;
}

/* News Views */
div.view-news div.views-row {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}
body.page-news .page-title-full-width-container:after {
    background-color: silver !important;
    background-image: url(/sites/default/files/reserved/special-area-banners/news-banner.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}
body.page-news a.more-link {
    display: block;
}
body.page-news span.news-date-label {
    float: left;
    padding-right: 5px;
}

/* ECFS Events */
div.view-ecfs-events div.view-content h3 {
    padding-top: 20px;
}
img.ecfs-events-course-icon {
    width: 50px;
    max-width: 50px;
}