﻿
       .GCpagination
{
line-height: 26px;
}

.GCpagination td
{
padding-left: 0px;
padding-right: 0px;
}

.GCpagination span
{
background-color: White;
font-size: 10px;
border: 1px solid #0095cd;
color: #0095cd;
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
padding: 5px;
text-decoration: none;
white-space: nowrap;
background: -moz-linear-gradient(top, #ffffff, #ffffff);
            text-shadow: 1 1px 0 #fff;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -khtml-border-radius: 4px;
            border-radius: 4px;
            -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
            border: 1px solid #aaa;
}

.GCpagination a, .pagination a:visited
{
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top, #00adee, #0078a5);
-pie-background: linear-gradient(top, #00adee, #0078a5);
border: 0px solid #034462;
color: #fff;
font-size: 10px;
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
text-decoration: none;
padding: 5px;
white-space: nowrap;
text-shadow: 1 1px 0 #fff;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -khtml-border-radius: 4px;
            border-radius: 4px;
            -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
            border: 1px solid #aaa;
/*text-decoration: none;
padding: 6px;
white-space: nowrap;*/
}
    