/*
 * Copyright:       (c) 2013, 2014  Qonnex.nl
 * Author:          Sem van den Bos
 * Date Created:    2014-01-31
 * Date Modified:   2014-02-07
 */

.pagination {
    font-size: 0.8em;
    vertical-align: top;
    min-width: 22px;
    height: 22px;
    line-height: 20px;
    padding: 0px 2px 0px 0px;
    border: 0;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    background: #e6e6e6 url(/htab_bg.png) top left repeat-x;
    margin: 4px 0 0 0;
    cursor: pointer;
    box-shadow: 1px 1px 0px #c6c6c6;
}
.pagination-current {
    font-weight: bold;
    background: #cfb200 url(/h2_bg.png) left top repeat-x;
    border-top: 1px solid #d5c355;
    border-bottom: 1px solid #d5c355;
    border-left: 1px solid #d5c355;
}
.pagination-idle {
    cursor: default;
}
.pagination-prev {

}
.pagination-next {
    border-right: 1px solid silver;
}