﻿#ladaheader{align-content:center;

}
#pnlHeader {
align-content:center;
}


.rTable {
			display: table;
			width: 100%;
		}
.rTableRow {
			display: table-row;
		}
.rTableHeading {
			display: table-header-group;
			background-color: #ddd;
		}
.rTableCell, .rTableHead {
			display: table-cell;
			padding: 3px 10px;
			border: 1px solid #999999;
		}
.rTableHeading {
			display: table-header-group;
			background-color: #ddd;
			font-weight: bold;
		}
.rTableFoot {
			display: table-footer-group;
			font-weight: bold;
			background-color: #ddd;
		}
.rTableBody {
			display: table-row-group;
		}
.rTableCellM, .rTableHeadM {
			display: table-cell;
			padding: 3px 10px;
			
		}

  .auto-style1 {
        display: table-cell;
        color: #FF0000;
       
        padding: 3px 10px;
    }
    .auto-style2 {
        color: #006600;
    }
    .auto-style3 {
        color: #FF0000;
    }
    .style1
    {
        color: #000000;
    }

#pnlQCost
{
 HorizontalAlign:center !important;
}