﻿/*.rgHeader {
    background-color: #404040 !important;
    color: white !important;
}

.rgPager {
    background-color: #404040 !important;
    color: white !important;
}

.rgWrap rgInfoPart {
    color: white !important;
}

.rgWrap {
    color: white !important;
}

.RadGrid_MetroTouch .rgInfoPart strong {
    font-weight: bold;
    background-color: #397e58 !important;
    color: white !important;
    margin-top: 18px;
    margin-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 120%;
}

.RadGrid_MetroTouch .rgSelectedRow td.rgSorted {
    background-color: #404040 !important;
    color: white !important;
    border-color: white !important;
}

.rgHeaderOver {
    background-color: #397e58 !important;
    color: white !important;
}


.rgRow rgSelectedRow {
    background-color: #397e58 !important;
    color: white !important;
}


.rgCurrentPage {
    background-color: #397e58 !important;
    color: white !important;
}

.rgPagerButton {
    background-color: #397e58 !important;
    color: white !important;
    border-color: white !important;
}*/



.RadButton RadButton_BlackMetroTouch rbSkinnedButton {
    background-color:white !important;
    color:red !important;
}