taskjuggler 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (432) hide show
  1. data/Rakefile +1 -0
  2. data/benchmarks/depends.tjp +2 -1
  3. data/benchmarks/htmltaskreport.tjp +2 -1
  4. data/doc/classes/AppConfig.html +124 -120
  5. data/doc/classes/Arguments.html +10 -6
  6. data/doc/classes/Object.html +229 -0
  7. data/doc/classes/String.html +35 -31
  8. data/doc/classes/TaskJuggler/Account.html +18 -18
  9. data/doc/classes/TaskJuggler/AccountAttribute.html +261 -0
  10. data/doc/classes/TaskJuggler/AccountScenario.html +12 -12
  11. data/doc/classes/TaskJuggler/Allocation.html +34 -30
  12. data/doc/classes/TaskJuggler/AllocationAttribute.html +70 -70
  13. data/doc/classes/TaskJuggler/AttributeBase.html +131 -147
  14. data/doc/classes/TaskJuggler/AttributeDefinition.html +38 -21
  15. data/doc/classes/TaskJuggler/BatchProcessor.html +313 -0
  16. data/doc/classes/TaskJuggler/Booking.html +22 -18
  17. data/doc/classes/TaskJuggler/BookingListAttribute.html +42 -42
  18. data/doc/classes/TaskJuggler/BooleanAttribute.html +40 -40
  19. data/doc/classes/TaskJuggler/CSVFile.html +28 -24
  20. data/doc/classes/TaskJuggler/Charge.html +22 -18
  21. data/doc/classes/TaskJuggler/ChargeListAttribute.html +30 -30
  22. data/doc/classes/TaskJuggler/ChargeSet.html +41 -37
  23. data/doc/classes/TaskJuggler/ChargeSetListAttribute.html +46 -46
  24. data/doc/classes/TaskJuggler/ColumnListAttribute.html +231 -0
  25. data/doc/classes/TaskJuggler/ColumnTable.html +23 -21
  26. data/doc/classes/TaskJuggler/DateAttribute.html +20 -20
  27. data/doc/classes/TaskJuggler/DefinitionListAttribute.html +162 -0
  28. data/doc/classes/TaskJuggler/DependencyListAttribute.html +46 -46
  29. data/doc/classes/TaskJuggler/DurationAttribute.html +30 -30
  30. data/doc/classes/TaskJuggler/FixnumAttribute.html +20 -20
  31. data/doc/classes/TaskJuggler/FlagListAttribute.html +42 -42
  32. data/doc/classes/TaskJuggler/FloatAttribute.html +30 -30
  33. data/doc/classes/TaskJuggler/FormatListAttribute.html +197 -0
  34. data/doc/classes/TaskJuggler/GanttChart.html +236 -207
  35. data/doc/classes/TaskJuggler/GanttContainer.html +46 -42
  36. data/doc/classes/TaskJuggler/GanttHeader.html +16 -12
  37. data/doc/classes/TaskJuggler/GanttHeaderScaleItem.html +16 -12
  38. data/doc/classes/TaskJuggler/GanttLine.html +28 -24
  39. data/doc/classes/TaskJuggler/GanttLoadStack.html +22 -18
  40. data/doc/classes/TaskJuggler/GanttMilestone.html +46 -42
  41. data/doc/classes/TaskJuggler/GanttRouter.html +104 -98
  42. data/doc/classes/TaskJuggler/GanttTaskBar.html +46 -42
  43. data/doc/classes/TaskJuggler/HTMLDocument.html +12 -12
  44. data/doc/classes/TaskJuggler/HTMLGraphics.html +12 -12
  45. data/doc/classes/TaskJuggler/Interval.html +126 -120
  46. data/doc/classes/TaskJuggler/IntervalListAttribute.html +46 -46
  47. data/doc/classes/TaskJuggler/JobInfo.html +284 -0
  48. data/doc/classes/TaskJuggler/Journal.html +197 -0
  49. data/doc/classes/TaskJuggler/JournalEntry.html +218 -0
  50. data/doc/classes/TaskJuggler/KeywordArray.html +179 -0
  51. data/doc/classes/TaskJuggler/KeywordDocumentation.html +445 -396
  52. data/doc/classes/TaskJuggler/Limits/Limit.html +34 -30
  53. data/doc/classes/TaskJuggler/Limits.html +68 -62
  54. data/doc/classes/TaskJuggler/LimitsAttribute.html +40 -40
  55. data/doc/classes/TaskJuggler/ListAttributeBase.html +207 -0
  56. data/doc/classes/TaskJuggler/Log.html +72 -68
  57. data/doc/classes/TaskJuggler/LogicalAttribute.html +38 -34
  58. data/doc/classes/TaskJuggler/LogicalExpression.html +16 -12
  59. data/doc/classes/TaskJuggler/LogicalExpressionAttribute.html +194 -0
  60. data/doc/classes/TaskJuggler/LogicalFlag.html +32 -32
  61. data/doc/classes/TaskJuggler/LogicalFunction.html +28 -24
  62. data/doc/classes/TaskJuggler/LogicalOperation.html +17 -13
  63. data/doc/classes/TaskJuggler/Macro.html +10 -6
  64. data/doc/classes/TaskJuggler/MacroParser.html +36 -36
  65. data/doc/classes/TaskJuggler/MacroTable.html +40 -36
  66. data/doc/classes/TaskJuggler/Message.html +16 -12
  67. data/doc/classes/TaskJuggler/MessageHandler.html +16 -12
  68. data/doc/classes/TaskJuggler/Navigator.html +249 -0
  69. data/doc/classes/TaskJuggler/OnShiftCache.html +316 -0
  70. data/doc/classes/TaskJuggler/Project.html +1064 -678
  71. data/doc/classes/TaskJuggler/ProjectFileParser.html +90 -85
  72. data/doc/classes/TaskJuggler/PropertyAttribute.html +194 -0
  73. data/doc/classes/TaskJuggler/PropertyList.html +114 -113
  74. data/doc/classes/TaskJuggler/PropertySet.html +355 -312
  75. data/doc/classes/TaskJuggler/PropertyTreeNode.html +527 -474
  76. data/doc/classes/TaskJuggler/Query.html +90 -85
  77. data/doc/classes/TaskJuggler/RTPNavigator.html +292 -0
  78. data/doc/classes/TaskJuggler/RTPReport.html +301 -0
  79. data/doc/classes/TaskJuggler/RealFormat.html +114 -57
  80. data/doc/classes/TaskJuggler/RealFormatAttribute.html +162 -0
  81. data/doc/classes/TaskJuggler/ReferenceAttribute.html +87 -20
  82. data/doc/classes/TaskJuggler/Report.html +82 -291
  83. data/doc/classes/TaskJuggler/ReportBase.html +448 -0
  84. data/doc/classes/TaskJuggler/ReportContext.html +243 -0
  85. data/doc/classes/TaskJuggler/ReportTable.html +158 -129
  86. data/doc/classes/TaskJuggler/ReportTableCell.html +30 -26
  87. data/doc/classes/TaskJuggler/ReportTableColumn.html +29 -25
  88. data/doc/classes/TaskJuggler/ReportTableLegend.html +28 -24
  89. data/doc/classes/TaskJuggler/ReportTableLine.html +34 -30
  90. data/doc/classes/TaskJuggler/Resource.html +12 -12
  91. data/doc/classes/TaskJuggler/ResourceListAttribute.html +46 -46
  92. data/doc/classes/TaskJuggler/ResourceListRE.html +49 -57
  93. data/doc/classes/TaskJuggler/ResourceScenario.html +126 -126
  94. data/doc/classes/TaskJuggler/RichText.html +52 -48
  95. data/doc/classes/TaskJuggler/RichTextAttribute.html +30 -30
  96. data/doc/classes/TaskJuggler/RichTextDocument.html +41 -37
  97. data/doc/classes/TaskJuggler/RichTextElement.html +274 -264
  98. data/doc/classes/TaskJuggler/RichTextException.html +13 -13
  99. data/doc/classes/TaskJuggler/RichTextParser.html +48 -47
  100. data/doc/classes/TaskJuggler/RichTextProtocolExample.html +52 -55
  101. data/doc/classes/TaskJuggler/RichTextProtocolHandler.html +55 -10
  102. data/doc/classes/TaskJuggler/RichTextScanner.html +106 -245
  103. data/doc/classes/TaskJuggler/RichTextSnip.html +28 -24
  104. data/doc/classes/TaskJuggler/RichTextSyntaxRules.html +381 -301
  105. data/doc/classes/TaskJuggler/Scenario.html +6 -6
  106. data/doc/classes/TaskJuggler/ScenarioData.html +40 -36
  107. data/doc/classes/TaskJuggler/ScenarioListAttribute.html +229 -0
  108. data/doc/classes/TaskJuggler/Scoreboard.html +70 -66
  109. data/doc/classes/TaskJuggler/Shift.html +18 -18
  110. data/doc/classes/TaskJuggler/ShiftAssignment.html +58 -54
  111. data/doc/classes/TaskJuggler/ShiftAssignments.html +82 -78
  112. data/doc/classes/TaskJuggler/ShiftAssignmentsAttribute.html +40 -40
  113. data/doc/classes/TaskJuggler/ShiftScenario.html +24 -24
  114. data/doc/classes/TaskJuggler/SortListAttribute.html +196 -0
  115. data/doc/classes/TaskJuggler/SourceFileInfo.html +16 -12
  116. data/doc/classes/TaskJuggler/StringAttribute.html +30 -30
  117. data/doc/classes/TaskJuggler/SymbolAttribute.html +20 -20
  118. data/doc/classes/TaskJuggler/SyntaxReference.html +46 -42
  119. data/doc/classes/TaskJuggler/TOCEntry.html +16 -12
  120. data/doc/classes/TaskJuggler/TableColumnDefinition.html +48 -33
  121. data/doc/classes/TaskJuggler/TableOfContents.html +22 -18
  122. data/doc/classes/TaskJuggler/TableReport.html +1036 -0
  123. data/doc/classes/TaskJuggler/Task.html +12 -12
  124. data/doc/classes/TaskJuggler/TaskDependency.html +16 -12
  125. data/doc/classes/TaskJuggler/TaskListAttribute.html +46 -46
  126. data/doc/classes/TaskJuggler/TaskListRE.html +49 -58
  127. data/doc/classes/TaskJuggler/TaskScenario.html +1270 -1180
  128. data/doc/classes/TaskJuggler/TextParser/Pattern.html +100 -96
  129. data/doc/classes/TaskJuggler/TextParser/Rule.html +88 -84
  130. data/doc/classes/TaskJuggler/TextParser/StackElement.html +16 -12
  131. data/doc/classes/TaskJuggler/TextParser/TextParserResultArray.html +12 -12
  132. data/doc/classes/TaskJuggler/TextParser/TokenDoc.html +10 -6
  133. data/doc/classes/TaskJuggler/TextParser.html +203 -140
  134. data/doc/classes/TaskJuggler/TextReport.html +364 -0
  135. data/doc/classes/TaskJuggler/TextScanner/BufferStreamHandle.html +70 -70
  136. data/doc/classes/TaskJuggler/TextScanner/FileStreamHandle.html +50 -42
  137. data/doc/classes/TaskJuggler/TextScanner/StreamHandle.html +16 -12
  138. data/doc/classes/TaskJuggler/TextScanner.html +334 -240
  139. data/doc/classes/TaskJuggler/TjException.html +6 -6
  140. data/doc/classes/TaskJuggler/TjTime.html +547 -497
  141. data/doc/classes/TaskJuggler/TjpExample.html +29 -25
  142. data/doc/classes/TaskJuggler/TjpExportRE.html +77 -97
  143. data/doc/classes/TaskJuggler/TjpSyntaxRules.html +3911 -3886
  144. data/doc/classes/TaskJuggler/UserManual.html +54 -54
  145. data/doc/classes/TaskJuggler/WorkingHours.html +53 -49
  146. data/doc/classes/TaskJuggler/WorkingHoursAttribute.html +53 -85
  147. data/doc/classes/TaskJuggler/XMLBlob.html +21 -21
  148. data/doc/classes/TaskJuggler/XMLComment.html +21 -21
  149. data/doc/classes/TaskJuggler/XMLDocument.html +28 -24
  150. data/doc/classes/TaskJuggler/XMLElement.html +70 -58
  151. data/doc/classes/TaskJuggler/XMLNamedText.html +11 -11
  152. data/doc/classes/TaskJuggler/XMLText.html +36 -36
  153. data/doc/classes/TaskJuggler.html +266 -183
  154. data/doc/files/COPYING.html +1 -1
  155. data/doc/files/README.html +1 -1
  156. data/doc/files/lib/AccountScenario_rb.html +1 -1
  157. data/doc/files/lib/Account_rb.html +1 -1
  158. data/doc/files/lib/Allocation_rb.html +1 -1
  159. data/doc/files/lib/AppConfig_rb.html +1 -1
  160. data/doc/files/lib/AttributeBase_rb.html +11 -1
  161. data/doc/files/lib/AttributeDefinition_rb.html +1 -1
  162. data/doc/files/lib/Attributes_rb.html +1 -1
  163. data/doc/files/lib/{LogicalFlag_rb.html → BatchProcessor_rb.html} +8 -6
  164. data/doc/files/lib/Booking_rb.html +1 -1
  165. data/doc/files/lib/ChargeSet_rb.html +1 -1
  166. data/doc/files/lib/Charge_rb.html +1 -1
  167. data/doc/files/lib/HTMLDocument_rb.html +1 -1
  168. data/doc/files/lib/Interval_rb.html +1 -1
  169. data/doc/files/lib/Journal_rb.html +106 -0
  170. data/doc/files/lib/KeywordArray_rb.html +106 -0
  171. data/doc/files/lib/KeywordDocumentation_rb.html +1 -1
  172. data/doc/files/lib/Limits_rb.html +1 -1
  173. data/doc/files/lib/Log_rb.html +1 -1
  174. data/doc/files/lib/LogicalExpression_rb.html +1 -3
  175. data/doc/files/lib/LogicalFunction_rb.html +1 -1
  176. data/doc/files/lib/LogicalOperation_rb.html +1 -1
  177. data/doc/files/lib/MacroParser_rb.html +1 -1
  178. data/doc/files/lib/MacroTable_rb.html +1 -1
  179. data/doc/files/lib/MessageHandler_rb.html +1 -1
  180. data/doc/files/lib/Message_rb.html +1 -1
  181. data/doc/files/lib/ProjectFileParser_rb.html +5 -1
  182. data/doc/files/lib/Project_rb.html +5 -1
  183. data/doc/files/lib/PropertyList_rb.html +1 -1
  184. data/doc/files/lib/PropertySet_rb.html +1 -1
  185. data/doc/files/lib/PropertyTreeNode_rb.html +1 -1
  186. data/doc/files/lib/Query_rb.html +1 -1
  187. data/doc/files/lib/RTPNavigator_rb.html +120 -0
  188. data/doc/files/lib/RTPReport_rb.html +118 -0
  189. data/doc/files/lib/RealFormat_rb.html +1 -1
  190. data/doc/files/lib/ResourceScenario_rb.html +1 -1
  191. data/doc/files/lib/Resource_rb.html +1 -1
  192. data/doc/files/lib/RichTextDocument_rb.html +1 -1
  193. data/doc/files/lib/RichTextElement_rb.html +1 -1
  194. data/doc/files/lib/RichTextParser_rb.html +1 -1
  195. data/doc/files/lib/RichTextProtocolExample_rb.html +1 -1
  196. data/doc/files/lib/RichTextProtocolHandler_rb.html +1 -1
  197. data/doc/files/lib/RichTextScanner_rb.html +1 -1
  198. data/doc/files/lib/RichTextSnip_rb.html +1 -1
  199. data/doc/files/lib/RichTextSyntaxRules_rb.html +1 -1
  200. data/doc/files/lib/RichText_rb.html +1 -1
  201. data/doc/files/lib/ScenarioData_rb.html +1 -1
  202. data/doc/files/lib/Scenario_rb.html +1 -1
  203. data/doc/files/lib/Scoreboard_rb.html +1 -1
  204. data/doc/files/lib/ShiftAssignments_rb.html +1 -1
  205. data/doc/files/lib/ShiftScenario_rb.html +1 -1
  206. data/doc/files/lib/Shift_rb.html +1 -1
  207. data/doc/files/lib/SourceFileInfo_rb.html +1 -1
  208. data/doc/files/lib/SyntaxReference_rb.html +1 -1
  209. data/doc/files/lib/TOCEntry_rb.html +1 -1
  210. data/doc/files/lib/TableColumnDefinition_rb.html +1 -1
  211. data/doc/files/lib/TableOfContents_rb.html +1 -1
  212. data/doc/files/lib/TaskDependency_rb.html +1 -1
  213. data/doc/files/lib/TaskJuggler_rb.html +1 -1
  214. data/doc/files/lib/TaskScenario_rb.html +1 -1
  215. data/doc/files/lib/Task_rb.html +1 -1
  216. data/doc/files/lib/TextParser/Pattern_rb.html +1 -1
  217. data/doc/files/lib/TextParser/Rule_rb.html +1 -1
  218. data/doc/files/lib/TextParser/StackElement_rb.html +1 -1
  219. data/doc/files/lib/TextParser/TokenDoc_rb.html +1 -1
  220. data/doc/files/lib/TextParser_rb.html +1 -1
  221. data/doc/files/lib/TextScanner_rb.html +1 -1
  222. data/doc/files/lib/Tj3Config_rb.html +1 -1
  223. data/doc/files/lib/TjException_rb.html +1 -1
  224. data/doc/files/lib/TjTime_rb.html +1 -1
  225. data/doc/files/lib/TjpExample_rb.html +1 -1
  226. data/doc/files/lib/TjpSyntaxRules_rb.html +1 -1
  227. data/doc/files/lib/UTF8String_rb.html +1 -1
  228. data/doc/files/lib/UserManual_rb.html +1 -1
  229. data/doc/files/lib/WorkingHours_rb.html +1 -1
  230. data/doc/files/lib/XMLDocument_rb.html +1 -1
  231. data/doc/files/lib/XMLElement_rb.html +1 -1
  232. data/doc/files/lib/deep_copy_rb.html +106 -0
  233. data/doc/files/lib/ms_test_rb.html +90 -0
  234. data/doc/files/lib/reports/CSVFile_rb.html +1 -1
  235. data/doc/files/lib/reports/ColumnTable_rb.html +1 -1
  236. data/doc/files/lib/reports/GanttChart_rb.html +1 -1
  237. data/doc/files/lib/reports/GanttContainer_rb.html +1 -1
  238. data/doc/files/lib/reports/GanttHeaderScaleItem_rb.html +1 -1
  239. data/doc/files/lib/reports/GanttHeader_rb.html +1 -1
  240. data/doc/files/lib/reports/GanttLine_rb.html +1 -1
  241. data/doc/files/lib/reports/GanttLoadStack_rb.html +1 -1
  242. data/doc/files/lib/reports/GanttMilestone_rb.html +1 -1
  243. data/doc/files/lib/reports/GanttRouter_rb.html +1 -1
  244. data/doc/files/lib/reports/GanttTaskBar_rb.html +1 -1
  245. data/doc/files/lib/reports/HTMLGraphics_rb.html +1 -1
  246. data/doc/files/lib/reports/{ReportElement_rb.html → Navigator_rb.html} +6 -8
  247. data/doc/files/lib/reports/ReportBase_rb.html +106 -0
  248. data/doc/files/lib/reports/ReportContext_rb.html +106 -0
  249. data/doc/files/lib/reports/ReportTableCell_rb.html +1 -1
  250. data/doc/files/lib/reports/ReportTableColumn_rb.html +1 -1
  251. data/doc/files/lib/reports/ReportTableLegend_rb.html +1 -1
  252. data/doc/files/lib/reports/ReportTableLine_rb.html +1 -1
  253. data/doc/files/lib/reports/ReportTable_rb.html +1 -1
  254. data/doc/files/lib/reports/Report_rb.html +8 -2
  255. data/doc/files/lib/reports/ResourceListRE_rb.html +2 -2
  256. data/doc/files/lib/reports/{ReportTableElement_rb.html → TableReport_rb.html} +7 -5
  257. data/doc/files/lib/reports/TaskListRE_rb.html +2 -2
  258. data/doc/files/lib/reports/TextReport_rb.html +116 -0
  259. data/doc/files/lib/reports/TjpExportRE_rb.html +2 -2
  260. data/doc/files/lib/taskjuggler3_rb.html +61 -56
  261. data/doc/files/lib/tj3man_rb.html +1 -1
  262. data/doc/fr_class_index.html +41 -3
  263. data/doc/fr_file_index.html +21 -5
  264. data/doc/fr_method_index.html +1069 -959
  265. data/examples/ContactList.html +1467 -0
  266. data/examples/Deliveries.html +485 -0
  267. data/examples/Development.html +2525 -0
  268. data/examples/Overview.html +747 -0
  269. data/examples/Resource Graph.html +616 -0
  270. data/examples/tutorial.tjp +63 -67
  271. data/lib/AttributeBase.rb +27 -31
  272. data/lib/AttributeDefinition.rb +12 -7
  273. data/lib/Attributes.rb +134 -34
  274. data/lib/Interval.rb +2 -0
  275. data/lib/Journal.rb +44 -0
  276. data/lib/{LogicalFlag.rb → KeywordArray.rb} +5 -13
  277. data/lib/KeywordDocumentation.rb +84 -47
  278. data/lib/Limits.rb +7 -5
  279. data/lib/LogicalExpression.rb +1 -1
  280. data/lib/LogicalOperation.rb +33 -0
  281. data/lib/Project.rb +313 -99
  282. data/lib/ProjectFileParser.rb +88 -11
  283. data/lib/PropertyList.rb +2 -1
  284. data/lib/PropertySet.rb +13 -4
  285. data/lib/PropertyTreeNode.rb +34 -15
  286. data/lib/Query.rb +2 -1
  287. data/lib/RTPNavigator.rb +53 -0
  288. data/lib/RTPReport.rb +62 -0
  289. data/lib/RealFormat.rb +28 -10
  290. data/lib/RichTextElement.rb +18 -12
  291. data/lib/RichTextParser.rb +1 -0
  292. data/lib/RichTextProtocolExample.rb +8 -11
  293. data/lib/RichTextProtocolHandler.rb +11 -1
  294. data/lib/RichTextScanner.rb +308 -164
  295. data/lib/RichTextSyntaxRules.rb +24 -0
  296. data/lib/TableColumnDefinition.rb +5 -1
  297. data/lib/TaskJuggler.rb +3 -2
  298. data/lib/TaskScenario.rb +123 -31
  299. data/lib/TextParser.rb +14 -3
  300. data/lib/TextScanner.rb +210 -34
  301. data/lib/Tj3Config.rb +1 -1
  302. data/lib/TjTime.rb +15 -0
  303. data/lib/TjpExample.rb +1 -1
  304. data/lib/TjpSyntaxRules.rb +674 -473
  305. data/lib/WorkingHours.rb +1 -1
  306. data/lib/XMLElement.rb +11 -3
  307. data/lib/deep_copy.rb +72 -0
  308. data/lib/ms_test.rb +27 -0
  309. data/lib/reports/ColumnTable.rb +7 -5
  310. data/lib/reports/GanttChart.rb +60 -34
  311. data/lib/reports/GanttHeader.rb +1 -1
  312. data/lib/reports/GanttRouter.rb +7 -5
  313. data/lib/reports/Navigator.rb +72 -0
  314. data/lib/reports/Report.rb +58 -73
  315. data/lib/reports/ReportBase.rb +241 -0
  316. data/lib/reports/ReportContext.rb +41 -0
  317. data/lib/reports/ReportTable.rb +7 -2
  318. data/lib/reports/ReportTableCell.rb +3 -3
  319. data/lib/reports/ResourceListRE.rb +19 -26
  320. data/lib/reports/{ReportTableElement.rb → TableReport.rb} +297 -97
  321. data/lib/reports/TaskListRE.rb +16 -24
  322. data/lib/reports/TextReport.rb +87 -0
  323. data/lib/reports/TjpExportRE.rb +55 -50
  324. data/lib/taskjuggler3.rb +6 -1
  325. data/manual/Getting_Started +57 -6
  326. data/manual/How_To_Contribute +2 -4
  327. data/manual/Intro +2 -2
  328. data/manual/Reporting_Bugs +9 -2
  329. data/manual/Rich_Text_Attributes +41 -0
  330. data/manual/Tutorial +219 -173
  331. data/tasks/test.rake +3 -0
  332. data/test/TestSuite/CSV-Reports/celltext.tjp +2 -1
  333. data/test/TestSuite/CSV-Reports/resourcereport.tjp +2 -1
  334. data/test/TestSuite/CSV-Reports/resourcereport_with_tasks.tjp +2 -1
  335. data/test/TestSuite/CSV-Reports/sortByTree.tjp +2 -1
  336. data/test/TestSuite/CSV-Reports/sortBy_duration.down.tjp +2 -1
  337. data/test/TestSuite/CSV-Reports/sortBy_effort.up.tjp +2 -1
  338. data/test/TestSuite/CSV-Reports/sortBy_plan.start.down.tjp +2 -1
  339. data/test/TestSuite/CSV-Reports/taskreport.tjp +2 -1
  340. data/test/TestSuite/CSV-Reports/taskreport_with_resources.tjp +2 -1
  341. data/test/TestSuite/HTML-Reports/depArrows.tjp +72 -0
  342. data/test/TestSuite/HTML-Reports/reference-export.html +187 -0
  343. data/test/TestSuite/HTML-Reports/reference.tjp +21 -0
  344. data/test/TestSuite/Scheduler/Correct/Allocate.tjp +2 -1
  345. data/test/TestSuite/Scheduler/Correct/AutomaticMilestones.tjp +3 -3
  346. data/test/TestSuite/Scheduler/Correct/Booking.tjp +3 -3
  347. data/test/TestSuite/Scheduler/Correct/Container-2.tjp +37 -0
  348. data/test/TestSuite/Scheduler/Correct/Container.tjp +40 -0
  349. data/test/TestSuite/Scheduler/Correct/Depends.tjp +9 -14
  350. data/test/TestSuite/Scheduler/Correct/Duration.tjp +2 -1
  351. data/test/TestSuite/Scheduler/Correct/InheritStartEnd.tjp +20 -29
  352. data/test/TestSuite/Scheduler/Correct/Limits.tjp +11 -13
  353. data/test/TestSuite/Scheduler/Correct/Optimize-1.tjp +6 -5
  354. data/test/TestSuite/Scheduler/Correct/Optimize-2.tjp +10 -6
  355. data/test/TestSuite/Scheduler/Correct/Optimize-3.tjp +9 -6
  356. data/test/TestSuite/Scheduler/Correct/Optimize-4.tjp +9 -6
  357. data/test/TestSuite/Scheduler/Correct/Optimize-5.tjp +13 -10
  358. data/test/TestSuite/Scheduler/Correct/Precedes.tjp +9 -14
  359. data/test/TestSuite/Scheduler/Correct/Shift.tjp +9 -8
  360. data/test/TestSuite/Scheduler/Correct/checks.tji +4 -0
  361. data/test/TestSuite/Scheduler/Errors/weak_end_dep.tjp +16 -0
  362. data/test/TestSuite/Scheduler/Errors/weak_start_dep.tjp +16 -0
  363. data/test/TestSuite/Syntax/Correct/Account.tjp +1 -1
  364. data/test/TestSuite/Syntax/Correct/AutoID.tjp +21 -0
  365. data/test/TestSuite/Syntax/Correct/AutoMacros.tjp +2 -1
  366. data/test/TestSuite/Syntax/Correct/Caption.tjp +7 -6
  367. data/test/TestSuite/Syntax/Correct/Celltext.tjp +7 -4
  368. data/test/TestSuite/Syntax/Correct/Comments.tjp +1 -1
  369. data/test/TestSuite/Syntax/Correct/CompletedWork.tji +11 -19
  370. data/test/TestSuite/Syntax/Correct/CriticalPath.tjp +4 -3
  371. data/test/TestSuite/Syntax/Correct/Export.tjp +3 -1
  372. data/test/TestSuite/Syntax/Correct/Flags.tjp +2 -1
  373. data/test/TestSuite/Syntax/Correct/HtmlTaskReport.tjp +2 -1
  374. data/test/TestSuite/Syntax/Correct/Journal.tjp +18 -0
  375. data/test/TestSuite/Syntax/Correct/LoadUnits.tjp +2 -1
  376. data/test/TestSuite/Syntax/Correct/LogicalExpression.tjp +16 -0
  377. data/test/TestSuite/Syntax/Correct/Period.tjp +2 -1
  378. data/test/TestSuite/Syntax/Correct/RawHTML.tjp +4 -2
  379. data/test/TestSuite/Syntax/Correct/Reports.tjp +4 -2
  380. data/test/TestSuite/Syntax/Correct/ResourcePrefix.tji +2 -0
  381. data/test/TestSuite/Syntax/Correct/ResourcePrefix.tjp +23 -0
  382. data/test/TestSuite/Syntax/Correct/Responsible.tjp +1 -1
  383. data/test/TestSuite/Syntax/Correct/Simple.tjp +1 -1
  384. data/test/TestSuite/Syntax/Correct/String.tjp +1 -1
  385. data/test/TestSuite/Syntax/Correct/TaskRoot.tjp +2 -1
  386. data/test/TestSuite/Syntax/Correct/tutorial.tjp +92 -70
  387. data/test/TestSuite/Syntax/Errors/bad_comment.tjp +7 -0
  388. data/test/TestSuite/Syntax/Errors/bad_include.tjp +1 -1
  389. data/test/TestSuite/Syntax/Errors/bad_time_zone.tjp +6 -0
  390. data/test/TestSuite/Syntax/Errors/bad_timing_res.tjp +5 -0
  391. data/test/TestSuite/Syntax/Errors/chargeset_master.tjp +1 -1
  392. data/test/TestSuite/Syntax/Errors/container_attribute.tjp +1 -1
  393. data/test/TestSuite/Syntax/Errors/cost_acct_no_top.tjp +3 -2
  394. data/test/TestSuite/Syntax/Errors/cost_rev_same.tjp +1 -1
  395. data/test/TestSuite/Syntax/Errors/eof_in_istring1.tjp +5 -0
  396. data/test/TestSuite/Syntax/Errors/eof_in_istring2.tjp +5 -0
  397. data/test/TestSuite/Syntax/Errors/eof_in_istring3.tjp +6 -0
  398. data/test/TestSuite/Syntax/Errors/eof_in_istring4.tjp +6 -0
  399. data/test/TestSuite/Syntax/Errors/eof_in_istring5.tjp +6 -0
  400. data/test/TestSuite/Syntax/Errors/include_recursion.tji +1 -0
  401. data/test/TestSuite/Syntax/Errors/include_recursion.tjp +7 -0
  402. data/test/TestSuite/Syntax/Errors/junk_after_cut.tjp +6 -0
  403. data/test/TestSuite/Syntax/Errors/navigator_exists.tjp +10 -0
  404. data/test/TestSuite/Syntax/Errors/operand_unkn_flag.tjp +1 -1
  405. data/test/TestSuite/Syntax/Errors/report_end.tjp +1 -1
  406. data/test/TestSuite/Syntax/Errors/report_exists.tjp +10 -0
  407. data/test/TestSuite/Syntax/Errors/report_start.tjp +1 -1
  408. data/test/TestSuite/Syntax/Errors/rev_acct_no_top.tjp +1 -1
  409. data/test/TestSuite/Syntax/Errors/sort_direction.tjp +1 -1
  410. data/test/TestSuite/Syntax/Errors/sort_unknown_scen.tjp +1 -1
  411. data/test/TestSuite/Syntax/Errors/sorting_crit_exptd1.tjp +1 -1
  412. data/test/TestSuite/Syntax/Errors/sorting_crit_exptd2.tjp +1 -1
  413. data/test/TestSuite/Syntax/Errors/sorting_wbs.tjp +1 -1
  414. data/test/TestSuite/Syntax/Errors/too_large_timing_res.tjp +7 -0
  415. data/test/TestSuite/Syntax/Errors/unknown_scenario_idx.tjp +1 -1
  416. data/test/TestSuite/Syntax/Errors/unknown_task.tjp +1 -1
  417. data/test/all.rb +1 -16
  418. data/test/test_CSV-Reports.rb +8 -5
  419. data/test/test_Query.rb +2 -2
  420. data/test/test_RichText.rb +95 -0
  421. data/test/test_Scheduler.rb +8 -4
  422. data/test/test_Syntax.rb +8 -4
  423. data/test/test_deep_copy.rb +83 -0
  424. metadata +549 -487
  425. data/benchmarks/UTF-8-Strings.rb +0 -58
  426. data/doc/classes/TaskJuggler/ReportElement.html +0 -1070
  427. data/doc/classes/TaskJuggler/ReportTableElement.html +0 -644
  428. data/lib/reports/ReportElement.rb +0 -427
  429. data/test/TestSuite/Syntax/Correct/csvtest +0 -16
  430. data/test/TestSuite/Syntax/Errors/no_csv_suffix.tjp +0 -10
  431. data/test/TestSuite/Syntax/Errors/no_html_suffix.tjp +0 -10
  432. data/test/TestSuite/Syntax/Errors/report_redifinition.tjp +0 -10
@@ -0,0 +1,2525 @@
1
+ <?xml version="1.0" encoding="utf8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <!-- This file has been generated by taskjuggler3 v0.0.2-->
4
+ <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
5
+ <head>
6
+ <title>TaskJuggler Report - Development</title>
7
+ <meta http-equiv="Content-Style-Type" content="text/css; charset=utf-8"/>
8
+ <style type="text/css"> body {
9
+ font-family:Bitstream Vera Sans, Tahoma, sans-serif;
10
+ font-size:15px;
11
+ }
12
+ h1, h2, table, tr, td, div, span {
13
+ font-family: Bitstream Vera Sans, Tahoma, sans-serif;
14
+ }
15
+ table {
16
+ font-size:13px;
17
+ }
18
+ td, div { white-space:nowrap; padding:0px; margin:0px; }
19
+ h1 { font-size:22px; }
20
+ h2 { font-size:18px; }
21
+ h3 { font-size:16px; }
22
+
23
+ .tabback { background-color:#9a9a9a; }
24
+ .tabfront { background-color:#d4dde6; }
25
+ .tabhead {
26
+ white-space:nowrap;
27
+ background-color:#7a7a7a;
28
+ color:#ffffff;
29
+ text-align:center;
30
+ }
31
+ .tabhead_offduty {
32
+ white-space:nowrap;
33
+ background-color:#dde375;
34
+ color:#000000;
35
+ }
36
+ .tabfooter {
37
+ white-space:nowrap;
38
+ background-color:#9a9a9a;
39
+ color:#ffffff;
40
+ text-align:center;
41
+ }
42
+ .headercelldiv {
43
+ padding-top:1px;
44
+ padding-right:3px;
45
+ padding-left:3px;
46
+ padding-bottom:0px;
47
+ white-space:nowrap;
48
+ overflow:auto;
49
+ }
50
+ .celldiv {
51
+ padding-top:3px;
52
+ padding-right:3px;
53
+ padding-left:3px;
54
+ padding-bottom:0px;
55
+ white-space:nowrap;
56
+ overflow:auto;
57
+ }
58
+ .tabline { color:#000000 }
59
+ .tabcell {
60
+ white-space:nowrap;
61
+ padding:0px;
62
+ }
63
+ .taskcell1 {
64
+ background-color:#ebf2ff;
65
+ white-space:nowrap;
66
+ padding:0px;
67
+ }
68
+ .taskcell2 {
69
+ background-color:#d9dfeb;
70
+ white-space:nowrap;
71
+ padding:0px;
72
+ }
73
+ .resourcecell1 {
74
+ background-color:#fff2eb;
75
+ white-space:nowrap;
76
+ padding:0px;
77
+ }
78
+ .resourcecell2 {
79
+ background-color:#ebdfd9;
80
+ white-space:nowrap;
81
+ padding:0px;
82
+ }
83
+ .busy1 { background-color:#ff3b3b; }
84
+ .busy2 { background-color:#eb4545; }
85
+ .loaded1 { background-color:#ff9b9b; }
86
+ .loaded2 { background-color:#eb8f8f; }
87
+ .free1 { background-color:#a5ffb4; }
88
+ .free2 { background-color:#98eba6; }
89
+ .offduty1 { background-color:#f3f990; }
90
+ .offduty2 { background-color:#dde375; }
91
+ .calconttask1 { background-color:#abbeae; }
92
+ .calconttask2 { background-color:#99aa9c; }
93
+ .caltask1 { background-color:#2050e5; }
94
+ .caltask2 { background-color:#2f57ea; }
95
+ .todo1 { background-color:#beabab; }
96
+ .todo2 { background-color:#aa9999; }
97
+
98
+ .tabvline {
99
+ background-color:#9a9a9a;
100
+ position:absolute;
101
+ }
102
+ .containerbar {
103
+ background-color:#09090a;
104
+ position:absolute;
105
+ }
106
+ .taskbarframe {
107
+ background-color:#09090a;
108
+ position:absolute;
109
+ }
110
+ .taskbar {
111
+ background-color:#2f57ea;
112
+ position:absolute;
113
+ }
114
+ .progressbar {
115
+ background-color:#36363f;
116
+ position:absolute;
117
+ }
118
+ .milestone {
119
+ background-color:#09090a;
120
+ position:absolute;
121
+ }
122
+ .loadstackframe {
123
+ background-color:#452a2a;
124
+ position:absolute;
125
+ }
126
+ .free {
127
+ background-color:#a5ffb5;
128
+ position:absolute;
129
+ }
130
+ .busy {
131
+ background-color:#ff9b9b;
132
+ position:absolute;
133
+ }
134
+ .assigned {
135
+ background-color:#ff3b3b;
136
+ position:absolute;
137
+ }
138
+ .offduty {
139
+ background-color:#f3f990;
140
+ white-space:nowrap;
141
+ position:absolute;
142
+ }
143
+ .depline {
144
+ background-color:#000000;
145
+ position:absolute;
146
+ }
147
+ .nowline {
148
+ background-color:#EE0000;
149
+ position:absolute;
150
+ }
151
+ .white {
152
+ background-color:#FFFFFF;
153
+ position:absolute;
154
+ }
155
+
156
+ .legendback { background-color:#d4dde6; }
157
+ .caption {
158
+ padding: 5px 13px 5px 13px;
159
+ background-color:#ebf2ff;
160
+ white-space:normal;
161
+ font-size:13px
162
+ }
163
+ </style>
164
+ </head>
165
+ <body><div style="margin: 35px 5% 25px 5%; ">
166
+ <div>
167
+ <h1 id="Accounting_Software_Project">Accounting Software Project</h1>
168
+ <hr/>
169
+ <p><div>
170
+ <span style="class:navbar_other"><a href="Overview.html">Overview</a></span>|<span style="class:navbar_current">Development</span>|<span style="class:navbar_other"><a href="Deliveries.html">Deliveries</a></span>|<span style="class:navbar_other"><a href="ContactList.html">ContactList</a></span>|<span style="class:navbar_other"><a href="Resource Graph.html">Resource Graph</a></span>
171
+ </div></p>
172
+ <hr/>
173
+ </div>
174
+ <table summary="Report Table" cellspacing="2" border="0" cellpadding="0" align="center" class="tabback">
175
+ <thead><tr><td><table summary="headline" cellspacing="1" border="0" cellpadding="5" align="center" width="100%"><tr><td align="center" style="font-size:16px; font-weight:bold" class="tabfront"><p>Development - Resource Allocation Report</p></td></tr></table></td></tr></thead>
176
+ <tbody>
177
+ <tr><td><table align="center" cellspacing="1" cellpadding="2" width="100%" class="tabback"><tbody>
178
+ <tr class="tabhead" style="height:19px; font-size:15px;">
179
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">WBS</div></td>
180
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Name</div></td>
181
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Start</div></td>
182
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">End</div></td>
183
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Work</div></td>
184
+ <td rowspan="2" class="tabcell"><div class="headercelldiv" style="text-align:center; padding-left:5px; padding-right:5px; font-weight:bold; ">Duration</div></td>
185
+ <td rowspan="33" style="padding:0px; vertical-align:top;"><div style="position:relative; overflow:auto; width:450px; height:717px;"><div style="margin:0px; padding:0px; position:absolute; top:0px; left:0px; width:2180px; height:699px; font-size:10px;">
186
+ <div class="tabback" style="margin:0px; padding:0px; position:relative; overflow:hidden; width:2180px; height:39px; font-size:9px; ">
187
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:-119px; top:0px; width:620px; height:19px; "><div style="padding:3px; ">Jan</div></div>
188
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:502px; top:0px; width:562px; height:19px; "><div style="padding:3px; ">Feb</div></div>
189
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1065px; top:0px; width:621px; height:19px; "><div style="padding:3px; ">Mar</div></div>
190
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1687px; top:0px; width:601px; height:19px; "><div style="padding:3px; ">Apr</div></div>
191
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:-19px; top:20px; width:18px; height:19px; "><div style="padding:3px; ">6</div></div>
192
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:0px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">7</div></div>
193
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:21px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
194
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:41px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
195
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:61px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
196
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:81px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
197
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:101px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
198
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:121px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">13</div></div>
199
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:141px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
200
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:161px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
201
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:181px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
202
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:201px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
203
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:221px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
204
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:241px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
205
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:261px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">20</div></div>
206
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:282px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
207
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:302px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
208
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:322px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
209
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:342px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
210
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:362px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">25</div></div>
211
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:382px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">26</div></div>
212
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:402px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">27</div></div>
213
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:422px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">28</div></div>
214
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:442px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">29</div></div>
215
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:462px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">30</div></div>
216
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:482px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">31</div></div>
217
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:502px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">1</div></div>
218
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:523px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">2</div></div>
219
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:543px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">3</div></div>
220
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:563px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
221
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:583px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
222
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:603px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
223
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:623px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
224
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:643px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
225
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:663px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
226
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:683px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
227
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:703px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
228
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:723px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
229
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:743px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">13</div></div>
230
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:764px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
231
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:784px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
232
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:804px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
233
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:824px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
234
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:844px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
235
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:864px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
236
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:884px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
237
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:904px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
238
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:924px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
239
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:944px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
240
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:964px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
241
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:984px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">25</div></div>
242
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1005px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">26</div></div>
243
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1025px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">27</div></div>
244
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1045px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">28</div></div>
245
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1065px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">1</div></div>
246
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1085px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">2</div></div>
247
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1105px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">3</div></div>
248
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1125px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
249
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1145px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
250
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1165px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
251
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1185px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
252
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1205px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
253
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1225px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">9</div></div>
254
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1246px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
255
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1266px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
256
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1286px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">12</div></div>
257
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1306px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">13</div></div>
258
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1326px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
259
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1346px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
260
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1366px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
261
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1386px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
262
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1406px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
263
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1426px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
264
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1446px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
265
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1466px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">21</div></div>
266
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1487px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
267
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1507px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
268
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1527px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">24</div></div>
269
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1547px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">25</div></div>
270
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1567px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">26</div></div>
271
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1587px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">27</div></div>
272
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1607px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">28</div></div>
273
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1627px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">29</div></div>
274
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1647px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">30</div></div>
275
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1667px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">31</div></div>
276
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1687px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">1</div></div>
277
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1707px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">2</div></div>
278
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1727px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">3</div></div>
279
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1747px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">4</div></div>
280
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1767px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">5</div></div>
281
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1787px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">6</div></div>
282
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1807px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">7</div></div>
283
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1827px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">8</div></div>
284
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1847px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">9</div></div>
285
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1867px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">10</div></div>
286
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1887px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">11</div></div>
287
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1907px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">12</div></div>
288
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1928px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">13</div></div>
289
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1948px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">14</div></div>
290
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1968px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">15</div></div>
291
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:1988px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">16</div></div>
292
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2008px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">17</div></div>
293
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2028px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">18</div></div>
294
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2048px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">19</div></div>
295
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2068px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">20</div></div>
296
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2088px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">21</div></div>
297
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2108px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">22</div></div>
298
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2128px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">23</div></div>
299
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2148px; top:20px; width:20px; height:19px; "><div style="padding:3px; ">24</div></div>
300
+ <div class="tabhead" style="font-weight:bold; position:absolute; left:2169px; top:20px; width:19px; height:19px; "><div style="padding:3px; ">25</div></div>
301
+ </div>
302
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:40px; width:2180px; height:21px; font-size:10px;">
303
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
304
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
305
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
306
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
307
+ <div class="containerbar" style="left:176px; top:5px; width:1828px; height:5px;"></div>
308
+ <div class="containerbar" style="left:176px; top:10px; width:11px; height:1px;"></div>
309
+ <div class="containerbar" style="left:177px; top:11px; width:9px; height:1px;"></div>
310
+ <div class="containerbar" style="left:178px; top:12px; width:7px; height:1px;"></div>
311
+ <div class="containerbar" style="left:179px; top:13px; width:5px; height:1px;"></div>
312
+ <div class="containerbar" style="left:180px; top:14px; width:3px; height:1px;"></div>
313
+ <div class="containerbar" style="left:181px; top:15px; width:1px; height:1px;"></div>
314
+ <div class="containerbar" style="left:1993px; top:10px; width:11px; height:1px;"></div>
315
+ <div class="containerbar" style="left:1994px; top:11px; width:9px; height:1px;"></div>
316
+ <div class="containerbar" style="left:1995px; top:12px; width:7px; height:1px;"></div>
317
+ <div class="containerbar" style="left:1996px; top:13px; width:5px; height:1px;"></div>
318
+ <div class="containerbar" style="left:1997px; top:14px; width:3px; height:1px;"></div>
319
+ <div class="containerbar" style="left:1998px; top:15px; width:1px; height:1px;"></div>
320
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
321
+ </div>
322
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:62px; width:2180px; height:21px; font-size:10px;">
323
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
324
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
325
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
326
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
327
+ <div class="taskbarframe" style="left:189px; top:4px; width:167px; height:12px;"></div>
328
+ <div class="taskbar" style="left:190px; top:5px; width:165px; height:10px;"></div>
329
+ <div class="progressbar" style="left:190px; top:7px; width:165px; height:6px;"></div>
330
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
331
+ </div>
332
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:84px; width:2180px; height:21px; font-size:10px;">
333
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
334
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
335
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
336
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
337
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
338
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
339
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
340
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
341
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
342
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
343
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
344
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
345
+ <div class="offduty" style="left:497px; top:0px; width:92px; height:21px;"></div>
346
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
347
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
348
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
349
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
350
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
351
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
352
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
353
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
354
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
355
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
356
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
357
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
358
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
359
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
360
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
361
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
362
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
363
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
364
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
365
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
366
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
367
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
368
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
369
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
370
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
371
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
372
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
373
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
374
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
375
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
376
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
377
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
378
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
379
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
380
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
381
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
382
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
383
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
384
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
385
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
386
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
387
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
388
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
389
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
390
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
391
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
392
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
393
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
394
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
395
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
396
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
397
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
398
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
399
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
400
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
401
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
402
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
403
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
404
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
405
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
406
+ <div class="loadstackframe" style="left:190px; top:1px; width:10px; height:19px;"></div>
407
+ <div class="assigned" style="left:191px; top:2px; width:8px; height:17px;"></div>
408
+ <div class="loadstackframe" style="left:202px; top:1px; width:18px; height:19px;"></div>
409
+ <div class="assigned" style="left:203px; top:2px; width:16px; height:17px;"></div>
410
+ <div class="loadstackframe" style="left:222px; top:1px; width:18px; height:19px;"></div>
411
+ <div class="assigned" style="left:223px; top:2px; width:16px; height:17px;"></div>
412
+ <div class="loadstackframe" style="left:283px; top:1px; width:18px; height:19px;"></div>
413
+ <div class="assigned" style="left:284px; top:2px; width:16px; height:17px;"></div>
414
+ <div class="loadstackframe" style="left:303px; top:1px; width:18px; height:19px;"></div>
415
+ <div class="assigned" style="left:304px; top:2px; width:16px; height:17px;"></div>
416
+ <div class="loadstackframe" style="left:323px; top:1px; width:18px; height:19px;"></div>
417
+ <div class="assigned" style="left:324px; top:2px; width:16px; height:17px;"></div>
418
+ <div class="loadstackframe" style="left:343px; top:1px; width:11px; height:19px;"></div>
419
+ <div class="assigned" style="left:344px; top:2px; width:9px; height:17px;"></div>
420
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
421
+ </div>
422
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:106px; width:2180px; height:21px; font-size:10px;">
423
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
424
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
425
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
426
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
427
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
428
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
429
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
430
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
431
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
432
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
433
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
434
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
435
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
436
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
437
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
438
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
439
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
440
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
441
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
442
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
443
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
444
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
445
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
446
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
447
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
448
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
449
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
450
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
451
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
452
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
453
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
454
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
455
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
456
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
457
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
458
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
459
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
460
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
461
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
462
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
463
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
464
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
465
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
466
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
467
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
468
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
469
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
470
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
471
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
472
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
473
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
474
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
475
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
476
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
477
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
478
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
479
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
480
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
481
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
482
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
483
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
484
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
485
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
486
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
487
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
488
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
489
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
490
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
491
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
492
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
493
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
494
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
495
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
496
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
497
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
498
+ <div class="loadstackframe" style="left:190px; top:1px; width:10px; height:19px;"></div>
499
+ <div class="assigned" style="left:191px; top:2px; width:8px; height:17px;"></div>
500
+ <div class="loadstackframe" style="left:202px; top:1px; width:18px; height:19px;"></div>
501
+ <div class="assigned" style="left:203px; top:2px; width:16px; height:17px;"></div>
502
+ <div class="loadstackframe" style="left:222px; top:1px; width:18px; height:19px;"></div>
503
+ <div class="assigned" style="left:223px; top:2px; width:16px; height:17px;"></div>
504
+ <div class="loadstackframe" style="left:283px; top:1px; width:18px; height:19px;"></div>
505
+ <div class="assigned" style="left:284px; top:2px; width:16px; height:17px;"></div>
506
+ <div class="loadstackframe" style="left:303px; top:1px; width:18px; height:19px;"></div>
507
+ <div class="assigned" style="left:304px; top:2px; width:16px; height:17px;"></div>
508
+ <div class="loadstackframe" style="left:323px; top:1px; width:18px; height:19px;"></div>
509
+ <div class="assigned" style="left:324px; top:2px; width:16px; height:17px;"></div>
510
+ <div class="loadstackframe" style="left:343px; top:1px; width:11px; height:19px;"></div>
511
+ <div class="assigned" style="left:344px; top:2px; width:9px; height:17px;"></div>
512
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
513
+ </div>
514
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:128px; width:2180px; height:21px; font-size:10px;">
515
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
516
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
517
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
518
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
519
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
520
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
521
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
522
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
523
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
524
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
525
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
526
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
527
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
528
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
529
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
530
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
531
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
532
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
533
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
534
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
535
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
536
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
537
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
538
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
539
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
540
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
541
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
542
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
543
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
544
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
545
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
546
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
547
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
548
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
549
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
550
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
551
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
552
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
553
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
554
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
555
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
556
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
557
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
558
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
559
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
560
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
561
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
562
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
563
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
564
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
565
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
566
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
567
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
568
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
569
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
570
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
571
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
572
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
573
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
574
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
575
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
576
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
577
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
578
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
579
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
580
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
581
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
582
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
583
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
584
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
585
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
586
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
587
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
588
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
589
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
590
+ <div class="loadstackframe" style="left:190px; top:1px; width:10px; height:19px;"></div>
591
+ <div class="assigned" style="left:191px; top:2px; width:8px; height:17px;"></div>
592
+ <div class="loadstackframe" style="left:202px; top:1px; width:18px; height:19px;"></div>
593
+ <div class="assigned" style="left:203px; top:2px; width:16px; height:17px;"></div>
594
+ <div class="loadstackframe" style="left:222px; top:1px; width:18px; height:19px;"></div>
595
+ <div class="assigned" style="left:223px; top:2px; width:16px; height:17px;"></div>
596
+ <div class="loadstackframe" style="left:283px; top:1px; width:18px; height:19px;"></div>
597
+ <div class="assigned" style="left:284px; top:2px; width:16px; height:17px;"></div>
598
+ <div class="loadstackframe" style="left:303px; top:1px; width:18px; height:19px;"></div>
599
+ <div class="assigned" style="left:304px; top:2px; width:16px; height:17px;"></div>
600
+ <div class="loadstackframe" style="left:323px; top:1px; width:18px; height:19px;"></div>
601
+ <div class="assigned" style="left:324px; top:2px; width:16px; height:17px;"></div>
602
+ <div class="loadstackframe" style="left:343px; top:1px; width:11px; height:19px;"></div>
603
+ <div class="assigned" style="left:344px; top:2px; width:9px; height:17px;"></div>
604
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
605
+ </div>
606
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:150px; width:2180px; height:21px; font-size:10px;">
607
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
608
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
609
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
610
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
611
+ <div class="containerbar" style="left:350px; top:5px; width:1232px; height:5px;"></div>
612
+ <div class="containerbar" style="left:350px; top:10px; width:11px; height:1px;"></div>
613
+ <div class="containerbar" style="left:351px; top:11px; width:9px; height:1px;"></div>
614
+ <div class="containerbar" style="left:352px; top:12px; width:7px; height:1px;"></div>
615
+ <div class="containerbar" style="left:353px; top:13px; width:5px; height:1px;"></div>
616
+ <div class="containerbar" style="left:354px; top:14px; width:3px; height:1px;"></div>
617
+ <div class="containerbar" style="left:355px; top:15px; width:1px; height:1px;"></div>
618
+ <div class="containerbar" style="left:1571px; top:10px; width:11px; height:1px;"></div>
619
+ <div class="containerbar" style="left:1572px; top:11px; width:9px; height:1px;"></div>
620
+ <div class="containerbar" style="left:1573px; top:12px; width:7px; height:1px;"></div>
621
+ <div class="containerbar" style="left:1574px; top:13px; width:5px; height:1px;"></div>
622
+ <div class="containerbar" style="left:1575px; top:14px; width:3px; height:1px;"></div>
623
+ <div class="containerbar" style="left:1576px; top:15px; width:1px; height:1px;"></div>
624
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
625
+ </div>
626
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:172px; width:2180px; height:21px; font-size:10px;">
627
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
628
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
629
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
630
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
631
+ <div class="taskbarframe" style="left:355px; top:4px; width:282px; height:12px;"></div>
632
+ <div class="taskbar" style="left:356px; top:5px; width:280px; height:10px;"></div>
633
+ <div class="progressbar" style="left:356px; top:7px; width:280px; height:6px;"></div>
634
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
635
+ </div>
636
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:194px; width:2180px; height:21px; font-size:10px;">
637
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
638
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
639
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
640
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
641
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
642
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
643
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
644
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
645
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
646
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
647
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
648
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
649
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
650
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
651
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
652
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
653
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
654
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
655
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
656
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
657
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
658
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
659
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
660
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
661
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
662
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
663
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
664
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
665
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
666
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
667
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
668
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
669
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
670
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
671
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
672
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
673
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
674
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
675
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
676
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
677
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
678
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
679
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
680
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
681
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
682
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
683
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
684
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
685
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
686
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
687
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
688
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
689
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
690
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
691
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
692
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
693
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
694
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
695
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
696
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
697
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
698
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
699
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
700
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
701
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
702
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
703
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
704
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
705
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
706
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
707
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
708
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
709
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
710
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
711
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
712
+ <div class="loadstackframe" style="left:356px; top:1px; width:5px; height:19px;"></div>
713
+ <div class="assigned" style="left:357px; top:2px; width:3px; height:17px;"></div>
714
+ <div class="loadstackframe" style="left:363px; top:1px; width:18px; height:19px;"></div>
715
+ <div class="assigned" style="left:364px; top:2px; width:16px; height:17px;"></div>
716
+ <div class="loadstackframe" style="left:423px; top:1px; width:18px; height:19px;"></div>
717
+ <div class="assigned" style="left:424px; top:2px; width:16px; height:17px;"></div>
718
+ <div class="loadstackframe" style="left:443px; top:1px; width:18px; height:19px;"></div>
719
+ <div class="assigned" style="left:444px; top:2px; width:16px; height:17px;"></div>
720
+ <div class="loadstackframe" style="left:463px; top:1px; width:18px; height:19px;"></div>
721
+ <div class="assigned" style="left:464px; top:2px; width:16px; height:17px;"></div>
722
+ <div class="loadstackframe" style="left:483px; top:1px; width:18px; height:19px;"></div>
723
+ <div class="assigned" style="left:484px; top:2px; width:16px; height:17px;"></div>
724
+ <div class="loadstackframe" style="left:503px; top:1px; width:19px; height:19px;"></div>
725
+ <div class="assigned" style="left:504px; top:2px; width:17px; height:17px;"></div>
726
+ <div class="loadstackframe" style="left:564px; top:1px; width:18px; height:19px;"></div>
727
+ <div class="assigned" style="left:565px; top:2px; width:16px; height:17px;"></div>
728
+ <div class="loadstackframe" style="left:584px; top:1px; width:18px; height:19px;"></div>
729
+ <div class="assigned" style="left:585px; top:2px; width:16px; height:17px;"></div>
730
+ <div class="loadstackframe" style="left:604px; top:1px; width:18px; height:19px;"></div>
731
+ <div class="assigned" style="left:605px; top:2px; width:16px; height:17px;"></div>
732
+ <div class="loadstackframe" style="left:624px; top:1px; width:11px; height:19px;"></div>
733
+ <div class="assigned" style="left:625px; top:2px; width:9px; height:17px;"></div>
734
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
735
+ </div>
736
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:216px; width:2180px; height:21px; font-size:10px;">
737
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
738
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
739
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
740
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
741
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
742
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
743
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
744
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
745
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
746
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
747
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
748
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
749
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
750
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
751
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
752
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
753
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
754
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
755
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
756
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
757
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
758
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
759
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
760
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
761
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
762
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
763
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
764
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
765
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
766
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
767
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
768
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
769
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
770
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
771
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
772
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
773
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
774
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
775
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
776
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
777
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
778
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
779
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
780
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
781
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
782
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
783
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
784
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
785
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
786
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
787
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
788
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
789
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
790
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
791
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
792
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
793
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
794
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
795
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
796
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
797
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
798
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
799
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
800
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
801
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
802
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
803
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
804
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
805
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
806
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
807
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
808
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
809
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
810
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
811
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
812
+ <div class="loadstackframe" style="left:356px; top:1px; width:5px; height:19px;"></div>
813
+ <div class="assigned" style="left:357px; top:2px; width:3px; height:17px;"></div>
814
+ <div class="loadstackframe" style="left:363px; top:1px; width:18px; height:19px;"></div>
815
+ <div class="assigned" style="left:364px; top:2px; width:16px; height:17px;"></div>
816
+ <div class="loadstackframe" style="left:423px; top:1px; width:18px; height:19px;"></div>
817
+ <div class="assigned" style="left:424px; top:2px; width:16px; height:17px;"></div>
818
+ <div class="loadstackframe" style="left:443px; top:1px; width:18px; height:19px;"></div>
819
+ <div class="assigned" style="left:444px; top:2px; width:16px; height:17px;"></div>
820
+ <div class="loadstackframe" style="left:463px; top:1px; width:18px; height:19px;"></div>
821
+ <div class="assigned" style="left:464px; top:2px; width:16px; height:17px;"></div>
822
+ <div class="loadstackframe" style="left:483px; top:1px; width:18px; height:19px;"></div>
823
+ <div class="assigned" style="left:484px; top:2px; width:16px; height:17px;"></div>
824
+ <div class="loadstackframe" style="left:503px; top:1px; width:19px; height:19px;"></div>
825
+ <div class="assigned" style="left:504px; top:2px; width:17px; height:17px;"></div>
826
+ <div class="loadstackframe" style="left:564px; top:1px; width:18px; height:19px;"></div>
827
+ <div class="assigned" style="left:565px; top:2px; width:16px; height:17px;"></div>
828
+ <div class="loadstackframe" style="left:584px; top:1px; width:18px; height:19px;"></div>
829
+ <div class="assigned" style="left:585px; top:2px; width:16px; height:17px;"></div>
830
+ <div class="loadstackframe" style="left:604px; top:1px; width:18px; height:19px;"></div>
831
+ <div class="assigned" style="left:605px; top:2px; width:16px; height:17px;"></div>
832
+ <div class="loadstackframe" style="left:624px; top:1px; width:11px; height:19px;"></div>
833
+ <div class="assigned" style="left:625px; top:2px; width:9px; height:17px;"></div>
834
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
835
+ </div>
836
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:238px; width:2180px; height:21px; font-size:10px;">
837
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
838
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
839
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
840
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
841
+ <div class="taskbarframe" style="left:1058px; top:4px; width:519px; height:12px;"></div>
842
+ <div class="taskbar" style="left:1059px; top:5px; width:517px; height:10px;"></div>
843
+ <div class="progressbar" style="left:1059px; top:7px; width:97px; height:6px;"></div>
844
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
845
+ </div>
846
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:260px; width:2180px; height:21px; font-size:10px;">
847
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
848
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
849
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
850
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
851
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
852
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
853
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
854
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
855
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
856
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
857
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
858
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
859
+ <div class="offduty" style="left:497px; top:0px; width:92px; height:21px;"></div>
860
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
861
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
862
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
863
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
864
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
865
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
866
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
867
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
868
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
869
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
870
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
871
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
872
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
873
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
874
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
875
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
876
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
877
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
878
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
879
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
880
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
881
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
882
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
883
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
884
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
885
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
886
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
887
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
888
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
889
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
890
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
891
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
892
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
893
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
894
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
895
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
896
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
897
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
898
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
899
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
900
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
901
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
902
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
903
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
904
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
905
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
906
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
907
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
908
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
909
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
910
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
911
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
912
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
913
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
914
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
915
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
916
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
917
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
918
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
919
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
920
+ <div class="loadstackframe" style="left:1059px; top:1px; width:5px; height:19px;"></div>
921
+ <div class="assigned" style="left:1060px; top:2px; width:3px; height:17px;"></div>
922
+ <div class="loadstackframe" style="left:1066px; top:1px; width:18px; height:19px;"></div>
923
+ <div class="assigned" style="left:1067px; top:2px; width:16px; height:17px;"></div>
924
+ <div class="loadstackframe" style="left:1126px; top:1px; width:18px; height:19px;"></div>
925
+ <div class="assigned" style="left:1127px; top:2px; width:16px; height:17px;"></div>
926
+ <div class="loadstackframe" style="left:1146px; top:1px; width:18px; height:19px;"></div>
927
+ <div class="assigned" style="left:1147px; top:2px; width:16px; height:17px;"></div>
928
+ <div class="loadstackframe" style="left:1166px; top:1px; width:18px; height:19px;"></div>
929
+ <div class="assigned" style="left:1167px; top:2px; width:16px; height:17px;"></div>
930
+ <div class="loadstackframe" style="left:1186px; top:1px; width:18px; height:19px;"></div>
931
+ <div class="assigned" style="left:1187px; top:2px; width:16px; height:17px;"></div>
932
+ <div class="loadstackframe" style="left:1206px; top:1px; width:18px; height:19px;"></div>
933
+ <div class="assigned" style="left:1207px; top:2px; width:16px; height:17px;"></div>
934
+ <div class="loadstackframe" style="left:1267px; top:1px; width:18px; height:19px;"></div>
935
+ <div class="assigned" style="left:1268px; top:2px; width:16px; height:17px;"></div>
936
+ <div class="loadstackframe" style="left:1287px; top:1px; width:18px; height:19px;"></div>
937
+ <div class="assigned" style="left:1288px; top:2px; width:16px; height:17px;"></div>
938
+ <div class="loadstackframe" style="left:1307px; top:1px; width:18px; height:19px;"></div>
939
+ <div class="assigned" style="left:1308px; top:2px; width:16px; height:17px;"></div>
940
+ <div class="loadstackframe" style="left:1327px; top:1px; width:18px; height:19px;"></div>
941
+ <div class="assigned" style="left:1328px; top:2px; width:16px; height:17px;"></div>
942
+ <div class="loadstackframe" style="left:1347px; top:1px; width:18px; height:19px;"></div>
943
+ <div class="assigned" style="left:1348px; top:2px; width:16px; height:17px;"></div>
944
+ <div class="loadstackframe" style="left:1407px; top:1px; width:18px; height:19px;"></div>
945
+ <div class="assigned" style="left:1408px; top:2px; width:16px; height:17px;"></div>
946
+ <div class="loadstackframe" style="left:1427px; top:1px; width:18px; height:19px;"></div>
947
+ <div class="assigned" style="left:1428px; top:2px; width:16px; height:17px;"></div>
948
+ <div class="loadstackframe" style="left:1447px; top:1px; width:18px; height:19px;"></div>
949
+ <div class="assigned" style="left:1448px; top:2px; width:16px; height:17px;"></div>
950
+ <div class="loadstackframe" style="left:1467px; top:1px; width:19px; height:19px;"></div>
951
+ <div class="assigned" style="left:1468px; top:2px; width:17px; height:17px;"></div>
952
+ <div class="loadstackframe" style="left:1488px; top:1px; width:18px; height:19px;"></div>
953
+ <div class="assigned" style="left:1489px; top:2px; width:16px; height:17px;"></div>
954
+ <div class="loadstackframe" style="left:1548px; top:1px; width:18px; height:19px;"></div>
955
+ <div class="assigned" style="left:1549px; top:2px; width:16px; height:17px;"></div>
956
+ <div class="loadstackframe" style="left:1568px; top:1px; width:7px; height:19px;"></div>
957
+ <div class="assigned" style="left:1569px; top:2px; width:5px; height:17px;"></div>
958
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
959
+ </div>
960
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:282px; width:2180px; height:21px; font-size:10px;">
961
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
962
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
963
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
964
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
965
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
966
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
967
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
968
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
969
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
970
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
971
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
972
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
973
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
974
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
975
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
976
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
977
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
978
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
979
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
980
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
981
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
982
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
983
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
984
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
985
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
986
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
987
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
988
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
989
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
990
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
991
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
992
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
993
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
994
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
995
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
996
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
997
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
998
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
999
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
1000
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
1001
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
1002
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
1003
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
1004
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
1005
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1006
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1007
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1008
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1009
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1010
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1011
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1012
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1013
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1014
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1015
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1016
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1017
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1018
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1019
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1020
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1021
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1022
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1023
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1024
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1025
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1026
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1027
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1028
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1029
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1030
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1031
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1032
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1033
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1034
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1035
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1036
+ <div class="loadstackframe" style="left:1059px; top:1px; width:5px; height:19px;"></div>
1037
+ <div class="assigned" style="left:1060px; top:2px; width:3px; height:17px;"></div>
1038
+ <div class="loadstackframe" style="left:1066px; top:1px; width:18px; height:19px;"></div>
1039
+ <div class="assigned" style="left:1067px; top:2px; width:16px; height:17px;"></div>
1040
+ <div class="loadstackframe" style="left:1126px; top:1px; width:18px; height:19px;"></div>
1041
+ <div class="assigned" style="left:1127px; top:2px; width:16px; height:17px;"></div>
1042
+ <div class="loadstackframe" style="left:1146px; top:1px; width:18px; height:19px;"></div>
1043
+ <div class="assigned" style="left:1147px; top:2px; width:16px; height:17px;"></div>
1044
+ <div class="loadstackframe" style="left:1166px; top:1px; width:18px; height:19px;"></div>
1045
+ <div class="assigned" style="left:1167px; top:2px; width:16px; height:17px;"></div>
1046
+ <div class="loadstackframe" style="left:1186px; top:1px; width:18px; height:19px;"></div>
1047
+ <div class="assigned" style="left:1187px; top:2px; width:16px; height:17px;"></div>
1048
+ <div class="loadstackframe" style="left:1206px; top:1px; width:18px; height:19px;"></div>
1049
+ <div class="assigned" style="left:1207px; top:2px; width:16px; height:17px;"></div>
1050
+ <div class="loadstackframe" style="left:1267px; top:1px; width:18px; height:19px;"></div>
1051
+ <div class="assigned" style="left:1268px; top:2px; width:16px; height:17px;"></div>
1052
+ <div class="loadstackframe" style="left:1287px; top:1px; width:18px; height:19px;"></div>
1053
+ <div class="assigned" style="left:1288px; top:2px; width:16px; height:17px;"></div>
1054
+ <div class="loadstackframe" style="left:1307px; top:1px; width:18px; height:19px;"></div>
1055
+ <div class="assigned" style="left:1308px; top:2px; width:16px; height:17px;"></div>
1056
+ <div class="loadstackframe" style="left:1327px; top:1px; width:18px; height:19px;"></div>
1057
+ <div class="assigned" style="left:1328px; top:2px; width:16px; height:17px;"></div>
1058
+ <div class="loadstackframe" style="left:1347px; top:1px; width:18px; height:19px;"></div>
1059
+ <div class="assigned" style="left:1348px; top:2px; width:16px; height:17px;"></div>
1060
+ <div class="loadstackframe" style="left:1407px; top:1px; width:18px; height:19px;"></div>
1061
+ <div class="assigned" style="left:1408px; top:2px; width:16px; height:17px;"></div>
1062
+ <div class="loadstackframe" style="left:1427px; top:1px; width:18px; height:19px;"></div>
1063
+ <div class="assigned" style="left:1428px; top:2px; width:16px; height:17px;"></div>
1064
+ <div class="loadstackframe" style="left:1447px; top:1px; width:18px; height:19px;"></div>
1065
+ <div class="assigned" style="left:1448px; top:2px; width:16px; height:17px;"></div>
1066
+ <div class="loadstackframe" style="left:1467px; top:1px; width:19px; height:19px;"></div>
1067
+ <div class="assigned" style="left:1468px; top:2px; width:17px; height:17px;"></div>
1068
+ <div class="loadstackframe" style="left:1488px; top:1px; width:18px; height:19px;"></div>
1069
+ <div class="assigned" style="left:1489px; top:2px; width:16px; height:17px;"></div>
1070
+ <div class="loadstackframe" style="left:1548px; top:1px; width:18px; height:19px;"></div>
1071
+ <div class="assigned" style="left:1549px; top:2px; width:16px; height:17px;"></div>
1072
+ <div class="loadstackframe" style="left:1568px; top:1px; width:7px; height:19px;"></div>
1073
+ <div class="assigned" style="left:1569px; top:2px; width:5px; height:17px;"></div>
1074
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1075
+ </div>
1076
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:304px; width:2180px; height:21px; font-size:10px;">
1077
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1078
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1079
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1080
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1081
+ <div class="taskbarframe" style="left:636px; top:4px; width:423px; height:12px;"></div>
1082
+ <div class="taskbar" style="left:637px; top:5px; width:421px; height:10px;"></div>
1083
+ <div class="progressbar" style="left:637px; top:7px; width:0px; height:6px;"></div>
1084
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1085
+ </div>
1086
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:326px; width:2180px; height:21px; font-size:10px;">
1087
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
1088
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
1089
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
1090
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
1091
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
1092
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
1093
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
1094
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
1095
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
1096
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
1097
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
1098
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
1099
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
1100
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
1101
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
1102
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
1103
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
1104
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
1105
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
1106
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
1107
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
1108
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
1109
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
1110
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
1111
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
1112
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
1113
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
1114
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
1115
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
1116
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
1117
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
1118
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
1119
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
1120
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
1121
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
1122
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
1123
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
1124
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
1125
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
1126
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
1127
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
1128
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
1129
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
1130
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
1131
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1132
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1133
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1134
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1135
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1136
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1137
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1138
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1139
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1140
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1141
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1142
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1143
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1144
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1145
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1146
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1147
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1148
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1149
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1150
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1151
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1152
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1153
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1154
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1155
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1156
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1157
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1158
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1159
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1160
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1161
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1162
+ <div class="loadstackframe" style="left:637px; top:1px; width:5px; height:19px;"></div>
1163
+ <div class="assigned" style="left:638px; top:2px; width:3px; height:17px;"></div>
1164
+ <div class="loadstackframe" style="left:644px; top:1px; width:18px; height:19px;"></div>
1165
+ <div class="assigned" style="left:645px; top:2px; width:16px; height:17px;"></div>
1166
+ <div class="loadstackframe" style="left:704px; top:1px; width:18px; height:19px;"></div>
1167
+ <div class="assigned" style="left:705px; top:2px; width:16px; height:17px;"></div>
1168
+ <div class="loadstackframe" style="left:724px; top:1px; width:18px; height:19px;"></div>
1169
+ <div class="assigned" style="left:725px; top:2px; width:16px; height:17px;"></div>
1170
+ <div class="loadstackframe" style="left:744px; top:1px; width:19px; height:19px;"></div>
1171
+ <div class="assigned" style="left:745px; top:2px; width:17px; height:17px;"></div>
1172
+ <div class="loadstackframe" style="left:765px; top:1px; width:18px; height:19px;"></div>
1173
+ <div class="assigned" style="left:766px; top:2px; width:16px; height:17px;"></div>
1174
+ <div class="loadstackframe" style="left:785px; top:1px; width:18px; height:19px;"></div>
1175
+ <div class="assigned" style="left:786px; top:2px; width:16px; height:17px;"></div>
1176
+ <div class="loadstackframe" style="left:845px; top:1px; width:18px; height:19px;"></div>
1177
+ <div class="assigned" style="left:846px; top:2px; width:16px; height:17px;"></div>
1178
+ <div class="loadstackframe" style="left:865px; top:1px; width:18px; height:19px;"></div>
1179
+ <div class="assigned" style="left:866px; top:2px; width:16px; height:17px;"></div>
1180
+ <div class="loadstackframe" style="left:885px; top:1px; width:18px; height:19px;"></div>
1181
+ <div class="assigned" style="left:886px; top:2px; width:16px; height:17px;"></div>
1182
+ <div class="loadstackframe" style="left:905px; top:1px; width:18px; height:19px;"></div>
1183
+ <div class="assigned" style="left:906px; top:2px; width:16px; height:17px;"></div>
1184
+ <div class="loadstackframe" style="left:925px; top:1px; width:18px; height:19px;"></div>
1185
+ <div class="assigned" style="left:926px; top:2px; width:16px; height:17px;"></div>
1186
+ <div class="loadstackframe" style="left:985px; top:1px; width:19px; height:19px;"></div>
1187
+ <div class="assigned" style="left:986px; top:2px; width:17px; height:17px;"></div>
1188
+ <div class="loadstackframe" style="left:1006px; top:1px; width:18px; height:19px;"></div>
1189
+ <div class="assigned" style="left:1007px; top:2px; width:16px; height:17px;"></div>
1190
+ <div class="loadstackframe" style="left:1026px; top:1px; width:18px; height:19px;"></div>
1191
+ <div class="assigned" style="left:1027px; top:2px; width:16px; height:17px;"></div>
1192
+ <div class="loadstackframe" style="left:1046px; top:1px; width:11px; height:19px;"></div>
1193
+ <div class="assigned" style="left:1047px; top:2px; width:9px; height:17px;"></div>
1194
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1195
+ </div>
1196
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:348px; width:2180px; height:21px; font-size:10px;">
1197
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
1198
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
1199
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
1200
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
1201
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
1202
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
1203
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
1204
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
1205
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
1206
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
1207
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
1208
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
1209
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
1210
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
1211
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
1212
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
1213
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
1214
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
1215
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
1216
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
1217
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
1218
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
1219
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
1220
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
1221
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
1222
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
1223
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
1224
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
1225
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
1226
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
1227
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
1228
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
1229
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
1230
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
1231
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
1232
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
1233
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
1234
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
1235
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
1236
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
1237
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
1238
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
1239
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
1240
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
1241
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1242
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1243
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1244
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1245
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1246
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1247
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1248
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1249
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1250
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1251
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1252
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1253
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1254
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1255
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1256
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1257
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1258
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1259
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1260
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1261
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1262
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1263
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1264
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1265
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1266
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1267
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1268
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1269
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1270
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1271
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1272
+ <div class="loadstackframe" style="left:637px; top:1px; width:5px; height:19px;"></div>
1273
+ <div class="assigned" style="left:638px; top:2px; width:3px; height:17px;"></div>
1274
+ <div class="loadstackframe" style="left:644px; top:1px; width:18px; height:19px;"></div>
1275
+ <div class="assigned" style="left:645px; top:2px; width:16px; height:17px;"></div>
1276
+ <div class="loadstackframe" style="left:704px; top:1px; width:18px; height:19px;"></div>
1277
+ <div class="assigned" style="left:705px; top:2px; width:16px; height:17px;"></div>
1278
+ <div class="loadstackframe" style="left:724px; top:1px; width:18px; height:19px;"></div>
1279
+ <div class="assigned" style="left:725px; top:2px; width:16px; height:17px;"></div>
1280
+ <div class="loadstackframe" style="left:744px; top:1px; width:19px; height:19px;"></div>
1281
+ <div class="assigned" style="left:745px; top:2px; width:17px; height:17px;"></div>
1282
+ <div class="loadstackframe" style="left:765px; top:1px; width:18px; height:19px;"></div>
1283
+ <div class="assigned" style="left:766px; top:2px; width:16px; height:17px;"></div>
1284
+ <div class="loadstackframe" style="left:785px; top:1px; width:18px; height:19px;"></div>
1285
+ <div class="assigned" style="left:786px; top:2px; width:16px; height:17px;"></div>
1286
+ <div class="loadstackframe" style="left:845px; top:1px; width:18px; height:19px;"></div>
1287
+ <div class="assigned" style="left:846px; top:2px; width:16px; height:17px;"></div>
1288
+ <div class="loadstackframe" style="left:865px; top:1px; width:18px; height:19px;"></div>
1289
+ <div class="assigned" style="left:866px; top:2px; width:16px; height:17px;"></div>
1290
+ <div class="loadstackframe" style="left:885px; top:1px; width:18px; height:19px;"></div>
1291
+ <div class="assigned" style="left:886px; top:2px; width:16px; height:17px;"></div>
1292
+ <div class="loadstackframe" style="left:905px; top:1px; width:18px; height:19px;"></div>
1293
+ <div class="assigned" style="left:906px; top:2px; width:16px; height:17px;"></div>
1294
+ <div class="loadstackframe" style="left:925px; top:1px; width:18px; height:19px;"></div>
1295
+ <div class="assigned" style="left:926px; top:2px; width:16px; height:17px;"></div>
1296
+ <div class="loadstackframe" style="left:985px; top:1px; width:19px; height:19px;"></div>
1297
+ <div class="assigned" style="left:986px; top:2px; width:17px; height:17px;"></div>
1298
+ <div class="loadstackframe" style="left:1006px; top:1px; width:18px; height:19px;"></div>
1299
+ <div class="assigned" style="left:1007px; top:2px; width:16px; height:17px;"></div>
1300
+ <div class="loadstackframe" style="left:1026px; top:1px; width:18px; height:19px;"></div>
1301
+ <div class="assigned" style="left:1027px; top:2px; width:16px; height:17px;"></div>
1302
+ <div class="loadstackframe" style="left:1046px; top:1px; width:11px; height:19px;"></div>
1303
+ <div class="assigned" style="left:1047px; top:2px; width:9px; height:17px;"></div>
1304
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1305
+ </div>
1306
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:370px; width:2180px; height:21px; font-size:10px;">
1307
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1308
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1309
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1310
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1311
+ <div class="containerbar" style="left:1571px; top:5px; width:433px; height:5px;"></div>
1312
+ <div class="containerbar" style="left:1571px; top:10px; width:11px; height:1px;"></div>
1313
+ <div class="containerbar" style="left:1572px; top:11px; width:9px; height:1px;"></div>
1314
+ <div class="containerbar" style="left:1573px; top:12px; width:7px; height:1px;"></div>
1315
+ <div class="containerbar" style="left:1574px; top:13px; width:5px; height:1px;"></div>
1316
+ <div class="containerbar" style="left:1575px; top:14px; width:3px; height:1px;"></div>
1317
+ <div class="containerbar" style="left:1576px; top:15px; width:1px; height:1px;"></div>
1318
+ <div class="containerbar" style="left:1993px; top:10px; width:11px; height:1px;"></div>
1319
+ <div class="containerbar" style="left:1994px; top:11px; width:9px; height:1px;"></div>
1320
+ <div class="containerbar" style="left:1995px; top:12px; width:7px; height:1px;"></div>
1321
+ <div class="containerbar" style="left:1996px; top:13px; width:5px; height:1px;"></div>
1322
+ <div class="containerbar" style="left:1997px; top:14px; width:3px; height:1px;"></div>
1323
+ <div class="containerbar" style="left:1998px; top:15px; width:1px; height:1px;"></div>
1324
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1325
+ </div>
1326
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:392px; width:2180px; height:21px; font-size:10px;">
1327
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1328
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1329
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1330
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1331
+ <div class="taskbarframe" style="left:1576px; top:4px; width:47px; height:12px;"></div>
1332
+ <div class="taskbar" style="left:1577px; top:5px; width:45px; height:10px;"></div>
1333
+ <div class="progressbar" style="left:1577px; top:7px; width:0px; height:6px;"></div>
1334
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1335
+ </div>
1336
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:414px; width:2180px; height:21px; font-size:10px;">
1337
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
1338
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
1339
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
1340
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
1341
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
1342
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
1343
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
1344
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
1345
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
1346
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
1347
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
1348
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
1349
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
1350
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
1351
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
1352
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
1353
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
1354
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
1355
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
1356
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
1357
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
1358
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
1359
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
1360
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
1361
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
1362
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
1363
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
1364
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
1365
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
1366
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
1367
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
1368
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
1369
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
1370
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
1371
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
1372
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
1373
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
1374
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
1375
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
1376
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
1377
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
1378
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
1379
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
1380
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
1381
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1382
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1383
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1384
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1385
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1386
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1387
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1388
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1389
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1390
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1391
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1392
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1393
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1394
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1395
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1396
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1397
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1398
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1399
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1400
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1401
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1402
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1403
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1404
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1405
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1406
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1407
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1408
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1409
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1410
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1411
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1412
+ <div class="loadstackframe" style="left:1577px; top:1px; width:9px; height:19px;"></div>
1413
+ <div class="assigned" style="left:1578px; top:2px; width:7px; height:17px;"></div>
1414
+ <div class="loadstackframe" style="left:1588px; top:1px; width:18px; height:19px;"></div>
1415
+ <div class="free" style="left:1589px; top:2px; width:16px; height:4px;"></div>
1416
+ <div class="assigned" style="left:1589px; top:6px; width:16px; height:13px;"></div>
1417
+ <div class="loadstackframe" style="left:1608px; top:1px; width:13px; height:19px;"></div>
1418
+ <div class="free" style="left:1609px; top:2px; width:11px; height:4px;"></div>
1419
+ <div class="assigned" style="left:1609px; top:6px; width:11px; height:13px;"></div>
1420
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1421
+ </div>
1422
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:436px; width:2180px; height:21px; font-size:10px;">
1423
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
1424
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
1425
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
1426
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
1427
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
1428
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
1429
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
1430
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
1431
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
1432
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
1433
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
1434
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
1435
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
1436
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
1437
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
1438
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
1439
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
1440
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
1441
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
1442
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
1443
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
1444
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
1445
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
1446
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
1447
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
1448
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
1449
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
1450
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
1451
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
1452
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
1453
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
1454
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
1455
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
1456
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
1457
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
1458
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
1459
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
1460
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
1461
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
1462
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
1463
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
1464
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
1465
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
1466
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
1467
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1468
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1469
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1470
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1471
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1472
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1473
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1474
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1475
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1476
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1477
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1478
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1479
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1480
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1481
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1482
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1483
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1484
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1485
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1486
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1487
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1488
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1489
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1490
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1491
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1492
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1493
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1494
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1495
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1496
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1497
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1498
+ <div class="loadstackframe" style="left:1577px; top:1px; width:9px; height:19px;"></div>
1499
+ <div class="assigned" style="left:1578px; top:2px; width:7px; height:17px;"></div>
1500
+ <div class="loadstackframe" style="left:1588px; top:1px; width:18px; height:19px;"></div>
1501
+ <div class="assigned" style="left:1589px; top:2px; width:16px; height:17px;"></div>
1502
+ <div class="loadstackframe" style="left:1608px; top:1px; width:13px; height:19px;"></div>
1503
+ <div class="assigned" style="left:1609px; top:2px; width:11px; height:17px;"></div>
1504
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1505
+ </div>
1506
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:458px; width:2180px; height:21px; font-size:10px;">
1507
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1508
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1509
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1510
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1511
+ <div class="taskbarframe" style="left:1694px; top:4px; width:305px; height:12px;"></div>
1512
+ <div class="taskbar" style="left:1695px; top:5px; width:303px; height:10px;"></div>
1513
+ <div class="progressbar" style="left:1695px; top:7px; width:0px; height:6px;"></div>
1514
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1515
+ </div>
1516
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:480px; width:2180px; height:21px; font-size:10px;">
1517
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
1518
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
1519
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
1520
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
1521
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
1522
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
1523
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
1524
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
1525
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
1526
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
1527
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
1528
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
1529
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
1530
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
1531
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
1532
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
1533
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
1534
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
1535
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
1536
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
1537
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
1538
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
1539
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
1540
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
1541
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
1542
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
1543
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
1544
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
1545
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
1546
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
1547
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
1548
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
1549
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
1550
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
1551
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
1552
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
1553
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
1554
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
1555
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
1556
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
1557
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
1558
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
1559
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
1560
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
1561
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1562
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1563
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1564
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1565
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1566
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1567
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1568
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1569
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1570
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1571
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1572
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1573
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1574
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1575
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1576
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1577
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1578
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1579
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1580
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1581
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1582
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1583
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1584
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1585
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1586
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1587
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1588
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1589
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1590
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1591
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1592
+ <div class="loadstackframe" style="left:1695px; top:1px; width:11px; height:19px;"></div>
1593
+ <div class="assigned" style="left:1696px; top:2px; width:9px; height:17px;"></div>
1594
+ <div class="loadstackframe" style="left:1708px; top:1px; width:18px; height:19px;"></div>
1595
+ <div class="assigned" style="left:1709px; top:2px; width:16px; height:17px;"></div>
1596
+ <div class="loadstackframe" style="left:1728px; top:1px; width:18px; height:19px;"></div>
1597
+ <div class="assigned" style="left:1729px; top:2px; width:16px; height:17px;"></div>
1598
+ <div class="loadstackframe" style="left:1748px; top:1px; width:18px; height:19px;"></div>
1599
+ <div class="assigned" style="left:1749px; top:2px; width:16px; height:17px;"></div>
1600
+ <div class="loadstackframe" style="left:1768px; top:1px; width:18px; height:19px;"></div>
1601
+ <div class="assigned" style="left:1769px; top:2px; width:16px; height:17px;"></div>
1602
+ <div class="loadstackframe" style="left:1828px; top:1px; width:18px; height:19px;"></div>
1603
+ <div class="assigned" style="left:1829px; top:2px; width:16px; height:17px;"></div>
1604
+ <div class="loadstackframe" style="left:1848px; top:1px; width:18px; height:19px;"></div>
1605
+ <div class="assigned" style="left:1849px; top:2px; width:16px; height:17px;"></div>
1606
+ <div class="loadstackframe" style="left:1868px; top:1px; width:18px; height:19px;"></div>
1607
+ <div class="assigned" style="left:1869px; top:2px; width:16px; height:17px;"></div>
1608
+ <div class="loadstackframe" style="left:1888px; top:1px; width:18px; height:19px;"></div>
1609
+ <div class="assigned" style="left:1889px; top:2px; width:16px; height:17px;"></div>
1610
+ <div class="loadstackframe" style="left:1908px; top:1px; width:19px; height:19px;"></div>
1611
+ <div class="assigned" style="left:1909px; top:2px; width:17px; height:17px;"></div>
1612
+ <div class="loadstackframe" style="left:1969px; top:1px; width:18px; height:19px;"></div>
1613
+ <div class="assigned" style="left:1970px; top:2px; width:16px; height:17px;"></div>
1614
+ <div class="loadstackframe" style="left:1989px; top:1px; width:8px; height:19px;"></div>
1615
+ <div class="assigned" style="left:1990px; top:2px; width:6px; height:17px;"></div>
1616
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1617
+ </div>
1618
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:502px; width:2180px; height:21px; font-size:10px;">
1619
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
1620
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
1621
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
1622
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
1623
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
1624
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
1625
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
1626
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
1627
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
1628
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
1629
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
1630
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
1631
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
1632
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
1633
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
1634
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
1635
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
1636
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
1637
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
1638
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
1639
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
1640
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
1641
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
1642
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
1643
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
1644
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
1645
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
1646
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
1647
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
1648
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
1649
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
1650
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
1651
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
1652
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
1653
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
1654
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
1655
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
1656
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
1657
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
1658
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
1659
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
1660
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
1661
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
1662
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
1663
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1664
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1665
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1666
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1667
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1668
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1669
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1670
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1671
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1672
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1673
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1674
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1675
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1676
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1677
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1678
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1679
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1680
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1681
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1682
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1683
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1684
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1685
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1686
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1687
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1688
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1689
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1690
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1691
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1692
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1693
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1694
+ <div class="loadstackframe" style="left:1695px; top:1px; width:11px; height:19px;"></div>
1695
+ <div class="free" style="left:1696px; top:2px; width:9px; height:4px;"></div>
1696
+ <div class="assigned" style="left:1696px; top:6px; width:9px; height:13px;"></div>
1697
+ <div class="loadstackframe" style="left:1708px; top:1px; width:18px; height:19px;"></div>
1698
+ <div class="free" style="left:1709px; top:2px; width:16px; height:4px;"></div>
1699
+ <div class="assigned" style="left:1709px; top:6px; width:16px; height:13px;"></div>
1700
+ <div class="loadstackframe" style="left:1728px; top:1px; width:18px; height:19px;"></div>
1701
+ <div class="free" style="left:1729px; top:2px; width:16px; height:4px;"></div>
1702
+ <div class="assigned" style="left:1729px; top:6px; width:16px; height:13px;"></div>
1703
+ <div class="loadstackframe" style="left:1748px; top:1px; width:18px; height:19px;"></div>
1704
+ <div class="free" style="left:1749px; top:2px; width:16px; height:4px;"></div>
1705
+ <div class="assigned" style="left:1749px; top:6px; width:16px; height:13px;"></div>
1706
+ <div class="loadstackframe" style="left:1768px; top:1px; width:18px; height:19px;"></div>
1707
+ <div class="free" style="left:1769px; top:2px; width:16px; height:4px;"></div>
1708
+ <div class="assigned" style="left:1769px; top:6px; width:16px; height:13px;"></div>
1709
+ <div class="loadstackframe" style="left:1828px; top:1px; width:18px; height:19px;"></div>
1710
+ <div class="free" style="left:1829px; top:2px; width:16px; height:4px;"></div>
1711
+ <div class="assigned" style="left:1829px; top:6px; width:16px; height:13px;"></div>
1712
+ <div class="loadstackframe" style="left:1848px; top:1px; width:18px; height:19px;"></div>
1713
+ <div class="free" style="left:1849px; top:2px; width:16px; height:4px;"></div>
1714
+ <div class="assigned" style="left:1849px; top:6px; width:16px; height:13px;"></div>
1715
+ <div class="loadstackframe" style="left:1868px; top:1px; width:18px; height:19px;"></div>
1716
+ <div class="free" style="left:1869px; top:2px; width:16px; height:4px;"></div>
1717
+ <div class="assigned" style="left:1869px; top:6px; width:16px; height:13px;"></div>
1718
+ <div class="loadstackframe" style="left:1888px; top:1px; width:18px; height:19px;"></div>
1719
+ <div class="free" style="left:1889px; top:2px; width:16px; height:4px;"></div>
1720
+ <div class="assigned" style="left:1889px; top:6px; width:16px; height:13px;"></div>
1721
+ <div class="loadstackframe" style="left:1908px; top:1px; width:19px; height:19px;"></div>
1722
+ <div class="free" style="left:1909px; top:2px; width:17px; height:4px;"></div>
1723
+ <div class="assigned" style="left:1909px; top:6px; width:17px; height:13px;"></div>
1724
+ <div class="loadstackframe" style="left:1969px; top:1px; width:18px; height:19px;"></div>
1725
+ <div class="free" style="left:1970px; top:2px; width:16px; height:4px;"></div>
1726
+ <div class="assigned" style="left:1970px; top:6px; width:16px; height:13px;"></div>
1727
+ <div class="loadstackframe" style="left:1989px; top:1px; width:8px; height:19px;"></div>
1728
+ <div class="assigned" style="left:1990px; top:2px; width:6px; height:17px;"></div>
1729
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1730
+ </div>
1731
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:524px; width:2180px; height:21px; font-size:10px;">
1732
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1733
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1734
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1735
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1736
+ <div class="taskbarframe" style="left:189px; top:4px; width:827px; height:12px;"></div>
1737
+ <div class="taskbar" style="left:190px; top:5px; width:825px; height:10px;"></div>
1738
+ <div class="progressbar" style="left:190px; top:7px; width:825px; height:6px;"></div>
1739
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1740
+ </div>
1741
+ <div class="resourcecell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:546px; width:2180px; height:21px; font-size:10px;">
1742
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
1743
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
1744
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
1745
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
1746
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
1747
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
1748
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
1749
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
1750
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
1751
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
1752
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
1753
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
1754
+ <div class="offduty" style="left:497px; top:0px; width:12px; height:21px;"></div>
1755
+ <div class="offduty" style="left:518px; top:0px; width:52px; height:21px;"></div>
1756
+ <div class="offduty" style="left:578px; top:0px; width:12px; height:21px;"></div>
1757
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
1758
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
1759
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
1760
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
1761
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
1762
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
1763
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
1764
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
1765
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
1766
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
1767
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
1768
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
1769
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
1770
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
1771
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
1772
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
1773
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
1774
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
1775
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
1776
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
1777
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
1778
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
1779
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
1780
+ <div class="offduty" style="left:1220px; top:0px; width:193px; height:21px;"></div>
1781
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1782
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1783
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1784
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1785
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1786
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1787
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1788
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1789
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1790
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1791
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1792
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1793
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1794
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1795
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1796
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1797
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1798
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1799
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1800
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1801
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1802
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1803
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1804
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1805
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1806
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1807
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1808
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1809
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1810
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1811
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1812
+ <div class="loadstackframe" style="left:190px; top:1px; width:10px; height:19px;"></div>
1813
+ <div class="assigned" style="left:191px; top:2px; width:8px; height:17px;"></div>
1814
+ <div class="loadstackframe" style="left:202px; top:1px; width:18px; height:19px;"></div>
1815
+ <div class="assigned" style="left:203px; top:2px; width:16px; height:17px;"></div>
1816
+ <div class="loadstackframe" style="left:222px; top:1px; width:18px; height:19px;"></div>
1817
+ <div class="assigned" style="left:223px; top:2px; width:16px; height:17px;"></div>
1818
+ <div class="loadstackframe" style="left:283px; top:1px; width:18px; height:19px;"></div>
1819
+ <div class="assigned" style="left:284px; top:2px; width:16px; height:17px;"></div>
1820
+ <div class="loadstackframe" style="left:303px; top:1px; width:18px; height:19px;"></div>
1821
+ <div class="assigned" style="left:304px; top:2px; width:16px; height:17px;"></div>
1822
+ <div class="loadstackframe" style="left:323px; top:1px; width:18px; height:19px;"></div>
1823
+ <div class="assigned" style="left:324px; top:2px; width:16px; height:17px;"></div>
1824
+ <div class="loadstackframe" style="left:343px; top:1px; width:18px; height:19px;"></div>
1825
+ <div class="assigned" style="left:344px; top:2px; width:16px; height:17px;"></div>
1826
+ <div class="loadstackframe" style="left:363px; top:1px; width:18px; height:19px;"></div>
1827
+ <div class="assigned" style="left:364px; top:2px; width:16px; height:17px;"></div>
1828
+ <div class="loadstackframe" style="left:423px; top:1px; width:18px; height:19px;"></div>
1829
+ <div class="assigned" style="left:424px; top:2px; width:16px; height:17px;"></div>
1830
+ <div class="loadstackframe" style="left:443px; top:1px; width:18px; height:19px;"></div>
1831
+ <div class="assigned" style="left:444px; top:2px; width:16px; height:17px;"></div>
1832
+ <div class="loadstackframe" style="left:463px; top:1px; width:18px; height:19px;"></div>
1833
+ <div class="assigned" style="left:464px; top:2px; width:16px; height:17px;"></div>
1834
+ <div class="loadstackframe" style="left:483px; top:1px; width:18px; height:19px;"></div>
1835
+ <div class="assigned" style="left:484px; top:2px; width:16px; height:17px;"></div>
1836
+ <div class="loadstackframe" style="left:503px; top:1px; width:19px; height:19px;"></div>
1837
+ <div class="assigned" style="left:504px; top:2px; width:17px; height:17px;"></div>
1838
+ <div class="loadstackframe" style="left:564px; top:1px; width:18px; height:19px;"></div>
1839
+ <div class="assigned" style="left:565px; top:2px; width:16px; height:17px;"></div>
1840
+ <div class="loadstackframe" style="left:584px; top:1px; width:18px; height:19px;"></div>
1841
+ <div class="assigned" style="left:585px; top:2px; width:16px; height:17px;"></div>
1842
+ <div class="loadstackframe" style="left:604px; top:1px; width:18px; height:19px;"></div>
1843
+ <div class="assigned" style="left:605px; top:2px; width:16px; height:17px;"></div>
1844
+ <div class="loadstackframe" style="left:624px; top:1px; width:18px; height:19px;"></div>
1845
+ <div class="assigned" style="left:625px; top:2px; width:16px; height:17px;"></div>
1846
+ <div class="loadstackframe" style="left:644px; top:1px; width:18px; height:19px;"></div>
1847
+ <div class="assigned" style="left:645px; top:2px; width:16px; height:17px;"></div>
1848
+ <div class="loadstackframe" style="left:704px; top:1px; width:18px; height:19px;"></div>
1849
+ <div class="assigned" style="left:705px; top:2px; width:16px; height:17px;"></div>
1850
+ <div class="loadstackframe" style="left:724px; top:1px; width:18px; height:19px;"></div>
1851
+ <div class="assigned" style="left:725px; top:2px; width:16px; height:17px;"></div>
1852
+ <div class="loadstackframe" style="left:744px; top:1px; width:19px; height:19px;"></div>
1853
+ <div class="assigned" style="left:745px; top:2px; width:17px; height:17px;"></div>
1854
+ <div class="loadstackframe" style="left:765px; top:1px; width:18px; height:19px;"></div>
1855
+ <div class="assigned" style="left:766px; top:2px; width:16px; height:17px;"></div>
1856
+ <div class="loadstackframe" style="left:785px; top:1px; width:18px; height:19px;"></div>
1857
+ <div class="assigned" style="left:786px; top:2px; width:16px; height:17px;"></div>
1858
+ <div class="loadstackframe" style="left:845px; top:1px; width:18px; height:19px;"></div>
1859
+ <div class="assigned" style="left:846px; top:2px; width:16px; height:17px;"></div>
1860
+ <div class="loadstackframe" style="left:865px; top:1px; width:18px; height:19px;"></div>
1861
+ <div class="assigned" style="left:866px; top:2px; width:16px; height:17px;"></div>
1862
+ <div class="loadstackframe" style="left:885px; top:1px; width:18px; height:19px;"></div>
1863
+ <div class="assigned" style="left:886px; top:2px; width:16px; height:17px;"></div>
1864
+ <div class="loadstackframe" style="left:905px; top:1px; width:18px; height:19px;"></div>
1865
+ <div class="assigned" style="left:906px; top:2px; width:16px; height:17px;"></div>
1866
+ <div class="loadstackframe" style="left:925px; top:1px; width:18px; height:19px;"></div>
1867
+ <div class="assigned" style="left:926px; top:2px; width:16px; height:17px;"></div>
1868
+ <div class="loadstackframe" style="left:985px; top:1px; width:19px; height:19px;"></div>
1869
+ <div class="assigned" style="left:986px; top:2px; width:17px; height:17px;"></div>
1870
+ <div class="loadstackframe" style="left:1006px; top:1px; width:8px; height:19px;"></div>
1871
+ <div class="assigned" style="left:1007px; top:2px; width:6px; height:17px;"></div>
1872
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
1873
+ </div>
1874
+ <div class="resourcecell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:568px; width:2180px; height:21px; font-size:10px;">
1875
+ <div class="offduty" style="left:182px; top:0px; width:6px; height:21px;"></div>
1876
+ <div class="offduty" style="left:196px; top:0px; width:12px; height:21px;"></div>
1877
+ <div class="offduty" style="left:216px; top:0px; width:12px; height:21px;"></div>
1878
+ <div class="offduty" style="left:236px; top:0px; width:52px; height:21px;"></div>
1879
+ <div class="offduty" style="left:297px; top:0px; width:12px; height:21px;"></div>
1880
+ <div class="offduty" style="left:317px; top:0px; width:12px; height:21px;"></div>
1881
+ <div class="offduty" style="left:337px; top:0px; width:12px; height:21px;"></div>
1882
+ <div class="offduty" style="left:357px; top:0px; width:12px; height:21px;"></div>
1883
+ <div class="offduty" style="left:377px; top:0px; width:52px; height:21px;"></div>
1884
+ <div class="offduty" style="left:437px; top:0px; width:12px; height:21px;"></div>
1885
+ <div class="offduty" style="left:457px; top:0px; width:12px; height:21px;"></div>
1886
+ <div class="offduty" style="left:477px; top:0px; width:12px; height:21px;"></div>
1887
+ <div class="offduty" style="left:497px; top:0px; width:92px; height:21px;"></div>
1888
+ <div class="offduty" style="left:598px; top:0px; width:12px; height:21px;"></div>
1889
+ <div class="offduty" style="left:618px; top:0px; width:12px; height:21px;"></div>
1890
+ <div class="offduty" style="left:638px; top:0px; width:12px; height:21px;"></div>
1891
+ <div class="offduty" style="left:658px; top:0px; width:52px; height:21px;"></div>
1892
+ <div class="offduty" style="left:718px; top:0px; width:12px; height:21px;"></div>
1893
+ <div class="offduty" style="left:738px; top:0px; width:12px; height:21px;"></div>
1894
+ <div class="offduty" style="left:759px; top:0px; width:12px; height:21px;"></div>
1895
+ <div class="offduty" style="left:779px; top:0px; width:12px; height:21px;"></div>
1896
+ <div class="offduty" style="left:799px; top:0px; width:52px; height:21px;"></div>
1897
+ <div class="offduty" style="left:859px; top:0px; width:12px; height:21px;"></div>
1898
+ <div class="offduty" style="left:879px; top:0px; width:12px; height:21px;"></div>
1899
+ <div class="offduty" style="left:899px; top:0px; width:12px; height:21px;"></div>
1900
+ <div class="offduty" style="left:919px; top:0px; width:12px; height:21px;"></div>
1901
+ <div class="offduty" style="left:939px; top:0px; width:52px; height:21px;"></div>
1902
+ <div class="offduty" style="left:1000px; top:0px; width:12px; height:21px;"></div>
1903
+ <div class="offduty" style="left:1020px; top:0px; width:12px; height:21px;"></div>
1904
+ <div class="offduty" style="left:1040px; top:0px; width:12px; height:21px;"></div>
1905
+ <div class="offduty" style="left:1060px; top:0px; width:12px; height:21px;"></div>
1906
+ <div class="offduty" style="left:1080px; top:0px; width:52px; height:21px;"></div>
1907
+ <div class="offduty" style="left:1140px; top:0px; width:12px; height:21px;"></div>
1908
+ <div class="offduty" style="left:1160px; top:0px; width:12px; height:21px;"></div>
1909
+ <div class="offduty" style="left:1180px; top:0px; width:12px; height:21px;"></div>
1910
+ <div class="offduty" style="left:1200px; top:0px; width:12px; height:21px;"></div>
1911
+ <div class="offduty" style="left:1220px; top:0px; width:52px; height:21px;"></div>
1912
+ <div class="offduty" style="left:1281px; top:0px; width:12px; height:21px;"></div>
1913
+ <div class="offduty" style="left:1301px; top:0px; width:12px; height:21px;"></div>
1914
+ <div class="offduty" style="left:1321px; top:0px; width:12px; height:21px;"></div>
1915
+ <div class="offduty" style="left:1341px; top:0px; width:12px; height:21px;"></div>
1916
+ <div class="offduty" style="left:1361px; top:0px; width:52px; height:21px;"></div>
1917
+ <div class="offduty" style="left:1421px; top:0px; width:12px; height:21px;"></div>
1918
+ <div class="offduty" style="left:1441px; top:0px; width:12px; height:21px;"></div>
1919
+ <div class="offduty" style="left:1461px; top:0px; width:12px; height:21px;"></div>
1920
+ <div class="offduty" style="left:1482px; top:0px; width:12px; height:21px;"></div>
1921
+ <div class="offduty" style="left:1502px; top:0px; width:52px; height:21px;"></div>
1922
+ <div class="offduty" style="left:1562px; top:0px; width:12px; height:21px;"></div>
1923
+ <div class="offduty" style="left:1582px; top:0px; width:12px; height:21px;"></div>
1924
+ <div class="offduty" style="left:1602px; top:0px; width:12px; height:21px;"></div>
1925
+ <div class="offduty" style="left:1622px; top:0px; width:71px; height:21px;"></div>
1926
+ <div class="offduty" style="left:1702px; top:0px; width:12px; height:21px;"></div>
1927
+ <div class="offduty" style="left:1722px; top:0px; width:12px; height:21px;"></div>
1928
+ <div class="offduty" style="left:1742px; top:0px; width:12px; height:21px;"></div>
1929
+ <div class="offduty" style="left:1762px; top:0px; width:12px; height:21px;"></div>
1930
+ <div class="offduty" style="left:1782px; top:0px; width:52px; height:21px;"></div>
1931
+ <div class="offduty" style="left:1842px; top:0px; width:12px; height:21px;"></div>
1932
+ <div class="offduty" style="left:1862px; top:0px; width:12px; height:21px;"></div>
1933
+ <div class="offduty" style="left:1882px; top:0px; width:12px; height:21px;"></div>
1934
+ <div class="offduty" style="left:1902px; top:0px; width:12px; height:21px;"></div>
1935
+ <div class="offduty" style="left:1923px; top:0px; width:52px; height:21px;"></div>
1936
+ <div class="offduty" style="left:1983px; top:0px; width:12px; height:21px;"></div>
1937
+ <div class="offduty" style="left:2003px; top:0px; width:12px; height:21px;"></div>
1938
+ <div class="offduty" style="left:2023px; top:0px; width:12px; height:21px;"></div>
1939
+ <div class="offduty" style="left:2043px; top:0px; width:12px; height:21px;"></div>
1940
+ <div class="offduty" style="left:2063px; top:0px; width:52px; height:21px;"></div>
1941
+ <div class="offduty" style="left:2123px; top:0px; width:12px; height:21px;"></div>
1942
+ <div class="offduty" style="left:2143px; top:0px; width:12px; height:21px;"></div>
1943
+ <div class="offduty" style="left:2164px; top:0px; width:12px; height:21px;"></div>
1944
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
1945
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
1946
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
1947
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
1948
+ <div class="loadstackframe" style="left:190px; top:1px; width:10px; height:19px;"></div>
1949
+ <div class="busy" style="left:191px; top:2px; width:8px; height:17px;"></div>
1950
+ <div class="loadstackframe" style="left:202px; top:1px; width:18px; height:19px;"></div>
1951
+ <div class="busy" style="left:203px; top:2px; width:16px; height:17px;"></div>
1952
+ <div class="loadstackframe" style="left:222px; top:1px; width:18px; height:19px;"></div>
1953
+ <div class="busy" style="left:223px; top:2px; width:16px; height:17px;"></div>
1954
+ <div class="loadstackframe" style="left:283px; top:1px; width:18px; height:19px;"></div>
1955
+ <div class="busy" style="left:284px; top:2px; width:16px; height:17px;"></div>
1956
+ <div class="loadstackframe" style="left:303px; top:1px; width:18px; height:19px;"></div>
1957
+ <div class="busy" style="left:304px; top:2px; width:16px; height:17px;"></div>
1958
+ <div class="loadstackframe" style="left:323px; top:1px; width:18px; height:19px;"></div>
1959
+ <div class="busy" style="left:324px; top:2px; width:16px; height:17px;"></div>
1960
+ <div class="loadstackframe" style="left:343px; top:1px; width:18px; height:19px;"></div>
1961
+ <div class="busy" style="left:344px; top:2px; width:16px; height:12px;"></div>
1962
+ <div class="assigned" style="left:344px; top:14px; width:16px; height:5px;"></div>
1963
+ <div class="loadstackframe" style="left:363px; top:1px; width:18px; height:19px;"></div>
1964
+ <div class="assigned" style="left:364px; top:2px; width:16px; height:17px;"></div>
1965
+ <div class="loadstackframe" style="left:423px; top:1px; width:18px; height:19px;"></div>
1966
+ <div class="assigned" style="left:424px; top:2px; width:16px; height:17px;"></div>
1967
+ <div class="loadstackframe" style="left:443px; top:1px; width:18px; height:19px;"></div>
1968
+ <div class="assigned" style="left:444px; top:2px; width:16px; height:17px;"></div>
1969
+ <div class="loadstackframe" style="left:463px; top:1px; width:18px; height:19px;"></div>
1970
+ <div class="assigned" style="left:464px; top:2px; width:16px; height:17px;"></div>
1971
+ <div class="loadstackframe" style="left:483px; top:1px; width:18px; height:19px;"></div>
1972
+ <div class="assigned" style="left:484px; top:2px; width:16px; height:17px;"></div>
1973
+ <div class="loadstackframe" style="left:584px; top:1px; width:18px; height:19px;"></div>
1974
+ <div class="assigned" style="left:585px; top:2px; width:16px; height:17px;"></div>
1975
+ <div class="loadstackframe" style="left:604px; top:1px; width:18px; height:19px;"></div>
1976
+ <div class="assigned" style="left:605px; top:2px; width:16px; height:17px;"></div>
1977
+ <div class="loadstackframe" style="left:624px; top:1px; width:18px; height:19px;"></div>
1978
+ <div class="assigned" style="left:625px; top:2px; width:16px; height:17px;"></div>
1979
+ <div class="loadstackframe" style="left:644px; top:1px; width:18px; height:19px;"></div>
1980
+ <div class="assigned" style="left:645px; top:2px; width:16px; height:17px;"></div>
1981
+ <div class="loadstackframe" style="left:704px; top:1px; width:18px; height:19px;"></div>
1982
+ <div class="assigned" style="left:705px; top:2px; width:16px; height:17px;"></div>
1983
+ <div class="loadstackframe" style="left:724px; top:1px; width:18px; height:19px;"></div>
1984
+ <div class="assigned" style="left:725px; top:2px; width:16px; height:17px;"></div>
1985
+ <div class="loadstackframe" style="left:744px; top:1px; width:19px; height:19px;"></div>
1986
+ <div class="assigned" style="left:745px; top:2px; width:17px; height:17px;"></div>
1987
+ <div class="loadstackframe" style="left:765px; top:1px; width:18px; height:19px;"></div>
1988
+ <div class="assigned" style="left:766px; top:2px; width:16px; height:17px;"></div>
1989
+ <div class="loadstackframe" style="left:785px; top:1px; width:18px; height:19px;"></div>
1990
+ <div class="assigned" style="left:786px; top:2px; width:16px; height:17px;"></div>
1991
+ <div class="loadstackframe" style="left:845px; top:1px; width:18px; height:19px;"></div>
1992
+ <div class="assigned" style="left:846px; top:2px; width:16px; height:17px;"></div>
1993
+ <div class="loadstackframe" style="left:865px; top:1px; width:18px; height:19px;"></div>
1994
+ <div class="assigned" style="left:866px; top:2px; width:16px; height:17px;"></div>
1995
+ <div class="loadstackframe" style="left:885px; top:1px; width:18px; height:19px;"></div>
1996
+ <div class="assigned" style="left:886px; top:2px; width:16px; height:17px;"></div>
1997
+ <div class="loadstackframe" style="left:905px; top:1px; width:18px; height:19px;"></div>
1998
+ <div class="assigned" style="left:906px; top:2px; width:16px; height:17px;"></div>
1999
+ <div class="loadstackframe" style="left:925px; top:1px; width:18px; height:19px;"></div>
2000
+ <div class="assigned" style="left:926px; top:2px; width:16px; height:17px;"></div>
2001
+ <div class="loadstackframe" style="left:985px; top:1px; width:19px; height:19px;"></div>
2002
+ <div class="assigned" style="left:986px; top:2px; width:17px; height:17px;"></div>
2003
+ <div class="loadstackframe" style="left:1006px; top:1px; width:8px; height:19px;"></div>
2004
+ <div class="assigned" style="left:1007px; top:2px; width:6px; height:17px;"></div>
2005
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
2006
+ </div>
2007
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:590px; width:2180px; height:21px; font-size:10px;">
2008
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
2009
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
2010
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
2011
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
2012
+ <div class="containerbar" style="left:176px; top:5px; width:1828px; height:5px;"></div>
2013
+ <div class="containerbar" style="left:176px; top:10px; width:11px; height:1px;"></div>
2014
+ <div class="containerbar" style="left:177px; top:11px; width:9px; height:1px;"></div>
2015
+ <div class="containerbar" style="left:178px; top:12px; width:7px; height:1px;"></div>
2016
+ <div class="containerbar" style="left:179px; top:13px; width:5px; height:1px;"></div>
2017
+ <div class="containerbar" style="left:180px; top:14px; width:3px; height:1px;"></div>
2018
+ <div class="containerbar" style="left:181px; top:15px; width:1px; height:1px;"></div>
2019
+ <div class="containerbar" style="left:1993px; top:10px; width:11px; height:1px;"></div>
2020
+ <div class="containerbar" style="left:1994px; top:11px; width:9px; height:1px;"></div>
2021
+ <div class="containerbar" style="left:1995px; top:12px; width:7px; height:1px;"></div>
2022
+ <div class="containerbar" style="left:1996px; top:13px; width:5px; height:1px;"></div>
2023
+ <div class="containerbar" style="left:1997px; top:14px; width:3px; height:1px;"></div>
2024
+ <div class="containerbar" style="left:1998px; top:15px; width:1px; height:1px;"></div>
2025
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
2026
+ </div>
2027
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:612px; width:2180px; height:21px; font-size:10px;">
2028
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
2029
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
2030
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
2031
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
2032
+ <div class="milestone" style="left:176px; top:10px; width:13px; height:1px;"></div>
2033
+ <div class="milestone" style="left:177px; top:9px; width:11px; height:3px;"></div>
2034
+ <div class="milestone" style="left:178px; top:8px; width:9px; height:5px;"></div>
2035
+ <div class="milestone" style="left:179px; top:7px; width:7px; height:7px;"></div>
2036
+ <div class="milestone" style="left:180px; top:6px; width:5px; height:9px;"></div>
2037
+ <div class="milestone" style="left:181px; top:5px; width:3px; height:11px;"></div>
2038
+ <div class="milestone" style="left:182px; top:4px; width:1px; height:13px;"></div>
2039
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
2040
+ </div>
2041
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:634px; width:2180px; height:21px; font-size:10px;">
2042
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
2043
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
2044
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
2045
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
2046
+ <div class="milestone" style="left:1053px; top:10px; width:13px; height:1px;"></div>
2047
+ <div class="milestone" style="left:1054px; top:9px; width:11px; height:3px;"></div>
2048
+ <div class="milestone" style="left:1055px; top:8px; width:9px; height:5px;"></div>
2049
+ <div class="milestone" style="left:1056px; top:7px; width:7px; height:7px;"></div>
2050
+ <div class="milestone" style="left:1057px; top:6px; width:5px; height:9px;"></div>
2051
+ <div class="milestone" style="left:1058px; top:5px; width:3px; height:11px;"></div>
2052
+ <div class="milestone" style="left:1059px; top:4px; width:1px; height:13px;"></div>
2053
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
2054
+ </div>
2055
+ <div class="taskcell2" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:656px; width:2180px; height:21px; font-size:10px;">
2056
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
2057
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
2058
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
2059
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
2060
+ <div class="milestone" style="left:1617px; top:10px; width:13px; height:1px;"></div>
2061
+ <div class="milestone" style="left:1618px; top:9px; width:11px; height:3px;"></div>
2062
+ <div class="milestone" style="left:1619px; top:8px; width:9px; height:5px;"></div>
2063
+ <div class="milestone" style="left:1620px; top:7px; width:7px; height:7px;"></div>
2064
+ <div class="milestone" style="left:1621px; top:6px; width:5px; height:9px;"></div>
2065
+ <div class="milestone" style="left:1622px; top:5px; width:3px; height:11px;"></div>
2066
+ <div class="milestone" style="left:1623px; top:4px; width:1px; height:13px;"></div>
2067
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
2068
+ </div>
2069
+ <div class="taskcell1" style="margin:0px; padding:0px; position:absolute; overflow:hidden; left:0px; top:678px; width:2180px; height:21px; font-size:10px;">
2070
+ <div class="tabvline" style="left:501px; top:0px; width:1px; height:21px;"></div>
2071
+ <div class="tabvline" style="left:1064px; top:0px; width:1px; height:21px;"></div>
2072
+ <div class="tabvline" style="left:1686px; top:0px; width:1px; height:21px;"></div>
2073
+ <div class="tabvline" style="left:2288px; top:0px; width:1px; height:21px;"></div>
2074
+ <div class="milestone" style="left:1993px; top:10px; width:13px; height:1px;"></div>
2075
+ <div class="milestone" style="left:1994px; top:9px; width:11px; height:3px;"></div>
2076
+ <div class="milestone" style="left:1995px; top:8px; width:9px; height:5px;"></div>
2077
+ <div class="milestone" style="left:1996px; top:7px; width:7px; height:7px;"></div>
2078
+ <div class="milestone" style="left:1997px; top:6px; width:5px; height:9px;"></div>
2079
+ <div class="milestone" style="left:1998px; top:5px; width:3px; height:11px;"></div>
2080
+ <div class="milestone" style="left:1999px; top:4px; width:1px; height:13px;"></div>
2081
+ <div class="nowline" style="left:1156px; top:0px; width:1px; height:21px;"></div>
2082
+ </div>
2083
+ <div class="depline" style="left:356px; top:72px; width:6px; height:1px;"></div>
2084
+ <div class="depline" style="left:361px; top:72px; width:1px; height:9px;"></div>
2085
+ <div class="depline" style="left:340px; top:80px; width:22px; height:1px;"></div>
2086
+ <div class="depline" style="left:340px; top:80px; width:1px; height:81px;"></div>
2087
+ <div class="depline" style="left:340px; top:160px; width:11px; height:1px;"></div>
2088
+ <div class="depline" style="left:1581px; top:160px; width:6px; height:1px;"></div>
2089
+ <div class="depline" style="left:1586px; top:160px; width:1px; height:9px;"></div>
2090
+ <div class="depline" style="left:1561px; top:168px; width:26px; height:1px;"></div>
2091
+ <div class="depline" style="left:1561px; top:168px; width:1px; height:235px;"></div>
2092
+ <div class="depline" style="left:1561px; top:402px; width:15px; height:1px;"></div>
2093
+ <div class="depline" style="left:637px; top:182px; width:6px; height:1px;"></div>
2094
+ <div class="depline" style="left:642px; top:182px; width:1px; height:67px;"></div>
2095
+ <div class="depline" style="left:642px; top:248px; width:416px; height:1px;"></div>
2096
+ <div class="depline" style="left:637px; top:182px; width:9px; height:1px;"></div>
2097
+ <div class="depline" style="left:645px; top:182px; width:1px; height:9px;"></div>
2098
+ <div class="depline" style="left:625px; top:190px; width:21px; height:1px;"></div>
2099
+ <div class="depline" style="left:625px; top:190px; width:1px; height:125px;"></div>
2100
+ <div class="depline" style="left:625px; top:314px; width:11px; height:1px;"></div>
2101
+ <div class="depline" style="left:1059px; top:314px; width:6px; height:1px;"></div>
2102
+ <div class="depline" style="left:1064px; top:306px; width:1px; height:9px;"></div>
2103
+ <div class="depline" style="left:1047px; top:306px; width:18px; height:1px;"></div>
2104
+ <div class="depline" style="left:1047px; top:248px; width:1px; height:59px;"></div>
2105
+ <div class="depline" style="left:1047px; top:248px; width:11px; height:1px;"></div>
2106
+ <div class="depline" style="left:1059px; top:314px; width:9px; height:1px;"></div>
2107
+ <div class="depline" style="left:1067px; top:314px; width:1px; height:9px;"></div>
2108
+ <div class="depline" style="left:1042px; top:322px; width:26px; height:1px;"></div>
2109
+ <div class="depline" style="left:1042px; top:322px; width:1px; height:323px;"></div>
2110
+ <div class="depline" style="left:1042px; top:644px; width:11px; height:1px;"></div>
2111
+ <div class="depline" style="left:1623px; top:402px; width:6px; height:1px;"></div>
2112
+ <div class="depline" style="left:1628px; top:402px; width:1px; height:67px;"></div>
2113
+ <div class="depline" style="left:1628px; top:468px; width:66px; height:1px;"></div>
2114
+ <div class="depline" style="left:1623px; top:402px; width:9px; height:1px;"></div>
2115
+ <div class="depline" style="left:1631px; top:402px; width:1px; height:9px;"></div>
2116
+ <div class="depline" style="left:1606px; top:410px; width:26px; height:1px;"></div>
2117
+ <div class="depline" style="left:1606px; top:410px; width:1px; height:257px;"></div>
2118
+ <div class="depline" style="left:1606px; top:666px; width:11px; height:1px;"></div>
2119
+ <div class="depline" style="left:1999px; top:468px; width:6px; height:1px;"></div>
2120
+ <div class="depline" style="left:2004px; top:468px; width:1px; height:9px;"></div>
2121
+ <div class="depline" style="left:1982px; top:476px; width:23px; height:1px;"></div>
2122
+ <div class="depline" style="left:1982px; top:476px; width:1px; height:213px;"></div>
2123
+ <div class="depline" style="left:1982px; top:688px; width:11px; height:1px;"></div>
2124
+ <div class="depline" style="left:1016px; top:534px; width:6px; height:1px;"></div>
2125
+ <div class="depline" style="left:1021px; top:534px; width:1px; height:155px;"></div>
2126
+ <div class="depline" style="left:1021px; top:688px; width:972px; height:1px;"></div>
2127
+ <div class="depline" style="left:187px; top:622px; width:6px; height:1px;"></div>
2128
+ <div class="depline" style="left:192px; top:613px; width:1px; height:10px;"></div>
2129
+ <div class="depline" style="left:166px; top:613px; width:27px; height:1px;"></div>
2130
+ <div class="depline" style="left:166px; top:72px; width:1px; height:542px;"></div>
2131
+ <div class="depline" style="left:166px; top:72px; width:23px; height:1px;"></div>
2132
+ <div class="depline" style="left:187px; top:622px; width:9px; height:1px;"></div>
2133
+ <div class="depline" style="left:195px; top:610px; width:1px; height:13px;"></div>
2134
+ <div class="depline" style="left:163px; top:610px; width:33px; height:1px;"></div>
2135
+ <div class="depline" style="left:163px; top:534px; width:1px; height:77px;"></div>
2136
+ <div class="depline" style="left:163px; top:534px; width:26px; height:1px;"></div>
2137
+ <div class="depline" style="left:350px; top:160px; width:1px; height:1px;"></div>
2138
+ <div class="depline" style="left:349px; top:159px; width:1px; height:3px;"></div>
2139
+ <div class="depline" style="left:348px; top:158px; width:1px; height:5px;"></div>
2140
+ <div class="depline" style="left:347px; top:157px; width:1px; height:7px;"></div>
2141
+ <div class="depline" style="left:346px; top:156px; width:1px; height:9px;"></div>
2142
+ <div class="depline" style="left:345px; top:155px; width:1px; height:11px;"></div>
2143
+ <div class="depline" style="left:1575px; top:402px; width:1px; height:1px;"></div>
2144
+ <div class="depline" style="left:1574px; top:401px; width:1px; height:3px;"></div>
2145
+ <div class="depline" style="left:1573px; top:400px; width:1px; height:5px;"></div>
2146
+ <div class="depline" style="left:1572px; top:399px; width:1px; height:7px;"></div>
2147
+ <div class="depline" style="left:1571px; top:398px; width:1px; height:9px;"></div>
2148
+ <div class="depline" style="left:1570px; top:397px; width:1px; height:11px;"></div>
2149
+ <div class="depline" style="left:1057px; top:248px; width:1px; height:1px;"></div>
2150
+ <div class="depline" style="left:1056px; top:247px; width:1px; height:3px;"></div>
2151
+ <div class="depline" style="left:1055px; top:246px; width:1px; height:5px;"></div>
2152
+ <div class="depline" style="left:1054px; top:245px; width:1px; height:7px;"></div>
2153
+ <div class="depline" style="left:1053px; top:244px; width:1px; height:9px;"></div>
2154
+ <div class="depline" style="left:1052px; top:243px; width:1px; height:11px;"></div>
2155
+ <div class="depline" style="left:635px; top:314px; width:1px; height:1px;"></div>
2156
+ <div class="depline" style="left:634px; top:313px; width:1px; height:3px;"></div>
2157
+ <div class="depline" style="left:633px; top:312px; width:1px; height:5px;"></div>
2158
+ <div class="depline" style="left:632px; top:311px; width:1px; height:7px;"></div>
2159
+ <div class="depline" style="left:631px; top:310px; width:1px; height:9px;"></div>
2160
+ <div class="depline" style="left:630px; top:309px; width:1px; height:11px;"></div>
2161
+ <div class="depline" style="left:1052px; top:644px; width:1px; height:1px;"></div>
2162
+ <div class="depline" style="left:1051px; top:643px; width:1px; height:3px;"></div>
2163
+ <div class="depline" style="left:1050px; top:642px; width:1px; height:5px;"></div>
2164
+ <div class="depline" style="left:1049px; top:641px; width:1px; height:7px;"></div>
2165
+ <div class="depline" style="left:1048px; top:640px; width:1px; height:9px;"></div>
2166
+ <div class="depline" style="left:1047px; top:639px; width:1px; height:11px;"></div>
2167
+ <div class="depline" style="left:1693px; top:468px; width:1px; height:1px;"></div>
2168
+ <div class="depline" style="left:1692px; top:467px; width:1px; height:3px;"></div>
2169
+ <div class="depline" style="left:1691px; top:466px; width:1px; height:5px;"></div>
2170
+ <div class="depline" style="left:1690px; top:465px; width:1px; height:7px;"></div>
2171
+ <div class="depline" style="left:1689px; top:464px; width:1px; height:9px;"></div>
2172
+ <div class="depline" style="left:1688px; top:463px; width:1px; height:11px;"></div>
2173
+ <div class="depline" style="left:1616px; top:666px; width:1px; height:1px;"></div>
2174
+ <div class="depline" style="left:1615px; top:665px; width:1px; height:3px;"></div>
2175
+ <div class="depline" style="left:1614px; top:664px; width:1px; height:5px;"></div>
2176
+ <div class="depline" style="left:1613px; top:663px; width:1px; height:7px;"></div>
2177
+ <div class="depline" style="left:1612px; top:662px; width:1px; height:9px;"></div>
2178
+ <div class="depline" style="left:1611px; top:661px; width:1px; height:11px;"></div>
2179
+ <div class="depline" style="left:1992px; top:688px; width:1px; height:1px;"></div>
2180
+ <div class="depline" style="left:1991px; top:687px; width:1px; height:3px;"></div>
2181
+ <div class="depline" style="left:1990px; top:686px; width:1px; height:5px;"></div>
2182
+ <div class="depline" style="left:1989px; top:685px; width:1px; height:7px;"></div>
2183
+ <div class="depline" style="left:1988px; top:684px; width:1px; height:9px;"></div>
2184
+ <div class="depline" style="left:1987px; top:683px; width:1px; height:11px;"></div>
2185
+ <div class="depline" style="left:188px; top:72px; width:1px; height:1px;"></div>
2186
+ <div class="depline" style="left:187px; top:71px; width:1px; height:3px;"></div>
2187
+ <div class="depline" style="left:186px; top:70px; width:1px; height:5px;"></div>
2188
+ <div class="depline" style="left:185px; top:69px; width:1px; height:7px;"></div>
2189
+ <div class="depline" style="left:184px; top:68px; width:1px; height:9px;"></div>
2190
+ <div class="depline" style="left:183px; top:67px; width:1px; height:11px;"></div>
2191
+ <div class="depline" style="left:188px; top:534px; width:1px; height:1px;"></div>
2192
+ <div class="depline" style="left:187px; top:533px; width:1px; height:3px;"></div>
2193
+ <div class="depline" style="left:186px; top:532px; width:1px; height:5px;"></div>
2194
+ <div class="depline" style="left:185px; top:531px; width:1px; height:7px;"></div>
2195
+ <div class="depline" style="left:184px; top:530px; width:1px; height:9px;"></div>
2196
+ <div class="depline" style="left:183px; top:529px; width:1px; height:11px;"></div>
2197
+ </div></div></td>
2198
+ </tr>
2199
+ <tr class="tabhead" style="height:19px; font-size:15px;"/>
2200
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2201
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">1</div></td>
2202
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:3px; font-weight:bold; ">Accounting Software</div></td>
2203
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">2002-01-16</div></td>
2204
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">2002-04-16</div></td>
2205
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:27px; font-weight:bold; ">180.3</div></td>
2206
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:27px; font-weight:bold; ">90.5</div></td>
2207
+ </tr>
2208
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2209
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.1</div></td>
2210
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:11px; ">Specification</div></td>
2211
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-01-16</div></td>
2212
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-01-24</div></td>
2213
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:19px; ">20.3</div></td>
2214
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:19px; ">8.3</div></td>
2215
+ </tr>
2216
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2217
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.3</div></td>
2218
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Klaus Müller</div></td>
2219
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2220
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2221
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">6.8</div></td>
2222
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:11px; "></div></td>
2223
+ </tr>
2224
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2225
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.1</div></td>
2226
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Paul Smith</div></td>
2227
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2228
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2229
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">6.8</div></td>
2230
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:11px; "></div></td>
2231
+ </tr>
2232
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2233
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.2</div></td>
2234
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Sébastien Bono</div></td>
2235
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2236
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2237
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">6.8</div></td>
2238
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:11px; "></div></td>
2239
+ </tr>
2240
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2241
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">1.2</div></td>
2242
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:11px; font-weight:bold; ">Software Development</div></td>
2243
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">2002-01-24</div></td>
2244
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">2002-03-26</div></td>
2245
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">85.0</div></td>
2246
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">60.8</div></td>
2247
+ </tr>
2248
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2249
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.2.1</div></td>
2250
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Database coupling</div></td>
2251
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-01-24</div></td>
2252
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-02-07</div></td>
2253
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">20.0</div></td>
2254
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">14.0</div></td>
2255
+ </tr>
2256
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2257
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.1</div></td>
2258
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:27px; ">Paul Smith</div></td>
2259
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2260
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2261
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">10.0</div></td>
2262
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2263
+ </tr>
2264
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2265
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.2</div></td>
2266
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:27px; ">Sébastien Bono</div></td>
2267
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2268
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2269
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">10.0</div></td>
2270
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2271
+ </tr>
2272
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2273
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">1.2.2</div></td>
2274
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Graphical User Interface</div></td>
2275
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2002-02-28</div></td>
2276
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2002-03-26</div></td>
2277
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">35.0</div></td>
2278
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">25.8</div></td>
2279
+ </tr>
2280
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2281
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.3</div></td>
2282
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:27px; ">Klaus Müller</div></td>
2283
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2284
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2285
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">17.5</div></td>
2286
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2287
+ </tr>
2288
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2289
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.2</div></td>
2290
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:27px; ">Sébastien Bono</div></td>
2291
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2292
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2293
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">17.5</div></td>
2294
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2295
+ </tr>
2296
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2297
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.2.3</div></td>
2298
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Back-End Functions</div></td>
2299
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-02-07</div></td>
2300
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-02-28</div></td>
2301
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">30.0</div></td>
2302
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">21.0</div></td>
2303
+ </tr>
2304
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2305
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.1</div></td>
2306
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:27px; ">Paul Smith</div></td>
2307
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2308
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2309
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">15.0</div></td>
2310
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2311
+ </tr>
2312
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2313
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.2</div></td>
2314
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:27px; ">Sébastien Bono</div></td>
2315
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2316
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2317
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">15.0</div></td>
2318
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2319
+ </tr>
2320
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2321
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">1.3</div></td>
2322
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:11px; font-weight:bold; ">Software testing</div></td>
2323
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">2002-03-26</div></td>
2324
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">2002-04-16</div></td>
2325
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">25.0</div></td>
2326
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">21.0</div></td>
2327
+ </tr>
2328
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2329
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.3.1</div></td>
2330
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Alpha Test</div></td>
2331
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-03-26</div></td>
2332
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-03-28</div></td>
2333
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">5.0</div></td>
2334
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">2.3</div></td>
2335
+ </tr>
2336
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2337
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">2.1</div></td>
2338
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:27px; ">Peter Murphy</div></td>
2339
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2340
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2341
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">2.3</div></td>
2342
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2343
+ </tr>
2344
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2345
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.2</div></td>
2346
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:27px; ">Sébastien Bono</div></td>
2347
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2348
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2349
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">2.8</div></td>
2350
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2351
+ </tr>
2352
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2353
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">1.3.2</div></td>
2354
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Beta Test</div></td>
2355
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2002-04-01</div></td>
2356
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2002-04-16</div></td>
2357
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">20.0</div></td>
2358
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">15.1</div></td>
2359
+ </tr>
2360
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2361
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.1</div></td>
2362
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:27px; ">Paul Smith</div></td>
2363
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2364
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2365
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; ">11.4</div></td>
2366
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2367
+ </tr>
2368
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2369
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">2.1</div></td>
2370
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:27px; ">Peter Murphy</div></td>
2371
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2372
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2373
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; ">8.6</div></td>
2374
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:3px; "></div></td>
2375
+ </tr>
2376
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2377
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.4</div></td>
2378
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:11px; ">Manual</div></td>
2379
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-01-16</div></td>
2380
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-02-26</div></td>
2381
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:19px; ">50.0</div></td>
2382
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:19px; ">41.1</div></td>
2383
+ </tr>
2384
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2385
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">2.2</div></td>
2386
+ <td class="resourcecell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Dim Sung</div></td>
2387
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2388
+ <td class="resourcecell1"><div class="celldiv" style="text-align:center; "></div></td>
2389
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">29.4</div></td>
2390
+ <td class="resourcecell1"><div class="celldiv" style="text-align:right; padding-right:11px; "></div></td>
2391
+ </tr>
2392
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2393
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">1.3</div></td>
2394
+ <td class="resourcecell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Klaus Müller</div></td>
2395
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2396
+ <td class="resourcecell2"><div class="celldiv" style="text-align:center; "></div></td>
2397
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">20.6</div></td>
2398
+ <td class="resourcecell2"><div class="celldiv" style="text-align:right; padding-right:11px; "></div></td>
2399
+ </tr>
2400
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2401
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">1.5</div></td>
2402
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:11px; font-weight:bold; ">Milestones</div></td>
2403
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">2002-01-16</div></td>
2404
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; font-weight:bold; ">2002-04-16</div></td>
2405
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">0.0</div></td>
2406
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:19px; font-weight:bold; ">90.5</div></td>
2407
+ </tr>
2408
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2409
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.5.1</div></td>
2410
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Project start</div></td>
2411
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-01-16</div></td>
2412
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-01-16</div></td>
2413
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">0.0</div></td>
2414
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">0.0</div></td>
2415
+ </tr>
2416
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2417
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">1.5.2</div></td>
2418
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Technology Preview</div></td>
2419
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2002-02-28</div></td>
2420
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2002-02-28</div></td>
2421
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">0.0</div></td>
2422
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">0.0</div></td>
2423
+ </tr>
2424
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2425
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">1.5.3</div></td>
2426
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; padding-left:19px; ">Beta version</div></td>
2427
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-03-28</div></td>
2428
+ <td class="taskcell2"><div class="celldiv" style="text-align:left; ">2002-03-28</div></td>
2429
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">0.0</div></td>
2430
+ <td class="taskcell2"><div class="celldiv" style="text-align:right; padding-right:11px; ">0.0</div></td>
2431
+ </tr>
2432
+ <tr class="tabline" style="height:21px; font-size:12px; ">
2433
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">1.5.4</div></td>
2434
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; padding-left:19px; ">Ship Product to Customer</div></td>
2435
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2002-04-16</div></td>
2436
+ <td class="taskcell1"><div class="celldiv" style="text-align:left; ">2002-04-16</div></td>
2437
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">0.0</div></td>
2438
+ <td class="taskcell1"><div class="celldiv" style="text-align:right; padding-right:11px; ">0.0</div></td>
2439
+ </tr>
2440
+ <tr style="height:18px">
2441
+ <td/>
2442
+ <td/>
2443
+ <td/>
2444
+ <td/>
2445
+ <td/>
2446
+ <td/>
2447
+ </tr>
2448
+ </tbody></table></td></tr>
2449
+ <tr style="font-size:10px;"><td style="padding-left:1px; padding-right:1px;"><table class="legendback" style="width:100%" border="0" cellspacing="1" align="center"><tbody>
2450
+ <tr><td colspan="8" style="height:5px"/></tr>
2451
+ <tr>
2452
+ <td style="width:19%; padding-left:10px; ">Container Task</td>
2453
+ <td style="width:8%"><div style="position:relative; width:40px; height:15px;">
2454
+ <div class="containerbar" style="left:5px; top:2px; width:36px; height:5px;"></div>
2455
+ <div class="containerbar" style="left:5px; top:7px; width:11px; height:1px;"></div>
2456
+ <div class="containerbar" style="left:6px; top:8px; width:9px; height:1px;"></div>
2457
+ <div class="containerbar" style="left:7px; top:9px; width:7px; height:1px;"></div>
2458
+ <div class="containerbar" style="left:8px; top:10px; width:5px; height:1px;"></div>
2459
+ <div class="containerbar" style="left:9px; top:11px; width:3px; height:1px;"></div>
2460
+ <div class="containerbar" style="left:10px; top:12px; width:1px; height:1px;"></div>
2461
+ <div class="containerbar" style="left:30px; top:7px; width:11px; height:1px;"></div>
2462
+ <div class="containerbar" style="left:31px; top:8px; width:9px; height:1px;"></div>
2463
+ <div class="containerbar" style="left:32px; top:9px; width:7px; height:1px;"></div>
2464
+ <div class="containerbar" style="left:33px; top:10px; width:5px; height:1px;"></div>
2465
+ <div class="containerbar" style="left:34px; top:11px; width:3px; height:1px;"></div>
2466
+ <div class="containerbar" style="left:35px; top:12px; width:1px; height:1px;"></div>
2467
+ </div></td>
2468
+ <td style="width:8%"/>
2469
+ <td style="width:19%; padding-left:10px; ">Normal Task</td>
2470
+ <td style="width:8%"><div style="position:relative; width:40px; height:15px;">
2471
+ <div class="taskbarframe" style="left:5px; top:1px; width:31px; height:12px;"></div>
2472
+ <div class="taskbar" style="left:6px; top:2px; width:29px; height:10px;"></div>
2473
+ <div class="progressbar" style="left:6px; top:4px; width:14px; height:6px;"></div>
2474
+ </div></td>
2475
+ <td style="width:9%"/>
2476
+ <td style="width:19%; padding-left:10px; ">Milestone</td>
2477
+ <td style="width:8%"><div style="position:relative; width:20px; height:15px;">
2478
+ <div class="milestone" style="left:5px; top:7px; width:13px; height:1px;"></div>
2479
+ <div class="milestone" style="left:6px; top:6px; width:11px; height:3px;"></div>
2480
+ <div class="milestone" style="left:7px; top:5px; width:9px; height:5px;"></div>
2481
+ <div class="milestone" style="left:8px; top:4px; width:7px; height:7px;"></div>
2482
+ <div class="milestone" style="left:9px; top:3px; width:5px; height:9px;"></div>
2483
+ <div class="milestone" style="left:10px; top:2px; width:3px; height:11px;"></div>
2484
+ <div class="milestone" style="left:11px; top:1px; width:1px; height:13px;"></div>
2485
+ </div></td>
2486
+ </tr>
2487
+ <tr>
2488
+ <td style="width:19%; padding-left:10px; ">Resource assigned to this task</td>
2489
+ <td style="width:8%"><div style="position:relative; width:20px; height:15px">
2490
+ <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
2491
+ <div class="assigned" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
2492
+ </div></td>
2493
+ <td style="width:9%"/>
2494
+ <td style="width:19%; padding-left:10px; ">Resource assigned to task(s)</td>
2495
+ <td style="width:8%"><div style="position:relative; width:20px; height:15px">
2496
+ <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
2497
+ <div class="busy" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
2498
+ </div></td>
2499
+ <td style="width:9%"/>
2500
+ <td style="width:19%; padding-left:10px; ">Resource available</td>
2501
+ <td style="width:8%"><div style="position:relative; width:20px; height:15px">
2502
+ <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
2503
+ <div class="free" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
2504
+ </div></td>
2505
+ </tr>
2506
+ <tr>
2507
+ <td style="width:19%; padding-left:10px; ">Resource off-duty</td>
2508
+ <td style="width:8%"><div style="position:relative; width:20px; height:15px">
2509
+ <div class="loadstackframe" style="position:absolute; left:5px; width:16px; height:15px;"/>
2510
+ <div class="offduty" style="position:absolute; left:1px; top:1px; width:14px; height:13px;"/>
2511
+ </div></td>
2512
+ <td style="width:9%"/>
2513
+ <td style="width:19%"/>
2514
+ <td style="width:8%"/>
2515
+ <td style="width:9%"/>
2516
+ <td style="width:19%"/>
2517
+ <td style="width:8%"/>
2518
+ </tr>
2519
+ <tr><td colspan="8" style="height:5px"/></tr>
2520
+ </tbody></table></td></tr>
2521
+ <tr style="font-size:9px"><td class="tabfooter">© 2002 Crappy Software, Inc. - Project: Accounting Software Version: 1.0 - Created on 2009-04-20 09:44:54 with <a href="http://www.taskjuggler.org">TaskJuggler III</a> v0.0.2</td></tr>
2522
+ </tbody>
2523
+ </table>
2524
+ </div></body>
2525
+ </html>