﻿/* Grid Wrapper Styles Begin */
.classGridItemAlignCenter
{
    text-align: center !important;
}
.classGridItemAlignLeft
{
    text-align:left !important;
}
.ig_NoWrap
{
    white-space: nowrap;
    text-overflow: ellipsis !important;
}

.ig_Wrap
{
   white-space: normal !important; 
   text-overflow:string !important;
}

.classGridItemAlignRight
{
    text-align: right !important;
}

/* Grid Wrapper Styles End*/

.GridButtonActive
{
    width: 100%;
    height: 22px;
    background-color: LightGrey;
}

.GridButton
{
    width: 100%;
    border: 0px;
    height: 22px;
    background-color: transparent;
}

.ColorGreen
{
    background-color: #CCFFCC !important;
}
.ColorYellow
{
    background-color: #FFFFCC !important;
}
.ColorOrange
{
    background-color: #FCD07D !important;
}
.helpCell{
    background-image:url(../Images/icn-Help.gif);
    background-repeat:no-repeat;
     background-position: center; 
}
.RowHighlight
{
    font-weight: bold;
    background-color: #FCD07D !important;
}
