.MyGridView 
{
    font-family: Arial;
    font-size: 12px;
    border-bottom:solid 1px;
    border-left:none;
    border-right:none;
    border-top:none;
    
}
.MyGridView tr.row
{
    color: #000000;
    background-color:Gray;
}

.GridViewStyle
{   
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color:#FFFFFF;
    color: #333333;
    
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
	font-family: Arial;
    font-size: 10px;
    border: 1px solid black ;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}
.GridCategoryRowStyle td
{
	font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    background-color:silver;
    border: 1px solid black ;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
}

.LabelStyleBold
{
	font-family: Arial;
    font-size: 12px;
    font-weight:bold;
}
.LabelStyleBoldtoo
{
	font-family: Arial;
    font-size: 16px;
    font-weight:bold;
}
.LabelText
{
	font-family: Arial;
    font-size: 12px;
    font-weight:bold;
}
.LabelStyleNormal
{
	font-family: Arial;
    font-size: 12px;
}

.CategoryText1
{
    font-family: Arial;
    font-size: 24px;
    font-weight:bold;
    color:#1974DB;
}

.RequiredFieldColor
{
	font-family: Arial;
    font-size: 15px;
    font-weight:bold;
    color:Red;    
}

td.offerstyle
{
	font-family: Arial;
    font-size: 14px;
    background-color: #FFE4B3;
    border: 1px solid black ;
}