﻿.GridKol {
    width: 100%;
     border: 1px solid #a8a8a8;
}
.GridHeader {
    border-top: none;
    border: 1px solid #a8a8a8;
    background-color: #dde0e3;
    height: 45px;
    text-align: center ;
    color: #53b567;
}
.GridKol .GridLinks {
    color: #253b80 ;
    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;
}


.GridKolDet {
    width: 100%;
     border: none;
}
.GridKolDet .GridHeader {
    border-top: none;
    border: 1px solid #a8a8a8;
    background-color: #e2e2e2;
    height: 45px;
    text-align: right;
    color: #53b567;
}
.GridKolDet .GridLinks {
    color: #bf1d4e;
    font-weight: bold;
    text-decoration: none;
}
.GridKolDet .GridLinks:hover {
    color: #00a400;
    text-decoration: underline;
}
.GridKolDet .GridPager {
    background-color: #e2e2e2;
    color: #bf1d4e;
    font-weight: bold;
    text-decoration: none;
    border-bottom :1px solid #a8a8a8;
}
.GridKolDet .GridPager a{
    background-color: #bf1d4e;
    width: 15px;
    height: 15px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}