﻿.gridPagingMedium
{
    width:30px;
    height:30px;
}
.gridPagingLarge
{
    width:70px;
    height:30px;
}
.gridPagingLargeP2 /* accounts for border */
{
    width:72px;
    height:30px;
}
.gridPagingSelected {
    border-style:solid;
    border-width:1px;
    border-color:#000000;
    background-color:Black;
    color:White;
    vertical-align:middle;
    text-align:center;
}
.gridPagingHover {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
    background-color:#eeeeee;
    color:White;
    vertical-align:middle;
    text-align:center;
}
.gridPaging {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
    vertical-align:middle;
    text-align:center;
}
.gridLink
{
	color:#777777;
    text-decoration:none;
}
