@charset "UTF-8";

Decoration {
   __DISABLED : 1 ;
   _rule_name : "Background" ;
}
Blinking {
   __DISABLED : 1 ;
   _rule_name : "Blinking" ;
}
GraphLayout {
   __DISABLED : 1 ;
   _rule_name : "Graph Layout" ;
}
LinkLayout {
   __DISABLED : 1 ;
   _rule_name : "Link Layout" ;
}
LabelLayout {
   __DISABLED : 1 ;
   _rule_name : "Label Layout" ;
}
SubGraph {
   _rule_name : "Subgraphs" ;
   frameZoomable : "true" ;
}
Map {
   __DISABLED : 1 ;
   _rule_name : "Background Map" ;
}
HalfZooming {
   __DISABLED : 1 ;
   _rule_name : "Zoom Thresholds" ;
}
Legend {
   __DISABLED : 1 ;
   _rule_name : "Legend" ;
}
InfoBalloon {
   __DISABLED : 1 ;
   _rule_name : "Info Balloons" ;
}
link {
   class : "ilog.views.sdm.graphic.IlvGeneralLink" ;
   oriented : "true" ;
   foreground : "black" ;
   lineWidth : "1" ;
   arrowRatio : "3" ;
   maximumLineWidth : "2" ;
   minimumLineWidth : "1" ;
   arrowColor : "black" ;
}
SDM {
   Map : "false" ;
   SubGraph : "true" ;
   GraphLayout : "false" ;
   HalfZooming : "false" ;
   Composite : "true" ;
}
node {
   FrameGraphic : "default" ;
   FrameMargin : "10,25,10,10" ;
   Interactor : "ilog.views.sdm.IlvSDMCompositeInteractor" ;
   name : "@name" ;
   class : "@|symbolResource(ilog/views/palettes/shared/symbols/Rectangular.css,Symbol,Symbols.Basic.Rectangular,ilog/views/palettes/shared/palette.xml,file:data/palettes/jviews-palette-shared-symbols.jar)" ;
}
link:selected {
   _rule_name : "is selected" ;
   foreground : "red" ;
   arrowColor : "red" ;
}
node:collapsed {
   Interactor : "ilog.views.sdm.renderer.IlvSubGraphRenderer$ExpandCollapseInteractor" ;
   name : "subgraph" ;
}
node:expanded {
   titleJustification : "Center" ;
   Interactor : "" ;
   opaque : "false" ;
   font : "Dialog-Bold-12" ;
   name : "@" ;
   titleColor : "black" ;
   showingTitle : "true" ;
   foreground : "lightblue" ;
}
node:expanded:selected {
   foreground : "orange" ;
}