
/* Pagination */
.paginationContainer{
    display: block;
    width: 800px;
    padding: 5px;
    text-align: center;
}
.pagination {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.pagination span,
.pagination a {
    position: relative;
    display: inline-block;
    height: 12px;
    _height: 24px;
    line-height: 12px;
    padding: 5px 7px;
    border: 1px solid #cfcfcf;
    margin-right: 5px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.pagination .current {
    color: #fff;
    background: #999999;
}

.pagination a {
    color: #666666;
    text-decoration: none;
}


.panelContainer .header .heading {
    font-size: 9pt !important;
}

