
/* INTL-2155, Unable to print Products & Courses tabs product-lists within Program Pages Content type in IE8 */

.main-footer {
  background: url(../ie9-gradients.php?direction=0,0,0,100&stops=0,25,75,100&colors=406897,406897,6C93CE,6C93CE);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #406897), color-stop(0.25, #406897), color-stop(0.75, #6C93CE), color-stop(1, #6C93CE));
  background: -moz-linear-gradient(top center, #406897 0%, #406897 25%, #6C93CE 75%, #6C93CE 100%) repeat-x scroll center top #6C93CE;
  background: -msie-linear-gradient(top center, #406897 0%, #406897 25%, #6C93CE 75%, #6C93CE 100%) repeat-x scroll center top #6C93CE;
  -pie-background: #6C93CE, linear-gradient(270deg, #406897 0%, #406897 25%, #6C93CE 75%, #6C93CE 100%);
}


.page {
    background: url(../ie9-gradients.php?direction=0,0,100,0&stops=0,20,80,100&colors=FFF8E9,FFFFFF,FFFFFF,FFF8E9);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFF8E9), color-stop(0.2, #FFFFFF), color-stop(0.8, #FFFFFF), color-stop(1, #FFF8E9));
    background: -moz-linear-gradient(left center, #FFF8E9 0%, #FFFFFF 20%, #FFFFFF 80%, #FFF8E9 100%) repeat-x scroll left center #FFFFFF;
    background: -msie-linear-gradient(left center, #FFF8E9 0%, #FFFFFF 20%, #FFFFFF 80%, #FFF8E9 100%) repeat-x scroll left center #FFFFFF;
    /* PIE */
    -pie-background: #FFFFFF, linear-gradient(180deg, #FFF8E9 0%, #FFFFFF 20%, #FFFFFF 80%, #FFF8E9 100%);
}