/*
 * Apache License
 * Version 2.0, January 2004
 * http://www.apache.org/licenses/
 *
 * Copyright 2008 by chenillekit.org
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 */

DIV.ck_paged_loop_pager {
    font-size: 10pt;
    font-family: sans-serif;
    padding-top: 5px;
}

DIV.ck_paged_loop_pager A {
    margin: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    border: 1px solid aquamarine;
}

SPAN.ck_paged_loop_current {
    margin: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    border: 1px solid aquamarine;
}
