/* ================================
    CSS STYLES FOR Module ContactUs
   ================================
*/
.DataGrid
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    color:Black;
    font-weight: normal;
    border-color:#DEDFDE;
    padding:1px; 
    border-style: solid;
    border-width:1px;
    background-color:white;
    width:100%;    
}
.DataGridSelectedItemStyle
{
    font-weight: bold;
    color: White;
    background-color:#CE5D5A;
}
.DataGridAlternatingItemStyle
{
    background-color:White;
}
.DataGridItemStyle
{
    background-color:AliceBlue;
}
.DataGridHeader
{
    font-weight:bold;
    color:White;
    background:SteelBlue; 
}
.DataGridFooter
{
    background-color:#CCCC99;
}

