body {
    margin:     0;
    background-color: #E0E0E0;
    background-image: url(../images/bg-gradient.gif);
    background-repeat: repeat-x;
    overflow: hidden;
    overflow-y: auto;
}
body,td {
    font-family: "Trebuchet MS";
    font-size: 10px;
}
input {
    font-family: "Trebuchet MS";
    font-size: 10px;
}
#pagination {
    float: left;
}
#pagination a {
    display: block;
    float: left;
    text-align: center;
    width: 75px;
    border: 1px solid silver;
    margin-right: 10px;
    margin-bottom: 5px;
    color: blue;
    text-decoration: none;
}
a#currentpage {
    text-decoration: none;
    color: white;
    border-color: maroon;
    background-color: maroon;
}
#resultstablecontainer {
    height: 432px;
}

/* Browser buttons */
.browse, .browse_active, .browse_disabled {
    width: 78px;
    height: 20px;
    border: 1px solid #D1CDC4;
    text-align: center;
    margin-right: 10px;
    display: inline;
}
html>body .browse, html>body .browse_active, html>body .browse_disabled {
    padding-top: 2px;
    width: 76px;
    height: 16px;
    display: block;
    float: left;
}
.browse_active {
    background: #942013;
    border-color: #942013;
}
.browse a {
    padding-top: 2px;
    width: 100%;
    height: 100%;
    font-size: 10px;
    color: #942013;
    text-decoration: none;
}
.browse_active a {
    padding-top: 2px;
    width: 100%;
    height: 100%;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}
.browse a:hover { 
    background: #D1CDC4;
    color: white;
}
html>body .browse a:hover { 
    background: transparent;
    text-decoration: underline;
    color: #942013;
}
.browse_disabled {
    border-color: #f0f0f0;
}
.browse_disabled a {
    width: 100%;
    height: 100%;
    font-size: 10px;
    color: #CEBDB3;
}

.statusbar {
    background: #92BA57;
    border:     1px solid #92BA57;
    height:     30px;
}
.statusbar .criterialabel {
    background-image: url(../images/nl/hdgr-gekozencriteria.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.resultlabel {
    background-image: url(../images/nl/hdgr-aantalresultaten.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#searchresults {
    height: 455px;
}
#resultstablecontainer {
    height: 435px;
}
