.PagerContainerTable {
    color: Black;
    font: normal 11px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.PagerInfoCell {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.PagerInfoCell:link {
    text-decoration: none;
}

.PagerInfoCell:visited {
    text-decoration: none;
}

.PagerCurrentPageCell {
    color: #FFFFFF;
    padding: 4px 6px 4px 6px;
    background-color: #3a4046;
    font-weight: bold;
}

.PagerOtherPageCell {
    padding: 4px 6px 4px 6px;
    background-color: #FFFFFF;
}

.PagerOtherPageCellDisable {
    padding: 4px 6px 4px 6px;
    background-color: #FFFFFF;
}

.PagerSSCCell {
    background-color: #cccccc;
}

.PagerHyperlinkStyle {
    color: Black;
    text-decoration: none;
}