﻿.GridKol {
    width: 100%;
     border: 1px solid #a8a8a8;
}
.GridKol .GridHeader {
    border-top: none;
    border: 1px solid #a8a8a8;
    background-color: #e2e2e2;
    height: 45px;
    text-align: right;
    color: #53b567;
}
.GridKol .GridLinks {
    color: #bf1d4e;
    font-weight: bold;
    text-decoration: none;
}
.GridKol .GridLinks:hover {
    color: #00a400;
    text-decoration: underline;
}
.GridKol .GridPager {
    background-color: #e2e2e2;
    color: #bf1d4e;
    font-weight: bold;
    text-decoration: none;
    border:1px solid #a8a8a8;
}
.GridKol .GridPager a{
    background-color: #bf1d4e;
    width: 15px;
    height: 15px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

