chart {
   _type : "ACTIVITY" ;
   background : "#EBEBEB" ;
   insideBorder : "@#border1805591" ;
   border : "@#border20867856" ;
   dividerSize : "3" ;
   dividerLocation : "258" ;
   dividerOpaqueMove : "false" ;
   tableBackground : "white" ;
}
sheet {
   antialiasing : "true" ;
   doubleBuffering : "true" ;
}
table {
   columns : "Name,Start,End,ID,Resources" ;
}
timeScale {
}
horizontalGrid {
}
verticalGrid {
}
activity {
   class : "ilog.views.gantt.graphic.renderer.IlvBasicActivityBar" ;
}
constraint {
   class : "ilog.views.gantt.graphic.IlvConstraintGraphic" ;
   foreground : "#008484" ;
   background : "#000000" ;
   lineWidth : "2" ;
}
activity:parent {
   class : "ilog.views.gantt.graphic.renderer.IlvActivitySummary" ;
   mainBar : "@+mainBar" ;
   startSymbol : "@+symbol" ;
   endSymbol : "@+symbol" ;
}
activity:leaf {
   class : "ilog.views.gantt.graphic.renderer.composite.IlvActivityCompositeGraphicRenderer" ;
   background : "pink" ;
   label : "@name" ;
   //toolTipText : "@|\"<html>\"+@name+\"<br>\"+@startTime+\"<br>\"+@endTime+\"</html>\"" ;
   graphic : "@+composite" ;
   bottomMargin : "0.0" ;
}
activity:milestone {
   class : "ilog.views.gantt.graphic.renderer.IlvBasicActivitySymbol" ;
   shape : "DIAMOND" ;
   foreground : "#FAD264" ;
   background : "#FF0000" ;
   label : "@" ;
   graphic : "@" ;
   toolTipText : "@|\"<html>\"+@name+\"<br>\"+@startTime+\"</html>\"" ;
}
activity:leaf[completion] {
   class : "ilog.views.gantt.graphic.renderer.composite.IlvActivityCompositeGraphicRenderer" ;
   graphic : "@+composite" ;
   bottomMargin : "0.1" ;
}
activity.critical:leaf {
   class : "ilog.views.gantt.graphic.renderer.composite.IlvActivityCompositeGraphicRenderer" ;
   graphic : "@+composite" ;
   bottomMargin : "0.1" ;
}
activity.critical:milestone {
   class : "ilog.views.gantt.graphic.renderer.IlvBasicActivitySymbol" ;
   shape : "DIAMOND" ;
   foreground : "red" ;
   background : "#007373" ;
   graphic : "@" ;
}
activity:leaf[status=="3"] {
   _rule_name : "activity:leaf[status equals 3]" ;
   bottomMargin : "0.0" ;
   toolTipText : '@|"<html>Task Assignment Number: " + @name + "<br>Start: " + formatDate("MM/dd/yy",@startTime)  + "&nbsp;&nbsp;&nbsp; Duration: " + formatDuration(LARGEST_UNIT_MEDIUM,@duration) + "<br>Finish: " + formatDate("MM/dd/yy",@endTime) + "&nbsp;&nbsp;&nbsp; Est Hours: " + @estimate + "<br>Facilities: " + @facility + "<br>Project No.: " + @project + "<br>RA: " + @reviewActivity + "</html>"';
}
activity:leaf[status=="2"] {
   _rule_name : "activity:leaf[status equals 2]" ;
   toolTipText : '@|"<html>Task Assignment Number: " + @name + "<br>Start: " + formatDate("MM/dd/yy",@startTime)  + "&nbsp;&nbsp;&nbsp; Duration: " + formatDuration(LARGEST_UNIT_MEDIUM,@duration) + "<br>Finish: " + formatDate("MM/dd/yy",@endTime) + "&nbsp;&nbsp;&nbsp; Est Hours: " + @estimate + "<br>Facilities: " + @facility + "<br>Project No.: " + @project + "<br>RA: " + @reviewActivity + "</html>"';
}
activity:leaf[status=="1"] {
   _rule_name : "activity:leaf[status equals 1]" ;
   toolTipText : '@|"<html>Task Assignment Number: " + @name + "<br>Start: " + formatDate("MM/dd/yy",@startTime)  + "&nbsp;&nbsp;&nbsp; Duration: " + formatDuration(LARGEST_UNIT_MEDIUM,@duration) + "<br>Finish: " + formatDate("MM/dd/yy",@endTime) + "&nbsp;&nbsp;&nbsp; Est Hours: " + @estimate + "<br>Facilities: " + @facility + "<br>Project No.: " + @project + "<br>RA: " + @reviewActivity + "</html>"';
}
activity:leaf[absence] {
   _rule_name : "activity:leaf[absence]" ;
   toolTipText : "@|\"<html>\"+@name+\"<br>Start: \"+@startTime+\"<br>End: \"+@endTime+\"</html>\"" ;
}
activity.critical:leaf[completion] {
   class : "ilog.views.gantt.graphic.renderer.composite.IlvActivityCompositeGraphicRenderer" ;
   graphic : "@+composite" ;
   bottomMargin : "0.1" ;
}
#mainBar {
   _EDITABLE : "true" ;
   class : "ilog.views.gantt.graphic.renderer.IlvActivityBar" ;
   background : "#CCDDFF" ;
   bottomMargin : "0.0" ;
   thickness : "1" ;
   toolTipText : "@name" ;
   style : "0" ;
   topMargin : "0.0" ;
}
#symbol {
   _EDITABLE : "true" ;
   class : "ilog.views.gantt.graphic.renderer.IlvActivitySymbol" ;
   foreground : "darkblue" ;
   shape : "0" ;
}
#composite {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.IlvCompositeGraphic" ;
   layout : "@+layout" ;
   children[0] : "@+ActivityRectangle" ;
   children[1] : "@+Text" ;
   constraints[1] : "@+attachmentCenter" ;
   resizingPolicy : "ResizingBase" ;
   children[2] : "" ;
   constraints[2] : "" ;
   children[3] : "" ;
   constraints[3] : "" ;
}
#Text {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.IlvText" ;
   label : "@name" ;
}
#layout {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentLayout" ;
}
#ActivityRectangle {
   _sdmBuilder_canBeRemoved : "false" ;
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.IlvReliefRectangle" ;
   background : "#AFE0F5" ;
}
#attachmentCenter {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentConstraint" ;
   hotSpot : "Center" ;
   anchor : "Center" ;
}
#attachmentTopCenterTopCenter {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentConstraint" ;
   hotSpot : "TopCenter" ;
   anchor : "TopCenter" ;
}
#attachmentLeftCenterLeftCenter {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentConstraint" ;
   hotSpot : "LeftCenter" ;
   anchor : "LeftCenter" ;
   childSize : "@+completionSize" ;
}
#completionSize {
   _EDITABLE : "true" ;
   class : "ilog.views.gantt.graphic.renderer.composite.IlvProportionalChildSize" ;
   heightConstraint : "ANCHOR_HEIGHT" ;
   heightFactor : "0.25" ;
   widthConstraint : "ANCHOR_WIDTH" ;
   widthFactor : "@completion" ;
}
#border1805591 {
   _EDITABLE : "true" ;
   class : "javax.swing.border.EtchedBorder(etchType,highlightColor,shadowColor)" ;
   etchType : "1" ;
   highlightColor : "" ;
   shadowColor : "" ;
}
#border20867856 {
   _EDITABLE : "true" ;
   class : "javax.swing.border.EtchedBorder(etchType,highlightColor,shadowColor)" ;
   etchType : "1" ;
   highlightColor : "" ;
   shadowColor : "" ;
}
#composite:leaf {
   _EDITABLE : "true" ;
   children[2] : "@+Shape" ;
   constraints[2] : "@+AttachmentShape" ;
   children[3] : "@+Shape1" ;
   constraints[3] : "@+AttachmentShape1" ;
}
#ActivityRectangle:leaf {
   _EDITABLE : "true" ;
   thickness : "1" ;
}
#Text:leaf {
   _EDITABLE : "true" ;
   wrappingMode : "3" ;
   autoWrappingSizeMode : "true" ;
}
#attachmentCenter:leaf {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentConstraint" ;
   relativeWidth : "0.95" ;
   relativeHeight : "1.0" ;
}
#Shape:leaf {
   _shapeType : "triangleleft" ;
   _EDITABLE : "true" ;
   _rule_name : "LeftStart" ;
   class : "ilog.views.graphic.IlvGeneralPath" ;
   fillPaint : "#330000" ;
   fillOn : "true" ;
   strokePaint : "#990033" ;
   strokeOn : "false" ;
   shape : "path \"M3.407892 7.3536716L16.407892 0.85367227L16.407892 13.853672z\" rule \"nonzero\" " ;
}
#AttachmentShape:leaf {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentConstraint" ;
   relativeWidth : "0.05" ;
   relativeHeight : "1.0" ;
   offsetX : "-0.0" ;
   offsetY : "-0.0" ;
   relativeOffset : "true" ;
   anchor : "TopLeft" ;
   hotSpot : "TopLeft" ;
}
#Shape1:leaf {
   _shapeType : "triangleright" ;
   _EDITABLE : "true" ;
   _rule_name : "RightEnd" ;
   class : "ilog.views.graphic.IlvGeneralPath" ;
   fillPaint : "#330000" ;
   fillOn : "true" ;
   strokePaint : "#990033" ;
   strokeOn : "false" ;
   shape : "path \"M-6.5 -6.5L6.5 0.0L-6.5 6.5z\" rule \"nonzero\" " ;
}
#AttachmentShape1:leaf {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentConstraint" ;
   anchor : "TopRight" ;
   hotSpot : "TopRight" ;
   offsetX : "0.0" ;
   offsetY : "0.0" ;
   relativeOffset : "true" ;
   relativeWidth : "0.05" ;
   relativeHeight : "1.0" ;
}
#composite:leaf[completion] {
   _EDITABLE : "true" ;
   children[1] : "@+CompletionRectangle" ;
   constraints[1] : "@+attachmentLeftCenterLeftCenter" ;
   children[2] : "@+Text" ;
   constraints[2] : "@+attachmentTopCenterTopCenter" ;
}
#Text:leaf[completion] {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.IlvText" ;
   label : "@|concat(@name, \": \", @completion)" ;
}
#CompletionRectangle:leaf[completion] {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.IlvReliefRectangle" ;
   background : "255,128,255" ;
}
#composite.critical:leaf {
   _EDITABLE : "true" ;
   children[1] : "@+Text" ;
   constraints[1] : "@+attachmentTopCenterTopCenter" ;
}
#ActivityRectangle.critical:leaf {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.IlvReliefRectangle" ;
   background : "red" ;
}
#ActivityRectangle:leaf[completion] {
   _EDITABLE : "true" ;
}
#Text.critical:leaf {
   _EDITABLE : "true" ;
}
#Shape.critical:leaf {
   _EDITABLE : "true" ;
}
#Shape1.critical:leaf {
   _EDITABLE : "true" ;
}
#Shape1:leaf[completion] {
   _EDITABLE : "true" ;
}
#composite:leaf[status=="3"] {
   _rule_name : "activity:leaf[status equals 3]" ;
   _EDITABLE : "true" ;
}
#ActivityRectangle:leaf[status=="3"] {
   _EDITABLE : "true" ;
   background : "255,0,51" ;
}
#Text:leaf[status=="3"] {
   _EDITABLE : "true" ;
}
#Shape:leaf[status=="3"] {
   _EDITABLE : "true" ;
}
#Shape1:leaf[status=="3"] {
   _EDITABLE : "true" ;
   fillPaint : "#330000" ;
}
#AttachmentShape:leaf[status=="3"] {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentConstraint" ;
   offsetX : "-0.0" ;
   offsetY : "-0.0" ;
   relativeOffset : "true" ;
}
#AttachmentShape1:leaf[status=="3"] {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.composite.layout.IlvAttachmentConstraint" ;
   offsetX : "0.0" ;
   offsetY : "0.0" ;
   relativeOffset : "true" ;
}
#composite:leaf[status=="2"] {
   _rule_name : "activity:leaf[status equals 2]" ;
   _EDITABLE : "true" ;
}
#ActivityRectangle:leaf[status=="2"] {
   _EDITABLE : "true" ;
   background : "yellow" ;
}
#Text:leaf[status=="2"] {
   _EDITABLE : "true" ;
}
#Shape:leaf[status=="2"] {
   _EDITABLE : "true" ;
}
#Shape1:leaf[status=="2"] {
   _EDITABLE : "true" ;
}
#composite:leaf[status=="1"] {
   _rule_name : "activity:leaf[status equals 1]" ;
   _EDITABLE : "true" ;
}
#ActivityRectangle:leaf[status=="1"] {
   _EDITABLE : "true" ;
   background : "102,204,0" ;
}
#Text:leaf[status=="1"] {
   _EDITABLE : "true" ;
}
#Shape:leaf[status=="1"] {
   _EDITABLE : "true" ;
}
#Shape1:leaf[status=="1"] {
   _EDITABLE : "true" ;
}
#composite:leaf[absence] {
   _rule_name : "activity:leaf[absence]" ;
   _EDITABLE : "true" ;
}
#ActivityRectangle:leaf[absence] {
   _EDITABLE : "true" ;
   background : "255,153,153" ;
}
#Text:leaf[absence] {
   _EDITABLE : "true" ;
}
#Shape:leaf[absence] {
   _EDITABLE : "true" ;
}
#Shape1:leaf[absence] {
   _EDITABLE : "true" ;
}
#AttachmentShape:leaf[absence] {
   _EDITABLE : "true" ;
}
#attachmentCenter:leaf[absence] {
   _EDITABLE : "true" ;
}
#AttachmentShape1:leaf[absence] {
   _EDITABLE : "true" ;
}
#attachmentCenter:leaf[status=="3"] {
   _EDITABLE : "true" ;
}
#composite.critical:leaf[completion] {
   _EDITABLE : "true" ;
   children[1] : "@+CompletionRectangle" ;
   constraints[1] : "@+attachmentLeftCenterLeftCenter" ;
}
#ActivityRectangle.critical:leaf[completion] {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.IlvReliefRectangle" ;
   background : "red" ;
}
#CompletionRectangle.critical:leaf[completion] {
   _EDITABLE : "true" ;
   class : "ilog.views.graphic.IlvReliefRectangle" ;
   background : "white" ;
}
