﻿#logo {
    width: 344px;
    height: 102px;
    background: url("https://www.dfok.co.uk/assets/images/top_sitename_lc.svg") left top no-repeat;
    overflow: hidden;
    display: block;
}
a, a:visited {
    color: #135CAE;
    text-decoration: underline;
}

    a:hover {
        color: #135CAE;
        text-decoration: underline;
    }

.resultsblock-title {
    padding: 9px 0 8px 0;
    margin-bottom: 0 0 5px 0;
    background: #135CAE url("content-submenu.gif") left top repeat-x;
    width: 100%;
}
    .submenu li {
        display: inline-block;
        font-weight: bold;
        text-align: center;
        margin: 5px;
        padding: 5px 15px; /* topbottom rightleft */
        min-width: 35px;
        background-color: #135CAE;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
    }
.data_narrow td.standard, .data_wide td.standard, .data_narrow tr:hover td.standard, .data_wide tr:hover td.standard {
 background-color: #135cae;
 color: #ffffff;
}
#footer {
    width: 100%;
    background-color: #135CAE;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 4px 0 0 0; /* top right bottom left */
    margin: 0;
}