.GridViewRowsActionRequired
{
    color:Black;
    background-color:Red;
    text-align:left;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    padding:0 0 0 5px;
    text-decoration:none;
    vertical-align:middle;
    border-bottom:solid 1px Red;
    border-top:solid 1px Red;
    border-left:solid 1px Red;
    border-right:solid 1px Red;
    height:30px;
    width:100px;
}
.GridViewRowsNoActionRequired
{
    color:Black;
    background-color:Lime;
    text-align:left;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    padding:0 0 0 5px;
    text-decoration:none;
    vertical-align:middle;
    border-bottom:solid 1px Red;
    border-top:solid 1px Red;
    border-left:solid 1px Red;
    border-right:solid 1px Red;
    height:30px;
    width:100px;
}
.GridViewHeader
{
    color:White;
    background-color:Blue;
    text-align:left;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    padding:0 0 0 5px;
    text-decoration:underline;
    vertical-align:middle;
    border-bottom:solid 1px Red;
    border-top:solid 1px Red;
    border-left:solid 1px Red;
    border-right:solid 1px Red;
    height:30px;
    width:100px;
}

.GridViewFooter
{
    color:Black;
    background-color:Lime;
    text-align:left;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    padding:0 0 0 5px;
    text-decoration:none;
    vertical-align:middle;
    border-bottom:solid 1px Red;
    border-top:solid 1px Red;
    border-left:solid 1px Red;
    border-right:solid 1px Red;
    height:30px;
    width:100px;
}
/*?? newservicecall.aspx styles ??*/
.CustomerServices span
{
    background-color:Transparent;
    color:Black;
    font:bold 13px Arial;
    text-align:left;
    
}
.CustomerServices
{
    background-color:Transparent;
    color:Black;
    font:bold 13px Arial;
    text-align:left;
    width:510px;
    overflow-x:auto;
    overflow-y:auto;
    scrollbar-face-color:Black;
    scrollbar-highlight-color:Black;
    scrollbar-shadow-color: Black;
    scrollbar-3dlight-color:Black;
    scrollbar-arrow-color:White;
    scrollbar-track-color: White;
    scrollbar-darkshadow-color:Black;
}
.CustomerServices span.lblheading
{
    background-color:Black;
    color:White;
    font:bold 17px Arial;
}
.CustomerServices .msgStyle
{
    background-color:#DDC244;    
    font:bold 14px Arial;
    color:White;
    text-align:center;
}
.CustomerServices .lblsubheading
{
    background-color: Black;
    color:White;
    font:bold 13px Arial;
}
.CustomerServices td.left_column, .CustomerServices div.left_column
{
    width: 180px;
}
.CustomerServices td.right_column
{
    width: 320px;
}
/******************************************************************/