<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.PagerContainerTable
{
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    color: #006BD7;
    font-family: verdana;
    font-size: 12px;
    height: 21px;
    margin: 0;
    padding: 8px;
}

.PagerCurrentPageCell
{
    color: steelblue;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 20px;
    border: solid 0px #E47A2E;
    display: block;
    text-align: center;
    padding: 3px;
    background-color:White;
    margin-right:8px;
    &lt;!--[if IE]&gt;
    margin-left:4px;
    &lt;![endif]--&gt;
    
    /*
    border-collapse: collapse;
    border-spacing: 0;
    color: black;
    background-color: #E47A2E;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 8px;
    */
}

.PagerCurrentPageCell .PagerHyperlinkStyle
{
    color: white;
    background-color: #9B1E08;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 20px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
    padding: 4px;
    
    /*
    border-collapse: collapse;
    border-spacing: 0;
    color: black;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    */
}

/* first button */
.PagerFirstPageCells a
{
    color: steelblue;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 50px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
    padding: 4px;
}
.PagerFirstPageCells a:hover
{
    color: white;
    background-color: #3666D4;
    width: 50px;
    border: solid 1px #3666D4;
    display: block;
    text-align: center;    
    text-decoration: none;
    
}

/* last button */
.PagerLastPageCells a
{
    color: steelblue;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 50px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
    padding: 4px;
}
.PagerLastPageCells a:hover
{
    color: white;
    background-color: #3666D4;
    width: 50px;
    border: solid 1px #3666D4;
    display: block;
    text-align: center;    
    text-decoration: none;
    
}

/* back button */
.PagerPreviousPageCells a
{
    color: steelblue;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 50px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
    padding: 4px;
}
.PagerPreviousPageCells a:hover
{
    color: white;
    background-color: #3666D4;
    width: 50px;
    border: solid 1px #3666D4;
    display: block;
    text-align: center;    
    text-decoration: none;    
}

/* next button */
.PagerNextPageCells a
{
    color: steelblue;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 50px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
    padding: 4px;
}
.PagerNextPageCells a:hover
{
    color: white;
    background-color: #3666D4;
    width: 50px;
    border: solid 1px #3666D4;
    display: block;
    text-align: center;    
    text-decoration: none;
    
}

.PagerInfoCell
{
    border-collapse: collapse;
    border-spacing: 0;
    color: #666666;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 8px;
}
.PagerOtherPageCells a
{
    color: steelblue;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 20px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
    padding: 4px;
}
.PagerOtherPageCells a:hover
{
    color: white;
    background-color: #3666D4; /*steelblue;*/
    width: 20px;
    border: solid 1px #3666D4 /*e9e9e9;*/
    display: block;
    text-align: center;    
    text-decoration: none;
    
}

.PagerOtherPageCells a:active
{
    color: white;
    background-color: steelblue;
    width: 20px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
}
.PagerSSCCells a
{
    color: steelblue;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    width: 20px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
    padding: 4px;
}
.PagerSSCCells a:hover
{
    color: white;
    background-color: steelblue;
    width: 20px;
    border: solid 1px #e9e9e9;
    display: block;
    text-align: center;
    text-decoration: none;
}
.PagerSSCCells a:active
{
    color: #CC3300;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}</pre></body></html>