/*  (do not remove this :) */

/* The basic elements: */

* .sameline {
    background: #dee7ec url(linkOpaque.gif) 9px 1px no-repeat;
    cursor: hand;
    font-size: 80%;
    margin-bottom: 0em;
    padding: 1px 1px 1px 15px;
}

.cpTools {
    background-color: #22260C;
    
}

.smallTitle {
    border-bottom: 1px solid #0D0066;
}

.cpPages {
    background-color: transparent;
    border-collapse: collapse;
    padding-left: 1em;
    line-height: normal;
    margin-top: 0em;
    margin-left: 0;
    /* white-space: nowrap; */
    list-style: none;
    border: 1px solid #2C3300;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    text-align:right;
}

.cpPages li {
    display: inline;
}

.cpPages li a {
    background-color: transparent;
    border: 1px solid #2C3300;
    border-top: #22260C 1px;
    border-style: solid;
    color: #F1FF99;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1em;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
    z-index: 1;
}
.cpPages .selected a {
    background-color: #22260C;
    color: #F1FF99;
}
.cpPages li a:hover {
    background-color: #22260C;
    color: #F1FF99;
}

/*   */

