﻿@charset "UTF-8";
.white {
    color:#fff;
}
td.active { 
    background-color: #fd8826!important;
    background-image: -moz-linear-gradient(to bottom, #fd8826, #fd8826)!important;
    background-image: -ms-linear-gradient(to bottom, #fd8826, #fd8826)!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fd8826), to(#fd8826))!important;
    background-image: -webkit-linear-gradient(to bottom, #fd8826, #fd8826)!important;
    background-image: -o-linear-gradient(to bottom, #fd8826, #fd8826)!important;
    background-image: linear-gradient(to bottom, #fd8826, #fd8826)!important;
    background-repeat: repeat-x!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8826', endColorstr='#fd8826', GradientType=0)!important;
    border-color: #fd8826 #fd8826 #fd8826!important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important;
    color: #fff!important;
}

.bg-Fill_1 {
    margin-left: 11px;
}