jQWidgets Forums
Forum Replies Created
-
Author
-
October 31, 2014 at 8:57 am in reply to: Grid With separate settings Grid With separate settings #61929
Hi Dimitar,
Thanks a lot for the reply. Do you have any working demo for the mentioned requirement . If yes please share it here .
Thanks And Regards
SibeeshOctober 16, 2014 at 1:45 pm in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61251Hi,
I have populate data from a dynamic HTML table.
But now the issue i am facing is , the JQX grid is not allowing the duplicate header , lets say what if we have data from Jan 2013, and Jan 2014? Is there any way to do this?
Thanks And Regards
SibeeshOctober 16, 2014 at 6:06 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61226And these are the files i have included
@*JQX Grid needed files starts here*@ <link rel="stylesheet" href="~/JQX%20Items/jqwidgets/styles/jqx.base.css" type="text/css" /> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxcore.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxdata.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxbuttons.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxscrollbar.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxlistbox.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxdropdownlist.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxmenu.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxgrid.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxgrid.filter.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxgrid.sort.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxgrid.selection.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxpanel.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/jqxcheckbox.js"></script> <script type="text/javascript" src="~/JQX%20Items/jqwidgets/scripts/demos.js"></script> <script src="~/JQX%20Items/jqwidgets/jqxdatatable.js"></script> @*JQX Grid needed files ends here*@
October 16, 2014 at 6:03 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61221Hi Dimitar,
Thanks a lot for the reply. Please find my dynamically generated HTML table and jquery codes.
HTML Table
<table Id="YearlyGridReport" class="display"> <thead> <tr> <th><span> </span></th><th class="titleTopLockedCell"><span>January</span></th><th class="titleTopLockedCell"><span>February</span></th><th class="titleTopLockedCell"><span>March</span></th><th class="titleTopLockedCell"><span>April</span></th><th class="titleTopLockedCell"><span>May</span></th><th class="titleTopLockedCell"><span>June</span></th><th class="titleTopLockedCell"><span>July</span></th><th class="titleTopLockedCell"><span>August</span></th><th class="titleTopLockedCell"><span>September</span></th><th class="titleTopLockedCell"><span>October</span></th><th class="titleTopLockedCell"><span>November</span></th><th class="titleTopLockedCell"><span>December</span></th><th class="titleTopLockedCell"><span>January</span></th><th class="titleTopLockedCell"><span>February</span></th><th class="titleTopLockedCell"><span>March</span></th><th class="titleTopLockedCell"><span>April</span></th><th class="titleTopLockedCell"><span>May</span></th><th class="titleTopLockedCell"><span>June</span></th><th class="titleTopLockedCell"><span>July</span></th><th class="titleTopLockedCell"><span>August</span></th><th class="titleTopLockedCell"><span>September</span></th><th class="titleTopLockedCell"><span>October</span></th><th class="titleTopLockedCell"><span>November</span></th><th class="titleTopLockedCell"><span>December</span></th><th class="titleTopLockedCell"><span>January</span></th><th class="titleTopLockedCell"><span>February</span></th><th class="titleTopLockedCell"><span>March</span></th><th class="titleTopLockedCell"><span>April</span></th><th class="titleTopLockedCell"><span>May</span></th><th class="titleTopLockedCell"><span>June</span></th><th class="titleTopLockedCell"><span>July</span></th><th class="titleTopLockedCell"><span>August</span></th><th class="titleTopLockedCell"><span>September</span></th><th class="titleTopLockedCell"><span>October</span></th><th class="titleTopLockedCell"><span>November</span></th><th class="titleTopLockedCell"><span>December</span></th> </tr> </thead><tbody> <tr> <td class="titleLeftLockedCell"><span>Utilization</span></td><td class="valueCell"><span>175</span></td><td class="valueCell"><span>156</span></td><td class="valueCell"><span>193</span></td><td class="valueCell"><span>329</span></td><td class="valueCell"><span>457</span></td><td class="valueCell"><span>454</span></td><td class="valueCell"><span>591</span></td><td class="valueCell"><span>639</span></td><td class="valueCell"><span>718</span></td><td class="valueCell"><span>1,766</span></td><td class="valueCell"><span>1,479</span></td><td class="valueCell"><span>1,567</span></td><td class="valueCell"><span>79,789</span></td><td class="valueCell"><span>73,181</span></td><td class="valueCell"><span>80,644</span></td><td class="valueCell"><span>84,380</span></td><td class="valueCell"><span>86,833</span></td><td class="valueCell"><span>86,375</span></td><td class="valueCell"><span>95,268</span></td><td class="valueCell"><span>88,666</span></td><td class="valueCell"><span>91,033</span></td><td class="valueCell"><span>101,824</span></td><td class="valueCell"><span>71,788</span></td><td class="valueCell"><span>69,826</span></td><td class="valueCell"><span>38,320</span></td><td class="valueCell"><span>27,810</span></td><td class="valueCell"><span>27,197</span></td><td class="valueCell"><span>24,347</span></td><td class="valueCell"><span>20,772</span></td><td class="valueCell"><span>20,225</span></td><td class="valueCell"><span>18,320</span></td><td class="valueCell"><span>14,314</span></td><td class="valueCell"><span>8,581</span></td><td class="valueCell"><span>3,742</span></td><td class="valueCell"><span>2,019</span></td><td class="valueCell"><span>1,634</span></td> </tr> </tbody> </table>
Jquery
@*JQX Grid needed implementation starts here*@ var varDataFields = '['; var varDataColumns = '['; var typ = 'string'; var align = 'center'; debugger; jQuery.noConflict(); (function ($) { $(function () { // Initialize Widgets here. var myColumns = $("#YearlyGridReport thead th.titleTopLockedCell"); for (var j = 0; j < myColumns.length; j++) { var column = myColumns[j]; var col = $(column).text(); //col = col.replace('<span>', ''); //col = col.replace('</span>', ''); //var col = $(columns).find('th:get(' + j + ').find(' < span > ').text()'); if (!col == '') { varDataFields = varDataFields + ' { name: ' + "'" + col + "'" + ', type : ' + "'" + typ + "'" + '},'; varDataColumns = varDataColumns + ' { text: ' + "'" + col + "'" + ', dataField: ' + "'" + col + "'" + ', align: ' + "'" + align + "'" + ', width : 200' + '},'; } if (j == myColumns.length - 1) { varDataFields = varDataFields.slice(0, -1); varDataColumns = varDataColumns.slice(0, -1) } } varDataFields = varDataFields + ']'; varDataColumns = varDataColumns + ']'; var rows = $("#YearlyGridReport tbody tr"); // select columns. var columns = $("#table thead th"); var data = []; for (var i = 0; i < rows.length; i++) { var row = rows[i]; var datarow = {}; for (var j = 0; j < columns.length; j++) { // get column's title. var columnName = $.trim($(columns[j]).text()); // select cell. var cell = $(row).find('td:eq(' + j + ')'); datarow[columnName] = $.trim(cell.text()); } data[data.length] = datarow; } var source = { localdata: data, datafields: varDataFields, // [ // { name: "First Name", type: "string" }, // { name: "Last Name", type: "string" }, // { name: "Product", type: "string" }, // { name: "Available", type: "string" }, // { name: "Ship Date", type: "date", format: 'MM/dd/yyyy' }, // { name: "Quantity", type: "number" }, // { name: "Price", type: "number" } // ], datatype: "array" }; var addfilter = function () { var filtergroup = new $.jqx.filter(); var filter_or_operator = 1; var filtervalue = ''; var filtercondition = 'contains'; var filter1 = filtergroup.createfilter('stringfilter', filtervalue, filtercondition); filtervalue = ''; filtercondition = 'contains'; var filter2 = filtergroup.createfilter('stringfilter', filtervalue, filtercondition); filtergroup.addfilter(filter_or_operator, filter1); filtergroup.addfilter(filter_or_operator, filter2); // add the filters. $("#jqxgrid").jqxGrid('addfilter', '', filtergroup); // apply the filters. $("#jqxgrid").jqxGrid('applyfilters'); } var dataAdapter = new $.jqx.dataAdapter(source); // var tab = $("#dataTable").jqxDataTable( //{ // width: 1200, // source: dataAdapter, // filterable: true, // sortable: true, // autoshowfiltericon: true, // columns: [ //{ text: 'First Name', datafield: 'firstname', width: 200 }, // { text: 'Last Name', datafield: 'lastname', width: 200 }, // { text: 'Product', datafield: 'productname', width: 180 }, // { text: 'Order Date', datafield: 'date', width: 160, cellsformat: 'dd-MMMM-yyyy' }, // { text: 'Quantity', datafield: 'quantity', cellsalign: 'right' } // ] //}); $("#jqxgrid").jqxGrid( { width: 1200, source: dataAdapter, filterable: true, sortable: true, autoshowfiltericon: true, ready: function () { addfilter(); var localizationObject = { filterstringcomparisonoperators: ['contains', 'does not contain'], // filter numeric comparison operators. filternumericcomparisonoperators: ['less than', 'greater than'], // filter date comparison operators. filterdatecomparisonoperators: ['less than', 'greater than'], // filter bool comparison operators. filterbooleancomparisonoperators: ['equal', 'not equal'] } $("#jqxgrid").jqxGrid('localizestrings', localizationObject); }, updatefilterconditions: function (type, defaultconditions) { var stringcomparisonoperators = ['CONTAINS', 'DOES_NOT_CONTAIN']; var numericcomparisonoperators = ['LESS_THAN', 'GREATER_THAN']; var datecomparisonoperators = ['LESS_THAN', 'GREATER_THAN']; var booleancomparisonoperators = ['EQUAL', 'NOT_EQUAL']; switch (type) { case 'stringfilter': return stringcomparisonoperators; case 'numericfilter': return numericcomparisonoperators; case 'datefilter': return datecomparisonoperators; case 'booleanfilter': return booleancomparisonoperators; } }, updatefilterpanel: function (filtertypedropdown1, filtertypedropdown2, filteroperatordropdown, filterinputfield1, filterinputfield2, filterbutton, clearbutton, columnfilter, filtertype, filterconditions) { var index1 = 0; var index2 = 0; if (columnfilter != null) { var filter1 = columnfilter.getfilterat(0); var filter2 = columnfilter.getfilterat(1); if (filter1) { index1 = filterconditions.indexOf(filter1.comparisonoperator); var value1 = filter1.filtervalue; filterinputfield1.val(value1); } if (filter2) { index2 = filterconditions.indexOf(filter2.comparisonoperator); var value2 = filter2.filtervalue; filterinputfield2.val(value2); } } filtertypedropdown1.jqxDropDownList({ autoDropDownHeight: true, selectedIndex: index1 }); filtertypedropdown2.jqxDropDownList({ autoDropDownHeight: true, selectedIndex: index2 }); } , columns: varDataColumns //[ // { text: 'First Name', dataField: 'First Name', align: 'center', width: 130 }, // { text: 'Last Name', dataField: 'Last Name', align: 'center', width: 130 }, // { text: 'Product', dataField: 'Product', align: 'center', width: 170 }, // { text: 'Available', dataField: 'Available', columntype: 'checkbox', align: 'center', width: 90 }, // { text: 'Ship Date', dataField: 'Ship Date', align: 'center', cellsformat: 'd', width: 100 }, // { text: 'Quantity', dataField: 'Quantity', align: 'center', cellsalign: 'right', width: 100 }, // { text: 'Price', dataField: 'Price', align: 'right', cellsalign: 'right', cellsformat: "c2" } //] //[{ text: 'January', datafield: 'January', width: 200 }, // { text: 'February', datafield: 'February', width: 200 }, // { text: 'March', datafield: 'March', width: 200 }, // { text: 'April', datafield: 'April', width: 200 }, // { text: 'May', datafield: 'May', width: 200 }, // { text: 'June', datafield: 'June', width: 200 }, // { text: 'July', datafield: 'July', width: 200 }] }); $('#events').jqxPanel({ width: 300, height: 80 }); $("#jqxgrid").on("filter", function (event) { $("#events").jqxPanel('clearcontent'); var filterinfo = $("#jqxgrid").jqxGrid('getfilterinformation'); var eventData = "Triggered 'filter' event"; for (i = 0; i < filterinfo.length; i++) { var eventData = "Filter Column: " + filterinfo[i].filtercolumntext; $('#events').jqxPanel('prepend', '<div style="margin-top: 5px;">' + eventData + '</div>'); } }); $('#clearfilteringbutton').jqxButton({ theme: theme }); $('#filterbackground').jqxCheckBox({ checked: true, height: 25 }); $('#filtericons').jqxCheckBox({ checked: false, height: 25 }); // clear the filtering. $('#clearfilteringbutton').click(function () { $("#jqxgrid").jqxGrid('clearfilters'); }); // show/hide filter background $('#filterbackground').on('change', function (event) { $("#jqxgrid").jqxGrid({ showfiltercolumnbackground: event.args.checked }); }); // show/hide filter icons $('#filtericons').on('change', function (event) { $("#jqxgrid").jqxGrid({ autoshowfiltericon: !event.args.checked }); }); }); })(jQuery); @*JQX Grid needed implementation ends here*@
Please do the needful
Kindest Regards
SibeeshOctober 16, 2014 at 5:57 am in reply to: Integration with Zurb Foundation 4 Integration with Zurb Foundation 4 #61220Hi Peter ,
I am also experiencing the same issue. And i have followed what you said above. Bur still issue remains.
@*JQX Grid needed implementation starts here*@ var varDataFields = '['; var varDataColumns = '['; var typ = 'string'; var align = 'center'; debugger; jQuery.noConflict(); (function ($) { $(function () { // Initialize Widgets here. var myColumns = $("#YearlyGridReport thead th.titleTopLockedCell"); for (var j = 0; j < myColumns.length; j++) { var column = myColumns[j]; var col = $(column).text(); //col = col.replace('<span>', ''); //col = col.replace('</span>', ''); //var col = $(columns).find('th:get(' + j + ').find(' < span > ').text()'); if (!col == '') { varDataFields = varDataFields + ' { name: ' + "'" + col + "'" + ', type : ' + "'" + typ + "'" + '},'; varDataColumns = varDataColumns + ' { text: ' + "'" + col + "'" + ', dataField: ' + "'" + col + "'" + ', align: ' + "'" + align + "'" + ', width : 200' + '},'; } if (j == myColumns.length - 1) { varDataFields = varDataFields.slice(0, -1); varDataColumns = varDataColumns.slice(0, -1) } } varDataFields = varDataFields + ']'; varDataColumns = varDataColumns + ']'; var rows = $("#YearlyGridReport tbody tr"); // select columns. var columns = $("#table thead th"); var data = []; for (var i = 0; i < rows.length; i++) { var row = rows[i]; var datarow = {}; for (var j = 0; j < columns.length; j++) { // get column's title. var columnName = $.trim($(columns[j]).text()); // select cell. var cell = $(row).find('td:eq(' + j + ')'); datarow[columnName] = $.trim(cell.text()); } data[data.length] = datarow; } var source = { localdata: data, datafields: varDataFields, // [ // { name: "First Name", type: "string" }, // { name: "Last Name", type: "string" }, // { name: "Product", type: "string" }, // { name: "Available", type: "string" }, // { name: "Ship Date", type: "date", format: 'MM/dd/yyyy' }, // { name: "Quantity", type: "number" }, // { name: "Price", type: "number" } // ], datatype: "array" }; var addfilter = function () { var filtergroup = new $.jqx.filter(); var filter_or_operator = 1; var filtervalue = ''; var filtercondition = 'contains'; var filter1 = filtergroup.createfilter('stringfilter', filtervalue, filtercondition); filtervalue = ''; filtercondition = 'contains'; var filter2 = filtergroup.createfilter('stringfilter', filtervalue, filtercondition); filtergroup.addfilter(filter_or_operator, filter1); filtergroup.addfilter(filter_or_operator, filter2); // add the filters. $("#jqxgrid").jqxGrid('addfilter', '', filtergroup); // apply the filters. $("#jqxgrid").jqxGrid('applyfilters'); } var dataAdapter = new $.jqx.dataAdapter(source); // var tab = $("#dataTable").jqxDataTable( //{ // width: 1200, // source: dataAdapter, // filterable: true, // sortable: true, // autoshowfiltericon: true, // columns: [ //{ text: 'First Name', datafield: 'firstname', width: 200 }, // { text: 'Last Name', datafield: 'lastname', width: 200 }, // { text: 'Product', datafield: 'productname', width: 180 }, // { text: 'Order Date', datafield: 'date', width: 160, cellsformat: 'dd-MMMM-yyyy' }, // { text: 'Quantity', datafield: 'quantity', cellsalign: 'right' } // ] //}); $("#jqxgrid").jqxGrid( { width: 1200, source: dataAdapter, filterable: true, sortable: true, autoshowfiltericon: true, ready: function () { addfilter(); var localizationObject = { filterstringcomparisonoperators: ['contains', 'does not contain'], // filter numeric comparison operators. filternumericcomparisonoperators: ['less than', 'greater than'], // filter date comparison operators. filterdatecomparisonoperators: ['less than', 'greater than'], // filter bool comparison operators. filterbooleancomparisonoperators: ['equal', 'not equal'] } $("#jqxgrid").jqxGrid('localizestrings', localizationObject); }, updatefilterconditions: function (type, defaultconditions) { var stringcomparisonoperators = ['CONTAINS', 'DOES_NOT_CONTAIN']; var numericcomparisonoperators = ['LESS_THAN', 'GREATER_THAN']; var datecomparisonoperators = ['LESS_THAN', 'GREATER_THAN']; var booleancomparisonoperators = ['EQUAL', 'NOT_EQUAL']; switch (type) { case 'stringfilter': return stringcomparisonoperators; case 'numericfilter': return numericcomparisonoperators; case 'datefilter': return datecomparisonoperators; case 'booleanfilter': return booleancomparisonoperators; } }, updatefilterpanel: function (filtertypedropdown1, filtertypedropdown2, filteroperatordropdown, filterinputfield1, filterinputfield2, filterbutton, clearbutton, columnfilter, filtertype, filterconditions) { var index1 = 0; var index2 = 0; if (columnfilter != null) { var filter1 = columnfilter.getfilterat(0); var filter2 = columnfilter.getfilterat(1); if (filter1) { index1 = filterconditions.indexOf(filter1.comparisonoperator); var value1 = filter1.filtervalue; filterinputfield1.val(value1); } if (filter2) { index2 = filterconditions.indexOf(filter2.comparisonoperator); var value2 = filter2.filtervalue; filterinputfield2.val(value2); } } filtertypedropdown1.jqxDropDownList({ autoDropDownHeight: true, selectedIndex: index1 }); filtertypedropdown2.jqxDropDownList({ autoDropDownHeight: true, selectedIndex: index2 }); } , columns: varDataColumns //[ // { text: 'First Name', dataField: 'First Name', align: 'center', width: 130 }, // { text: 'Last Name', dataField: 'Last Name', align: 'center', width: 130 }, // { text: 'Product', dataField: 'Product', align: 'center', width: 170 }, // { text: 'Available', dataField: 'Available', columntype: 'checkbox', align: 'center', width: 90 }, // { text: 'Ship Date', dataField: 'Ship Date', align: 'center', cellsformat: 'd', width: 100 }, // { text: 'Quantity', dataField: 'Quantity', align: 'center', cellsalign: 'right', width: 100 }, // { text: 'Price', dataField: 'Price', align: 'right', cellsalign: 'right', cellsformat: "c2" } //] //[{ text: 'January', datafield: 'January', width: 200 }, // { text: 'February', datafield: 'February', width: 200 }, // { text: 'March', datafield: 'March', width: 200 }, // { text: 'April', datafield: 'April', width: 200 }, // { text: 'May', datafield: 'May', width: 200 }, // { text: 'June', datafield: 'June', width: 200 }, // { text: 'July', datafield: 'July', width: 200 }] }); $('#events').jqxPanel({ width: 300, height: 80 }); $("#jqxgrid").on("filter", function (event) { $("#events").jqxPanel('clearcontent'); var filterinfo = $("#jqxgrid").jqxGrid('getfilterinformation'); var eventData = "Triggered 'filter' event"; for (i = 0; i < filterinfo.length; i++) { var eventData = "Filter Column: " + filterinfo[i].filtercolumntext; $('#events').jqxPanel('prepend', '<div style="margin-top: 5px;">' + eventData + '</div>'); } }); $('#clearfilteringbutton').jqxButton({ theme: theme }); $('#filterbackground').jqxCheckBox({ checked: true, height: 25 }); $('#filtericons').jqxCheckBox({ checked: false, height: 25 }); // clear the filtering. $('#clearfilteringbutton').click(function () { $("#jqxgrid").jqxGrid('clearfilters'); }); // show/hide filter background $('#filterbackground').on('change', function (event) { $("#jqxgrid").jqxGrid({ showfiltercolumnbackground: event.args.checked }); }); // show/hide filter icons $('#filtericons').on('change', function (event) { $("#jqxgrid").jqxGrid({ autoshowfiltericon: !event.args.checked }); }); }); })(jQuery); @*JQX Grid needed implementation ends here*@
October 15, 2014 at 1:30 pm in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61178For more info :
I am creating the fields like the following .
var varDataFields = '['; var varDataColumns = '['; var typ = 'string'; var align = 'center'; debugger; var myColumns = $("#YearlyGridReport thead th.titleTopLockedCell"); for (var j = 0; j < myColumns.length; j++) { var column = myColumns[j]; var col = $(column).text(); //col = col.replace('<span>', ''); //col = col.replace('</span>', ''); //var col = $(columns).find('th:get(' + j + ').find(' < span > ').text()'); if (!col == '') { varDataFields = varDataFields + ' { name: ' + "'" + col + "'" + ', type : ' + "'" + typ + "'" + '},'; varDataColumns = varDataColumns + ' { text: ' + "'" + col + "'" + ', dataField: ' + "'" + col + "'" + ', align: ' + "'" + align + "'" + ', width : 200' + '},'; } if (j == myColumns.length - 1) { varDataFields = varDataFields.slice(0, -1); varDataColumns = varDataColumns.slice(0, -1) } } varDataFields = varDataFields + ']'; varDataColumns = varDataColumns + ']';
October 15, 2014 at 1:24 pm in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61177Hi Dimitar ,
Thanks a lot for the column hierarchy demo. But i need the sorting,filtering,sorting in that demo. Is that possible ? If yes please help, we can purchase if it does.
Kindest Regards
SibeeshOctober 15, 2014 at 1:21 pm in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61176Hi Dimitar,
I have one more doubt . Will it work with dynamically added simple HTML table? In that case the dataField and column will be generated dynamically. We cannot predict how many may generate. So we will just loop through the HTML and get the dataField and column . But the problem is when I assign source to the adapter is shows the error as “0x800a138f – JavaScript runtime error: Unable to get property ‘dataAdapter’ of undefined or null reference” . The same is working fine when the table is static.
Kindest Regrads
SibeeshOctober 15, 2014 at 10:19 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61159Hi Peter,
Does JQX grid supports hierarchy json/ hierarchy html table ? If it supports my company is ready to go for a paid version. Can you please check this image? . I have tried myself a lot, as far as I know It is not supporting . Please help me solving this issue. Thanks in advance.
Kindest Regards
SibeeshOctober 15, 2014 at 9:20 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61153In that case also , we are just manipulating the Json Array from the HTML table right? So it is always better to bind the Json itself na? What do you think ? Please narrate me in this.
Thanks And Regards
SibeeshOctober 14, 2014 at 9:12 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61089Hi Dimitar,
I have Included all the filters and working fine for those kinda HTML table. Will it work on the HTML table which i shared here second time. Please help me if you can. Thanks in advance.October 14, 2014 at 8:41 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61085Hi Dimitar,
My requirement is http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm?%28arctic%29#demos/jqxgrid/filterconditions.htm with the HTML table. The one you showed does not contain all the filtering functionality. Thank you.
October 14, 2014 at 7:15 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61080Please ignore my previous HTML, Please look at the below one.
<table id="YearlyGridReport" class="display dataTable no-footer" role="grid" aria-describedby="YearlyGridReport_info" style="width: 2873px;"> <thead> <tr role="row"><th rowspan="1" colspan="1"><span> </span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="January: activate to sort column ascending" style="width: 45px;"><span>January</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="February: activate to sort column ascending" style="width: 50px;"><span>February</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="March: activate to sort column ascending" style="width: 36px;"><span>March</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="April: activate to sort column ascending" style="width: 28px;"><span>April</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="May: activate to sort column ascending" style="width: 25px;"><span>May</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="June: activate to sort column ascending" style="width: 27px;"><span>June</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="July: activate to sort column ascending" style="width: 23px;"><span>July</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="August: activate to sort column ascending" style="width: 41px;"><span>August</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="September: activate to sort column ascending" style="width: 62px;"><span>September</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="October: activate to sort column ascending" style="width: 46px;"><span>October</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="November: activate to sort column ascending" style="width: 60px;"><span>November</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="December: activate to sort column ascending" style="width: 58px;"><span>December</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="January: activate to sort column ascending" style="width: 45px;"><span>January</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="February: activate to sort column ascending" style="width: 50px;"><span>February</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="March: activate to sort column ascending" style="width: 36px;"><span>March</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="April: activate to sort column ascending" style="width: 28px;"><span>April</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="May: activate to sort column ascending" style="width: 25px;"><span>May</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="June: activate to sort column ascending" style="width: 27px;"><span>June</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="July: activate to sort column ascending" style="width: 23px;"><span>July</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="August: activate to sort column ascending" style="width: 41px;"><span>August</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="September: activate to sort column ascending" style="width: 62px;"><span>September</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="October: activate to sort column ascending" style="width: 46px;"><span>October</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="November: activate to sort column ascending" style="width: 60px;"><span>November</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="December: activate to sort column ascending" style="width: 58px;"><span>December</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="January: activate to sort column ascending" style="width: 45px;"><span>January</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="February: activate to sort column ascending" style="width: 50px;"><span>February</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="March: activate to sort column ascending" style="width: 36px;"><span>March</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="April: activate to sort column ascending" style="width: 28px;"><span>April</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="May: activate to sort column ascending" style="width: 25px;"><span>May</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="June: activate to sort column ascending" style="width: 27px;"><span>June</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="July: activate to sort column ascending" style="width: 23px;"><span>July</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="August: activate to sort column ascending" style="width: 41px;"><span>August</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="September: activate to sort column ascending" style="width: 62px;"><span>September</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="October: activate to sort column ascending" style="width: 46px;"><span>October</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="November: activate to sort column ascending" style="width: 60px;"><span>November</span></th><th class="titleTopLockedCell sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label="December: activate to sort column ascending" style="width: 58px;"><span>December</span></th></tr><tr role="row"><th class="sorting" tabindex="0" aria-controls="YearlyGridReport" rowspan="1" colspan="1" aria-label=" : activate to sort column ascending"><span> </span></th><th class="titleTopLockedCell" colspan="36" rowspan="1"><span>Utilization</span></th></tr> </thead><tbody> <tr role="row" class="odd"> <td class="titleLeftLockedCell"><span>Q1</span></td><td class="valueCell"><span>175</span></td><td class="valueCell"><span>156</span></td><td class="valueCell"><span>193</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>79,789</span></td><td class="valueCell"><span>73,181</span></td><td class="valueCell"><span>80,644</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>38,320</span></td><td class="valueCell"><span>27,810</span></td><td class="valueCell"><span>27,197</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr role="row" class="even"> <td class="titleLeftLockedCell"><span>Q2</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>329</span></td><td class="valueCell"><span>457</span></td><td class="valueCell"><span>454</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>84,380</span></td><td class="valueCell"><span>86,833</span></td><td class="valueCell"><span>86,375</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>24,347</span></td><td class="valueCell"><span>20,772</span></td><td class="valueCell"><span>20,225</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr role="row" class="odd"> <td class="titleLeftLockedCell"><span>Q3</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>591</span></td><td class="valueCell"><span>639</span></td><td class="valueCell"><span>718</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>95,268</span></td><td class="valueCell"><span>88,778</span></td><td class="valueCell"><span>91,090</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>18,320</span></td><td class="valueCell"><span>14,314</span></td><td class="valueCell"><span>8,581</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr role="row" class="even"> <td class="titleLeftLockedCell"><span>Q4</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>1,766</span></td><td class="valueCell"><span>1,479</span></td><td class="valueCell"><span>1,567</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>102,293</span></td><td class="valueCell"><span>71,375</span></td><td class="valueCell"><span>69,739</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,742</span></td><td class="valueCell"><span>2,019</span></td><td class="valueCell"><span>1,634</span></td> </tr></tbody> </table>
October 14, 2014 at 6:59 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61079Here i am giving you the sample HTML
<table Id="YearlyGridReport" class="display"> <thead> <tr> <th><span> </span></th><th><span> </span></th><th class="titleTopLockedCell"><span></span></th><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><td><span></span></td><th class="titleTopLockedCell" colspan="20"><span>Butler</span></th><th class="titleTopLockedCell" colspan="6"><span>Database & BI</span></th><th class="titleTopLockedCell" colspan="40"><span>Dulaney</span></th><th class="titleTopLockedCell" colspan="66"><span>Gappa</span></th><th class="titleTopLockedCell" colspan="12"><span>Generotzke</span></th><th class="titleTopLockedCell" colspan="4"><span>Golish</span></th><th class="titleTopLockedCell" colspan="22"><span>Horton</span></th><th class="titleTopLockedCell" colspan="24"><span>Kuerschner</span></th><th class="titleTopLockedCell" colspan="10"><span>Manufacturing/Financial Systems</span></th><th class="titleTopLockedCell" colspan="14"><span>Michalak</span></th><th class="titleTopLockedCell" colspan="8"><span>No Longer Employed</span></th><th class="titleTopLockedCell" colspan="10"><span>Non-IT</span></th><th class="titleTopLockedCell" colspan="2"><span>Omni-Channel Retail</span></th><th class="titleTopLockedCell" colspan="74"><span>Paynter</span></th><th class="titleTopLockedCell" colspan="14"><span>Steinke</span></th><th class="titleTopLockedCell" colspan="2"><span>Supply Chain Systems</span></th><th class="titleTopLockedCell" colspan="2"><span>Tamke</span></th><th class="titleTopLockedCell" colspan="44"><span>Walters</span></th><th class="titleTopLockedCell" colspan="12"><span>Wanderski</span></th><th class="titleTopLockedCell" colspan="8"><span>Watton</span></th><th class="titleTopLockedCell" colspan="6"><span>Web Strategies</span></th><th class="titleTopLockedCell" colspan="20"><span>White</span></th><th class="titleTopLockedCell" colspan="2"><span>Unknown</span></th> </tr><tr> <th><span> </span></th><th><span> </span></th><th class="titleTopLockedCell"><span></span></th><td><span></span></td><th class="titleTopLockedCell" colspan="2"><span>Accardo, Teresa</span></th><th class="titleTopLockedCell" colspan="2"><span>Butler, Glenn</span></th><th class="titleTopLockedCell" colspan="2"><span>Carruth, Mick</span></th><th class="titleTopLockedCell" colspan="2"><span>Cedarblade, Erik</span></th><th class="titleTopLockedCell" colspan="2"><span>Coen, Michelle</span></th><th class="titleTopLockedCell" colspan="2"><span>Cooper, Marla</span></th><th class="titleTopLockedCell" colspan="2"><span>Copeland, Michael</span></th><th class="titleTopLockedCell" colspan="2"><span>Dulaney, Jerry</span></th><th class="titleTopLockedCell" colspan="2"><span>Gappa, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Golish, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Halvorson, Scott</span></th><th class="titleTopLockedCell" colspan="2"><span>Heimstead, Lou</span></th><th class="titleTopLockedCell" colspan="2"><span>Hickey, Ronda</span></th><th class="titleTopLockedCell" colspan="2"><span>Horton, Bob</span></th><th class="titleTopLockedCell" colspan="2"><span>Houston, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Jambulingam, Revathi</span></th><th class="titleTopLockedCell" colspan="2"><span>Knutson, Travis</span></th><th class="titleTopLockedCell" colspan="2"><span>LaPoint, Darrin</span></th><th class="titleTopLockedCell" colspan="2"><span>Leiphart, David</span></th><th class="titleTopLockedCell" colspan="2"><span>Lewis, Natasha</span></th><th class="titleTopLockedCell" colspan="2"><span>Massie, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Michalak, Jason</span></th><th class="titleTopLockedCell" colspan="2"><span>Moore, Mary Lou</span></th><th class="titleTopLockedCell" colspan="2"><span>Munson, Howard</span></th><th class="titleTopLockedCell" colspan="2"><span>Nelson, Jarrod</span></th><th class="titleTopLockedCell" colspan="2"><span>Pahl, Michael</span></th><th class="titleTopLockedCell" colspan="2"><span>Peters, John</span></th><th class="titleTopLockedCell" colspan="2"><span>Rand, Keith</span></th><th class="titleTopLockedCell" colspan="2"><span>Schock, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Slaby, Eric</span></th><th class="titleTopLockedCell" colspan="2"><span>Soundararajan, Shobana</span></th><th class="titleTopLockedCell" colspan="2"><span>Stanislowski, Amy</span></th><th class="titleTopLockedCell" colspan="2"><span>Steinke, Rick</span></th><th class="titleTopLockedCell" colspan="2"><span>Thompson, Kevin</span></th><th class="titleTopLockedCell" colspan="2"><span>VonBokern, Jason</span></th><th class="titleTopLockedCell" colspan="2"><span>Walters, Rodney</span></th><th class="titleTopLockedCell" colspan="2"><span>Wanderski, Andy</span></th><th class="titleTopLockedCell" colspan="2"><span>Warczak, Dustin</span></th><th class="titleTopLockedCell" colspan="2"><span>Watton, Deb</span></th><th class="titleTopLockedCell" colspan="2"><span>Werlein, John</span></th><th class="titleTopLockedCell" colspan="2"><span>White, Robert</span></th><th class="titleTopLockedCell" colspan="2"><span>Wood, William</span></th><th class="titleTopLockedCell" colspan="2"><span>Wopat, Alex</span></th><th class="titleTopLockedCell" colspan="2"><span>Xiong, Tou Ke</span></th><th class="titleTopLockedCell" colspan="2"><span>Xu, Jack</span></th><th class="titleTopLockedCell" colspan="2"><span>Bland, Joel</span></th><th class="titleTopLockedCell" colspan="2"><span>Butler, Glenn</span></th><th class="titleTopLockedCell" colspan="2"><span>Conradt, Jeremy</span></th><th class="titleTopLockedCell" colspan="2"><span>Halvorson, Craig</span></th><th class="titleTopLockedCell" colspan="2"><span>Larson, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Martinez, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Overholt, Mike</span></th><th class="titleTopLockedCell" colspan="2"><span>Stanislowski, Brad</span></th><th class="titleTopLockedCell" colspan="2"><span>Sun, Same</span></th><th class="titleTopLockedCell" colspan="2"><span>Werlein, John</span></th><th class="titleTopLockedCell" colspan="2"><span>Schock, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Weymier, Mike</span></th><th class="titleTopLockedCell" colspan="2"><span>White, Justin</span></th><th class="titleTopLockedCell" colspan="2"><span>Branes, Keith</span></th><th class="titleTopLockedCell" colspan="2"><span>Burel, Donald</span></th><th class="titleTopLockedCell" colspan="2"><span>Carruth, Mick</span></th><th class="titleTopLockedCell" colspan="2"><span>Cedarblade, Erik</span></th><th class="titleTopLockedCell" colspan="2"><span>Dang, Francis</span></th><th class="titleTopLockedCell" colspan="2"><span>Davis, Brooks</span></th><th class="titleTopLockedCell" colspan="2"><span>Ding, Sky</span></th><th class="titleTopLockedCell" colspan="2"><span>Dulaney, Jerry</span></th><th class="titleTopLockedCell" colspan="2"><span>Gappa, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Gibens, Kim</span></th><th class="titleTopLockedCell" colspan="2"><span>Johnson, Randy</span></th><th class="titleTopLockedCell" colspan="2"><span>Martinez, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Michalak, Jason</span></th><th class="titleTopLockedCell" colspan="2"><span>Mollman, Ken</span></th><th class="titleTopLockedCell" colspan="2"><span>Pahl, Michael</span></th><th class="titleTopLockedCell" colspan="2"><span>Pong, Arthur</span></th><th class="titleTopLockedCell" colspan="2"><span>Rand, Keith</span></th><th class="titleTopLockedCell" colspan="2"><span>Stark, Stacy</span></th><th class="titleTopLockedCell" colspan="2"><span>Thompson, Kevin</span></th><th class="titleTopLockedCell" colspan="2"><span>Werlein, John</span></th><th class="titleTopLockedCell"><span></span></th><td><span></span></td><th class="titleTopLockedCell" colspan="2"><span>Accardo, Teresa</span></th><th class="titleTopLockedCell" colspan="2"><span>Bettin, Andy</span></th><th class="titleTopLockedCell" colspan="2"><span>Clemmer, BJ</span></th><th class="titleTopLockedCell" colspan="2"><span>Copeland, Michael</span></th><th class="titleTopLockedCell" colspan="2"><span>Davis, Andy</span></th><th class="titleTopLockedCell" colspan="2"><span>Galewski, Carol</span></th><th class="titleTopLockedCell" colspan="2"><span>Gappa, Bill</span></th><th class="titleTopLockedCell" colspan="2"><span>Heimstead, Lou</span></th><th class="titleTopLockedCell" colspan="2"><span>Houston, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Johnson, Joe</span></th><th class="titleTopLockedCell" colspan="2"><span>Karam, Igor</span></th><th class="titleTopLockedCell" colspan="2"><span>Lamey, Steve</span></th><th class="titleTopLockedCell" colspan="2"><span>Leiphart, David</span></th><th class="titleTopLockedCell" colspan="2"><span>Lewis, Natasha</span></th><th class="titleTopLockedCell" colspan="2"><span>Lincoln, David</span></th><th class="titleTopLockedCell" colspan="2"><span>Liu, Kiken</span></th><th class="titleTopLockedCell" colspan="2"><span>Massie, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>McAlister, Brad</span></th><th class="titleTopLockedCell" colspan="2"><span>Mitchell, Mary</span></th><th class="titleTopLockedCell" colspan="2"><span>Morris, Derek</span></th><th class="titleTopLockedCell" colspan="2"><span>Peters, John</span></th><th class="titleTopLockedCell" colspan="2"><span>Rao, Umashankar</span></th><th class="titleTopLockedCell" colspan="2"><span>Ray, Gary</span></th><th class="titleTopLockedCell" colspan="2"><span>Roy, Patrick</span></th><th class="titleTopLockedCell" colspan="2"><span>Slaby, Eric</span></th><th class="titleTopLockedCell" colspan="2"><span>Smith, Melinda</span></th><th class="titleTopLockedCell" colspan="2"><span>Steiner, Trudie</span></th><th class="titleTopLockedCell" colspan="2"><span>Waldrop, Joe</span></th><th class="titleTopLockedCell" colspan="2"><span>Waltzer, Jean</span></th><th class="titleTopLockedCell" colspan="2"><span>Wise, Lynn</span></th><th class="titleTopLockedCell" colspan="2"><span>Xiong, Tou Ke</span></th><th class="titleTopLockedCell" colspan="2"><span>Xu, Jack</span></th><th class="titleTopLockedCell" colspan="2"><span>Carruth, Mick</span></th><th class="titleTopLockedCell" colspan="2"><span>Davis, Brooks</span></th><th class="titleTopLockedCell" colspan="2"><span>Hagemann, Al</span></th><th class="titleTopLockedCell" colspan="2"><span>Peters, John</span></th><th class="titleTopLockedCell" colspan="2"><span>Werlein, John</span></th><th class="titleTopLockedCell" colspan="2"><span>Zellmer, Jerry</span></th><th class="titleTopLockedCell" colspan="2"><span>Subramanian, Sujatha</span></th><th class="titleTopLockedCell" colspan="2"><span>Wanderski, Andy</span></th><th class="titleTopLockedCell"><span></span></th><td><span></span></td><th class="titleTopLockedCell" colspan="2"><span>Coen, Michelle</span></th><th class="titleTopLockedCell" colspan="2"><span>Conan, Kevin</span></th><th class="titleTopLockedCell" colspan="2"><span>Horton, Bob</span></th><th class="titleTopLockedCell" colspan="2"><span>Radatz, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Schock, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Slaby, Eric</span></th><th class="titleTopLockedCell" colspan="2"><span>Soundararajan, Shobana</span></th><th class="titleTopLockedCell" colspan="2"><span>Steinke, Andy</span></th><th class="titleTopLockedCell" colspan="2"><span>Steinke, Rick</span></th><th class="titleTopLockedCell" colspan="2"><span>White, Justin</span></th><th class="titleTopLockedCell" colspan="2"><span>Davis, Andy</span></th><th class="titleTopLockedCell" colspan="2"><span>Gaines, Joel</span></th><th class="titleTopLockedCell" colspan="2"><span>Halvorson, Scott</span></th><th class="titleTopLockedCell" colspan="2"><span>Henscheid, Jeff</span></th><th class="titleTopLockedCell" colspan="2"><span>Kuerschner, Jon</span></th><th class="titleTopLockedCell" colspan="2"><span>Leiphart, David</span></th><th class="titleTopLockedCell" colspan="2"><span>Peters, John</span></th><th class="titleTopLockedCell" colspan="2"><span>Ray, Gary</span></th><th class="titleTopLockedCell" colspan="2"><span>Slaby, Eric</span></th><th class="titleTopLockedCell" colspan="2"><span>VonBokern, Jason</span></th><th class="titleTopLockedCell" colspan="2"><span>Westcott, Steve</span></th><th class="titleTopLockedCell" colspan="2"><span>Wopat, Alex</span></th><th class="titleTopLockedCell" colspan="2"><span>Copeland, Michael</span></th><th class="titleTopLockedCell" colspan="2"><span>Heimstead, Lou</span></th><th class="titleTopLockedCell" colspan="2"><span>Smith, Melinda</span></th><th class="titleTopLockedCell" colspan="2"><span>Steiner, Trudie</span></th><th class="titleTopLockedCell" colspan="2"><span>Xu, Jack</span></th><th class="titleTopLockedCell" colspan="2"><span>Butler, Glenn</span></th><th class="titleTopLockedCell" colspan="2"><span>Gappa, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Halvorson, Craig</span></th><th class="titleTopLockedCell" colspan="2"><span>Larson, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Martinez, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Michalak, Jason</span></th><th class="titleTopLockedCell" colspan="2"><span>Stanislowski, Brad</span></th><th class="titleTopLockedCell" colspan="2"><span>Johnson, Todd</span></th><th class="titleTopLockedCell" colspan="2"><span>Kuula, Mark</span></th><th class="titleTopLockedCell" colspan="2"><span>Roshto, Stacy</span></th><th class="titleTopLockedCell" colspan="2"><span>Schmidt, Emily</span></th><th class="titleTopLockedCell"><span></span></th><td><span></span></td><th class="titleTopLockedCell" colspan="2"><span>Menard, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Steinke, Rick</span></th><th class="titleTopLockedCell" colspan="2"><span>Waldof, Teresa</span></th><th class="titleTopLockedCell" colspan="2"><span>Woychik, Dan</span></th><th class="titleTopLockedCell" colspan="2"><span>Zellmer, Jerry</span></th><th class="titleTopLockedCell"><span></span></th><td><span></span></td><th class="titleTopLockedCell" colspan="2"><span>Burel, Donald</span></th><th class="titleTopLockedCell" colspan="2"><span>Carruth, Mick</span></th><th class="titleTopLockedCell" colspan="2"><span>Coen, Michelle</span></th><th class="titleTopLockedCell" colspan="2"><span>Cooper, Marla</span></th><th class="titleTopLockedCell" colspan="2"><span>Elegbede, Wale</span></th><th class="titleTopLockedCell" colspan="2"><span>Elich, Sam</span></th><th class="titleTopLockedCell" colspan="2"><span>Golish, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Haar, Randy</span></th><th class="titleTopLockedCell" colspan="2"><span>Halvorson, Scott</span></th><th class="titleTopLockedCell" colspan="2"><span>Henderson, Lyn</span></th><th class="titleTopLockedCell" colspan="2"><span>Knutson, Travis</span></th><th class="titleTopLockedCell" colspan="2"><span>Krebsbach, Mike</span></th><th class="titleTopLockedCell" colspan="2"><span>Kurcz, Mary</span></th><th class="titleTopLockedCell" colspan="2"><span>Macy, Chris</span></th><th class="titleTopLockedCell" colspan="2"><span>Malekovic, Leslie</span></th><th class="titleTopLockedCell" colspan="2"><span>Malzahn, Sarah</span></th><th class="titleTopLockedCell" colspan="2"><span>Menter, Denny</span></th><th class="titleTopLockedCell" colspan="2"><span>Michalak, Jason</span></th><th class="titleTopLockedCell" colspan="2"><span>Nelson, Tony</span></th><th class="titleTopLockedCell" colspan="2"><span>Nichols, Sheri</span></th><th class="titleTopLockedCell" colspan="2"><span>Payne, Annette</span></th><th class="titleTopLockedCell" colspan="2"><span>Paynter, Jeff</span></th><th class="titleTopLockedCell" colspan="2"><span>Peters, John</span></th><th class="titleTopLockedCell" colspan="2"><span>Poindexter, Don</span></th><th class="titleTopLockedCell" colspan="2"><span>Rand, Keith</span></th><th class="titleTopLockedCell" colspan="2"><span>Rao, Umashankar</span></th><th class="titleTopLockedCell" colspan="2"><span>Rupnick, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Schmidt, Emily</span></th><th class="titleTopLockedCell" colspan="2"><span>Schock, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Thompson, Kevin</span></th><th class="titleTopLockedCell" colspan="2"><span>Wagar, Denise</span></th><th class="titleTopLockedCell" colspan="2"><span>Wallman, Spencer</span></th><th class="titleTopLockedCell" colspan="2"><span>Waltzer, Jean</span></th><th class="titleTopLockedCell" colspan="2"><span>Wanderski, Andy</span></th><th class="titleTopLockedCell" colspan="2"><span>Weymier, Mike</span></th><th class="titleTopLockedCell" colspan="2"><span>Zellmer, Jerry</span></th><th class="titleTopLockedCell" colspan="2"><span>Coen, Michelle</span></th><th class="titleTopLockedCell" colspan="2"><span>Leiphart, David</span></th><th class="titleTopLockedCell" colspan="2"><span>Radatz, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Schock, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Soundararajan, Shobana</span></th><th class="titleTopLockedCell" colspan="2"><span>Steinke, Rick</span></th><th class="titleTopLockedCell" colspan="2"><span>Waldof, Teresa</span></th><th class="titleTopLockedCell" colspan="2"><span>LaPoint, Darrin</span></th><th class="titleTopLockedCell" colspan="2"><span>Tamke, Sandy</span></th><th class="titleTopLockedCell"><span></span></th><td><span></span></td><th class="titleTopLockedCell" colspan="2"><span>Bridgemen, Tim</span></th><th class="titleTopLockedCell" colspan="2"><span>Galewski, Carol</span></th><th class="titleTopLockedCell" colspan="2"><span>Heimstead, Lou</span></th><th class="titleTopLockedCell" colspan="2"><span>Hulberg, Leandra</span></th><th class="titleTopLockedCell" colspan="2"><span>Jiang, Hong</span></th><th class="titleTopLockedCell" colspan="2"><span>Leiphart, David</span></th><th class="titleTopLockedCell" colspan="2"><span>Moore, Mary Lou</span></th><th class="titleTopLockedCell" colspan="2"><span>Nelson, Jarrod</span></th><th class="titleTopLockedCell" colspan="2"><span>Piechorowski, Frank</span></th><th class="titleTopLockedCell" colspan="2"><span>Rumpel, Devon</span></th><th class="titleTopLockedCell" colspan="2"><span>Schauer, Jamie</span></th><th class="titleTopLockedCell" colspan="2"><span>Schock, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Staack, Joni</span></th><th class="titleTopLockedCell" colspan="2"><span>Stanislowski, Amy</span></th><th class="titleTopLockedCell" colspan="2"><span>Stanislowski, Brad</span></th><th class="titleTopLockedCell" colspan="2"><span>Steinke, Rick</span></th><th class="titleTopLockedCell" colspan="2"><span>VonBokern, Jason</span></th><th class="titleTopLockedCell" colspan="2"><span>Walters, Rodney</span></th><th class="titleTopLockedCell" colspan="2"><span>Westcott, Steve</span></th><th class="titleTopLockedCell" colspan="2"><span>Wopat, Alex</span></th><th class="titleTopLockedCell" colspan="2"><span>Xu, Jack</span></th><th class="titleTopLockedCell" colspan="2"><span>Golish, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Huebner, Cindy</span></th><th class="titleTopLockedCell" colspan="2"><span>Martinez, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Schock, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Steinke, Rick</span></th><th class="titleTopLockedCell" colspan="2"><span>Wanderski, Andy</span></th><th class="titleTopLockedCell" colspan="2"><span>Cooper, Marla</span></th><th class="titleTopLockedCell" colspan="2"><span>Massie, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Radatz, Amanda</span></th><th class="titleTopLockedCell" colspan="2"><span>Watton, Deb</span></th><th class="titleTopLockedCell" colspan="2"><span>Fillbach, Sarah</span></th><th class="titleTopLockedCell" colspan="2"><span>Henderson, Lyn</span></th><th class="titleTopLockedCell" colspan="2"><span>Krebsbach, Mike</span></th><th class="titleTopLockedCell" colspan="2"><span>Butler, Glenn</span></th><th class="titleTopLockedCell" colspan="2"><span>Golish, Brian</span></th><th class="titleTopLockedCell" colspan="2"><span>Halvorson, Scott</span></th><th class="titleTopLockedCell" colspan="2"><span>Horton, Bob</span></th><th class="titleTopLockedCell" colspan="2"><span>Martinez, Dennis</span></th><th class="titleTopLockedCell" colspan="2"><span>Nelson, Jarrod</span></th><th class="titleTopLockedCell" colspan="2"><span>Stanislowski, Brad</span></th><th class="titleTopLockedCell" colspan="2"><span>Steinke, Rick</span></th><th class="titleTopLockedCell" colspan="2"><span>Wanderski, Andy</span></th><th class="titleTopLockedCell" colspan="2"><span>White, Robert</span></th><th class="titleTopLockedCell" colspan="2"><span>Unknown</span></th> </tr><tr> <th><span> </span></th><th><span> </span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th><th class="titleTopLockedCell"><span>Availability</span></th><th class="titleTopLockedCell"><span>Capacity</span></th> </tr> </thead> <tbody> <tr> <td class="titleLeftLockedCell"><span>Administration</span></td><td class="titleLeftLockedCell"><span>Requested</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>Administration</span></td><td class="titleLeftLockedCell"><span>Work Cancelled</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>Administration</span></td><td class="titleLeftLockedCell"><span>Work Completed</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>Maintenance</span></td><td class="titleLeftLockedCell"><span>Assumed Completed</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>Maintenance</span></td><td class="titleLeftLockedCell"><span>Work Cancelled</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>Maintenance</span></td><td class="titleLeftLockedCell"><span>Work Completed</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>New</span></td><td class="titleLeftLockedCell"><span>Work Cancelled</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>New</span></td><td class="titleLeftLockedCell"><span>Work Completed</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>Std. Activity</span></td><td class="titleLeftLockedCell"><span>Std. Activity</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>Support</span></td><td class="titleLeftLockedCell"><span>Work Completed</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td> </tr><tr> <td class="titleLeftLockedCell"><span>Unknown</span></td><td class="titleLeftLockedCell"><span>Unknown</span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span></span></td><td class="valueCell"><span>3,459,927</span></td><td class="valueCell"><span>4,616,148</span></td> </tr> </tbody> </table>
October 14, 2014 at 6:53 am in reply to: Load JQX Grid with Datatable intead of Json Load JQX Grid with Datatable intead of Json #61078I am really sorry for my unclear question. My need is , i have HTML table which i am creating dynamically. So i want to know how i can bind the JQX grid with the HTML table. Please help me . Any help is appreciated .
Thanks And Regards
Sibeesh -
AuthorPosts