﻿a { color: #0A4E90; font-weight: bold; }
a:hover { color: #0A4E90; }
a.red-link { color: #0A4E90; }
.b-top-bar, 
.content-featured {
    background: #0A4E90; /* Old browsers */
    background: -moz-linear-gradient(top,  #0A4E90 0%, #0A4E90 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A4E90), color-stop(100%,#0A4E90)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0A4E90 0%,#0A4E90 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0A4E90 0%,#0A4E90 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0A4E90 0%,#0A4E90 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0A4E90 0%,#0A4E90 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A4E90', endColorstr='#0A4E90',GradientType=0 ); /* IE6-9 */    
}
.header 
{
    background: #fff;
    /*height: 94px;
    padding-top: 4px;*/
}
.menu > li > a { /*height: 94px; */ }
.menu #kidzZone { color: #0A4E90; }
.b-social.social-header a:hover, .menu a.active {
    color: #0A4E90;
}
.b-titlebar {
    background: #0A4E90; /* Old browsers */
    background: -moz-linear-gradient(top,  #0A4E90 0%, #0A4E90 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0A4E90), color-stop(100%,#0A4E90)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0A4E90 0%,#0A4E90 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0A4E90 0%,#0A4E90 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0A4E90 0%,#0A4E90 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0A4E90 0%,#0A4E90 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A4E90', endColorstr='#0A4E90',GradientType=0 ); /* IE6-9 */    
}
.page-title { color: #0A4E90; }
.content.red {
    background: none repeat scroll 0 0 #0A4E90;
}
table#cash-rebate-table #table-header 
{
    background: #0A4E90;
    background: -moz-linear-gradient(left,  #0A4E90 0%, #0A4E90 40%, #0A4E90 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0A4E90), color-stop(40%,#0A4E90), color-stop(100%,#0A4E90));
    background: -webkit-linear-gradient(left,  #0A4E90 0%,#0A4E90 40%,#0A4E90 100%);
    background: -o-linear-gradient(left,  #0A4E90 0%,#0A4E90 40%,#0A4E90 100%);
    background: -ms-linear-gradient(left,  #0A4E90 0%,#0A4E90 40%,#0A4E90 100%);
    background: linear-gradient(to right,  #0A4E90 0%,#0A4E90 40%,#0A4E90 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A4E90', endColorstr='#0A4E90',GradientType=1 );   
}