@charset "UTF-8";
/* CSS Document */

/*------------pagination styles----------------*/

.paginate {
    font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
    font-size: .7em;
}
a.paginate {
    border: 1px solid #CC0055;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    color: #CC0055;
}
a.paginate:hover {
    background-color: #CC0055;
    color: #FFF;
    text-decoration: underline;
}
a.current {
    border: 1px solid #aaa;
    font: bold .7em 'Trebuchet MS',Arial, Helvetica, sans-serif;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background:#CC0055;
    color: #FFF;
    text-decoration: none;
}
span.inactive {
    border: 1px solid #999;
    font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
    font-size: .7em;
    padding: 2px 6px 2px 6px;
    color: #999;
    cursor: default;
}

.pagenavbox{
background: #fff url(../img/interface/article-bg.gif) repeat-x;
margin: 0 0 10px 0;
border-bottom: 1px solid #bcbcbc;
border-left: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
font-size: 1.2em;
line-height: 102%;
padding: 7px;
text-align: center;
}
.page-nave-container{
margin: 12px 0 0 0;
}