﻿.RadGrid_SelectedStyle
{
    background-color: #1E90FF !important;
    background-image: none !important;
}



.ForToolTip
{
    white-space: nowrap;
}

.TextNoWrap
{
    white-space: nowrap;
}

.TextNoWrapRed 
{
    white-space: nowrap;
    color: red !important;
}

.RadGrid_Default .rgMasterTable .rgRow td, .RadGrid_Default .rgMasterTable .rgAltRow td, .RadGrid_Default .rgMasterTable .rgEditRow td, .RadGrid_Default .rgMasterTable .rgFooter td, .RadGrid_Default .rgMasterTable .rgFilterRow td, .RadGrid_Default .rgMasterTable .rgHeader, .RadGrid_Default .rgMasterTable .rgResizeCol, .RadGrid_Default .rgMasterTable .rgGroupHeader td {
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-collapse: collapse !important;
}
.rgRow td
{
    border-right: solid 1px white !important;
}
.rgAltRow td
{
    border-right: solid 1px white !important;
}
.RadGrid .rgPager .RadComboBox {
    width: 80px !important;
}
th.rgHeader {
    height:25px !important;
}