body{
    background-color: f3f3f3;
}
.bgtop{     
    background-color: #e2eef8;
    background: -moz-linear-gradient(bottom, #fff 30%, #e2eef8 70%);
    background: -o-linear-gradient(bottom, #fff 30%, #e2eef8 70%);
    background: -ms-linear-gradient(bottom, #fff 30%, #e2eef8 70%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0.1, #fff),color-stop(0.9, #e2eef8));
}

.bds-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.btnSumit{
    background: #F2E88F;
}

.tabletitle1{
    text-transform: none; font-weight: bold; font-size: 13px
}
.tabletitles thead tr td{
    text-transform: none; font-weight: bold; font-size: 13px
}

.ts_move{
    background: #8d8a8a;
}
.ts_out{
    background: #808080;
}
.ts_add{
    background: #3C4043;
}