﻿/*
    div.RadGrid_Metro .rgRow {
        background: white;
        border-color: Transparent !important;
    }

div.RadGrid_Metro .rgAltRow {
    background: Transparent !important;
    border-color: Transparent !important;
}
.gridimg {
    margin: 20px 0 20px 20px;
}
.GridRow {
    background-color:peachpuff;
    margin:20px;
}*/
div.RadGrid_Metro {
    background: Transparent !important;
    border-color: Transparent !important;
}
    div.RadGrid_Metro .rgAltRow {
        background: white !important;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #333;
        font-size: 18px;
        line-height:normal;
    }
        div.RadGrid_Metro .rgAltRow > td {
            border-top: 25px solid transparent !important;
            border-bottom: 25px solid transparent !important;
            border-color: Transparent !important;
        }
    div.RadGrid_Metro .rgRow {
        background: Transparent !important;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #333;
        font-size: 18px;
        line-height: normal;
    }
        div.RadGrid_Metro .rgRow > td {
            border-top: 25px solid transparent !important;
            border-bottom: 25px solid transparent !important;
            border-color: Transparent !important;
        }
.RecentGridTitle {
    font-weight:bold;
    font-size:22px;
    
}