﻿table#cash-rebate-table td  
{
    border: 0px; 
    vertical-align: middle;    
    font-weight: bold;
}

table#cash-rebate-table #table-header 
{
    background: #930326;
    background: -moz-linear-gradient(left,  #930326 0%, #c50a3e 40%, #940227 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#930326), color-stop(40%,#c50a3e), color-stop(100%,#940227));
    background: -webkit-linear-gradient(left,  #930326 0%,#c50a3e 40%,#940227 100%);
    background: -o-linear-gradient(left,  #930326 0%,#c50a3e 40%,#940227 100%);
    background: -ms-linear-gradient(left,  #930326 0%,#c50a3e 40%,#940227 100%);
    background: linear-gradient(to right,  #930326 0%,#c50a3e 40%,#940227 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930326', endColorstr='#940227',GradientType=1 );   
}

table#cash-rebate-table .alt-row
{
    background: #a8ada4;
    background: -moz-linear-gradient(left,  #a8ada4 0%, #dcdad9 76%, #dcdad9 78%, #a8ada4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a8ada4), color-stop(76%,#dcdad9), color-stop(78%,#dcdad9), color-stop(100%,#a8ada4));
    background: -webkit-linear-gradient(left,  #a8ada4 0%,#dcdad9 76%,#dcdad9 78%,#a8ada4 100%);
    background: -o-linear-gradient(left,  #a8ada4 0%,#dcdad9 76%,#dcdad9 78%,#a8ada4 100%);
    background: -ms-linear-gradient(left,  #a8ada4 0%,#dcdad9 76%,#dcdad9 78%,#a8ada4 100%);
    background: linear-gradient(to right,  #a8ada4 0%,#dcdad9 76%,#dcdad9 78%,#a8ada4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ada4', endColorstr='#a8ada4',GradientType=1 );
}
