Bi-directional (BIDI) text is a type of text or script that is written in both left-to right (LTR) and right-to-left (RTL) directions.
When you create output with ODS HTML, RTF, PDF or when you use some SAS® products such as SAS® OpRisk Monitor to generate ODS output containing BIDI data, you might see that some data is not right justified.
To correct this problem, click the Full Code tab in this SAS note and run the SAS program that is provided on the tab. Then restart your SAS session. Alternatively, a hot fix is provided.
Note: Use of the PROC TEMPLATE workaround or the hot fix will result in ALL character columns being right justified, including columns exclusively containing non-BIDI data.
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | Base SAS | Solaris for x64 | 9.2 TS1M0 | |
OpenVMS on HP Integrity | 9.2 TS1M0 | |||
Linux | 9.2 TS1M0 | |||
HP-UX IPF | 9.2 TS1M0 | |||
64-bit Enabled Solaris | 9.2 TS1M0 | |||
64-bit Enabled HP-UX | 9.2 TS1M0 | |||
64-bit Enabled AIX | 9.2 TS1M0 | |||
Windows Vista for x64 | 9.2 TS1M0 | |||
Microsoft® Windows® for x64 | 9.2 TS1M0 | |||
Microsoft Windows XP 64-bit Edition | 9.2 TS1M0 | |||
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS1M0 | |||
Linux for x64 | 9.2 TS1M0 | |||
Windows Vista | 9.2 TS1M0 | |||
Microsoft Windows XP Professional | 9.2 TS1M0 | |||
Microsoft Windows Server 2003 Standard Edition | 9.2 TS1M0 | |||
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS1M0 | |||
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS1M0 | |||
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS1M0 | |||
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS1M0 | |||
z/OS | 9.2 TS1M0 |
/*--------------------------------------------------------------------*/
/*-- Define the Standard Styles for SAS --*/
/* */
/*------------------------------------------------------------5Mar 97-*/
proc template;
define Style Base.Template.Style;
notes "Implicit parent for all style templates";
Style StartUpFunction
"Controls the StartUp Function. TAGATTR is only element used.";
Style ShutDownFunction
"Controls the Shut-Down Function. TAGATTR is only element used.";
Style Container
"Controls all container oriented elements." /
Abstract =@ yes
;
Style Document from Container
"Controls the various document bodies." ;
Style Body, Frame, Contents, Pages from Document
"Controls the Body/Frame/Contents/Page file." ;
Style Date from Container
"Controls how date fields look." /
Abstract =@ yes
;
Style BodyDate, ContentsDate, PagesDate from Date
"Controls the date field in the Body/Contents/Pages file." ;
Style IndexItem from Container
"Controls list items and folders for Contents and Pages." /
Abstract =@ yes
;
Style ContentFolder from IndexItem
"Controls the generic folder definition in the Contents file." ;
Style ByContentFolder from ContentFolder
"Controls the byline folder in the Contents file." ;
Style ContentItem, PagesItem from IndexItem
"Controls the leafnode item in the Contents/Pages file." ;
Style Index from Container
"Controls Contents and Pages." /
Abstract =@ yes
;
Style IndexProcName from Index
"Controls the proc name in the list files." /
Abstract =@ yes
;
Style ContentProcName from IndexProcName
"Controls the proc name in the Contents file." ;
Style ContentProcLabel from ContentProcName
"Controls the proc label in the Contents file." ;
Style PagesProcName from IndexProcName
"Controls the proc name in the Pages file." ;
Style PagesProcLabel from PagesProcName
"Controls the proc label in the Pages file." ;
Style IndexAction from IndexItem
"Determines what happens on mouse-over events for folders and items." ;
Style FolderAction from IndexAction
"Determines what happens on mouse-over events for folders." ;
Style IndexTitle from Index
"Controls the title of Contents and Pages files." /
Abstract =@ yes
;
Style ContentTitle, PagesTitle from IndexTitle
"Controls the title of the Contents/Pages file." ;
Style SysTitleAndFooterContainer from Container
"Controls container for system page title and system page footer." ;
Style TitleAndNoteContainer from Container
"Controls container for procedure defined titles and notes." ;
Style TitlesAndFooters from Container
"Controls system page title text and system page footer text." /
Abstract =@ yes
;
Style BylineContainer from Container
"Controls container for the byline." ;
Style SystemTitle from TitlesAndFooters
"Controls system title text." ;
Style SystemTitle2 from SystemTitle
"Controls system title2 text" ;
Style SystemTitle3 from SystemTitle2
"Controls system title3 text" ;
Style SystemTitle4 from SystemTitle3
"Controls system title4 text" ;
Style SystemTitle5 from SystemTitle4
"Controls system title5 text" ;
Style SystemTitle6 from SystemTitle5
"Controls system title6 text" ;
Style SystemTitle7 from SystemTitle6
"Controls system title7 text" ;
Style SystemTitle8 from SystemTitle7
"Controls system title8 text" ;
Style SystemTitle9 from SystemTitle8
"Controls system title9 text" ;
Style SystemTitle10 from SystemTitle9
"Controls system title10 text" ;
Style SystemFooter from TitlesAndFooters
"Controls system footer text." ;
Style SystemFooter2 from SystemFooter
"Controls system title2 text" ;
Style SystemFooter3 from SystemFooter2
"Controls system title3 text" ;
Style SystemFooter4 from SystemFooter3
"Controls system title4 text" ;
Style SystemFooter5 from SystemFooter4
"Controls system title5 text" ;
Style SystemFooter6 from SystemFooter5
"Controls system title6 text" ;
Style SystemFooter7 from SystemFooter6
"Controls system title7 text" ;
Style SystemFooter8 from SystemFooter7
"Controls system title8 text" ;
Style SystemFooter9 from SystemFooter8
"Controls system title9 text" ;
Style SystemFooter10 from SystemFooter9
"Controls system title10 text" ;
Style PageNo from TitlesAndFooters
"Controls page numbers for printer" ;
Style ExtendedPage from TitlesAndFooters
"Msg when page won't fit." ;
Style Byline from TitlesAndFooters
"Controls byline text." ;
Style Parskip from TitlesAndFooters
"Controls space between tables." ;
Style Continued from TitlesAndFooters
"Controls continued flag" ;
Style ProcTitle from TitlesAndFooters
"Controls procedure title text." ;
Style ProcTitleFixed from ProcTitle
"Controls procedure title text, fixed font." ;
Style Output from Container
"Controls basic output forms." /
Abstract =@ yes
;
Style Table from Output
"Controls overall table style." ;
Style Batch from Output
"Controls batch mode output." ;
Style Note from Container
"Controls the container for note banners and note contents." /
Abstract =@ yes
;
Style NoteBanner from Note
"Controls the banner for NOTE:s." ;
Style NoteContent from Note
"Controls the contents for NOTE:s." ;
Style UserText from Note
"Controls the TEXT= style" ;
Style PrePage from Note
"Controls the PRETEXT= style" ;
Style NoteContentFixed from NoteContent
"Controls the contents for NOTE:s. Fixed font." ;
Style WarnBanner from Note
"Controls the banner for WARNING:s." ;
Style WarnContent from Note
"Controls the contents of WARNING:s." ;
Style WarnContentFixed from WarnContent
"Controls the contents for WARNING:s. Fixed font." ;
Style ErrorBanner from Note
"Controls the banner for ERROR:s." ;
Style ErrorContent from Note
"Controls the contents of ERROR:s." ;
Style ErrorContentFixed from ErrorContent
"Controls the contents for ERROR:s. Fixed font." ;
Style FatalBanner from Note
"Controls the banner for FATAL:s." ;
Style FatalContent from Note
"Controls the contents of FATAL:s." ;
Style FatalContentFixed from FatalContent
"Controls the contents for FATAL:s. Fixed font." ;
Style Cell from Container
"Controls general cells." ;
Style Data from Cell
"Default style for data cells in columns." /
just = right
;
Style DataFixed from Data
"Default style for data cells in columns. Fixed font." /
just = right
;
Style DataEmpty from Data
"Controls empty data cells in columns." /
just = right
;
Style DataEmphasis from Data
"Controls emphasized data cells in columns." /
just = right
;
Style DataEmphasisFixed from DataEmphasis
"Controls emphasized data cells in columns. Fixed font." /
just = right
;
Style DataStrong from Data
"Controls strong (more emphasized) data cells in columns." /
just = right
;
Style DataStrongFixed from DataStrong
"Controls strong (more emphasized) data cells in columns. Fixed font." /
just = right
;
Style TableHeaderContainer from Container
" Box around all column headers. " /
abstract = yes
;
Style TableFooterContainer from Container
" Box around all column footers. " /
abstract = yes
;
Style ColumnGroup from Container
" Box around groups of columns. This corresponds to RULES=GROUPS " /
abstract = yes
;
Style HeadersAndFooters from Cell
"Controls table headers and footers." ;
Style Caption from HeadersAndFooters
"Controls caption field in proc tabulate." ;
Style BeforeCaption from Caption
"Caption that comes before a table." ;
Style AfterCaption from Caption
"Caption that comes after a table." ;
Style Header from HeadersAndFooters
"Controls the headers of a table." ;
Style HeaderFixed from Header
"Controls the header of a table. Fixed font." ;
Style HeaderEmpty from Header
"Controls empty table header cells." ;
Style HeaderEmphasis from Header
"Controls emphasized table header cells." ;
Style HeaderEmphasisFixed from HeaderEmphasis
"Controls emphasized table header cells. Fixed font." ;
Style HeaderStrong from Header
"Controls strong (more emphasized) table header cells." ;
Style HeaderStrongFixed from HeaderStrong
"Controls strong (more emphasized) table header cells. Fixed font." ;
Style RowHeader from Header
"Controls row headers." ;
Style RowHeaderFixed from RowHeader
"Controls row headers. Fixed font." ;
Style RowHeaderEmpty from RowHeader
"Controls empty row headers." ;
Style RowHeaderEmphasis from RowHeader
"Controls emphasized row headers." ;
Style RowHeaderEmphasisFixed from RowHeaderEmphasis
"Controls emphasized row headers. Fixed font." ;
Style RowHeaderStrong from RowHeader
"Controls strong (more emphasized) row headers." ;
Style RowHeaderStrongFixed from RowHeaderStrong
"Controls strong (more emphasized) row headers. Fixed font." ;
Style Footer from HeadersAndFooters
"Controls table footers." ;
Style FooterFixed from Footer
"Controls table footers. Fixed font." ;
Style FooterEmpty from Footer
"Controls empty table footers." ;
Style FooterEmphasis from Footer
"Controls emphasized table footers." ;
Style FooterEmphasisFixed from FooterEmphasis
"Controls emphasized table footers. Fixed font." ;
Style FooterStrong from Footer
"Controls strong (more emphasized) table footers." ;
Style FooterStrongFixed from FooterStrong
"Controls strong (more emphasized) table footers. Fixed font." ;
Style RowFooter from Footer
"Controls a row footer (label)." ;
Style RowFooterFixed from RowFooter
"Controls a row footer (label). Fixed font." ;
Style RowFooterEmpty from RowFooter
"Controls an empty row footer (label)." ;
Style RowFooterEmphasis from RowFooter
"Controls an emphasized row footer (label)." ;
Style RowFooterEmphasisFixed from RowFooterEmphasis
"Controls an emphasized row footer (label). Fixed font." ;
Style RowFooterStrong from RowFooter
"Controls a strong (more emphasized) row footer (label)." ;
Style RowFooterStrongFixed from RowFooterStrong
"Controls a strong (more emphasized) row footer (label). Fixed font." ;
style List from Container "Bulleted list";
style List2 from List "Nested bulleted list";
style List3 from List2 "Third level bulleted list";
style List4 from List3 "Fourth level bulleted list";
style List5 from List4 "Fifth level bulleted list";
style List6 from List5 "Sixth level bulleted list";
style List7 from List6 "Seventh level bulleted list";
style List8 from List7 "Eighth level bulleted list";
style List9 from List8 "Ninth level bulleted list";
style List10 from List9 "Tenth level bulleted list";
style ListItem from Container "Bulleted list item";
style ListItem2 from ListItem "Nested bulleted list item";
style ListItem3 from ListItem2 "Third level bulleted list item";
style ListItem4 from ListItem3 "Fourth level bulleted list item";
style ListItem5 from ListItem4 "Fifth level bulleted list item";
style ListItem6 from ListItem5 "Sixth level bulleted list item";
style ListItem7 from ListItem6 "Seventh level bulleted list item";
style ListItem8 from ListItem7 "Eighth level bulleted list item";
style ListItem9 from ListItem8 "Ninth level bulleted list item";
style ListItem10 from ListItem9 "Tenth level bulleted list item";
style Paragraph from Container "Paragraph of text";
Style Graph from Output
"Control rudimentary graph output." ;
Style GraphComponent /
abstract = yes
;
Style GraphCharts from GraphComponent;
Style GraphWalls from GraphComponent;
Style GraphAxisLines from GraphComponent;
Style GraphGridLines from GraphComponent;
Style GraphOutlines from GraphComponent;
Style GraphBorderLines from GraphComponent;
Style GraphReference from GraphComponent;
Style GraphTitleText from GraphComponent;
Style GraphFootnoteText from GraphComponent;
Style GraphDataText from GraphComponent;
Style GraphLabelText from GraphComponent;
Style GraphValueText from GraphComponent;
Style GraphUnicodeText from GraphComponent;
Style GraphBackground from GraphComponent;
Style GraphFloor from GraphComponent;
Style GraphLegendBackground from GraphComponent;
Style GraphHeaderBackground from GraphComponent;
Style DropShadowStyle from GraphComponent;
Style GraphDataDefault from GraphComponent;
Style GraphData1 from GraphComponent;
Style GraphData2 from GraphComponent;
Style GraphData3 from GraphComponent;
Style GraphData4 from GraphComponent;
Style GraphData5 from GraphComponent;
Style GraphData6 from GraphComponent;
Style GraphData7 from GraphComponent;
Style GraphData8 from GraphComponent;
Style GraphData9 from GraphComponent;
Style GraphData10 from GraphComponent;
Style GraphData11 from GraphComponent;
Style GraphData12 from GraphComponent;
Style TwoColorRamp from GraphComponent;
Style TwoColorAltRamp from GraphComponent;
Style ThreeColorRamp from GraphComponent;
Style ThreeColorAltRamp from GraphComponent;
Style GraphOutlier from GraphComponent;
Style GraphFit from GraphComponent;
Style GraphFit2 from GraphComponent;
Style GraphConfidence from GraphComponent
"Foreground for band fill; ContrastColor for lines" ;
Style GraphConfidence2 from GraphComponent
"Foreground for band fill; ContrastColor for lines" ;
Style GraphPrediction from GraphComponent;
Style GraphPredictionLimits from GraphComponent;
Style GraphError from GraphComponent
"Foreground for error fill; ContrastColor for lines" ;
style GraphBox from GraphComponent;
style GraphBoxMedian from GraphComponent;
style GraphBoxMean from GraphComponent;
style GraphBoxWhisker from GraphComponent;
style GraphHistogram from GraphComponent;
style GraphEllipse from GraphComponent;
style GraphBand from GraphComponent;
style GraphContour from GraphComponent;
style GraphAnnoLine from GraphComponent;
Style GraphAnnoText from GraphComponent;
Style GraphAnnoShape from GraphComponent;
Style GraphSelection from GraphComponent;
style GraphConnectLine from GraphComponent;
Style GraphMissing from GraphComponent;
Style GraphControlLimits from GraphComponent;
Style GraphRunTest from GraphComponent;
Style GraphStars from GraphComponent;
Style GraphClipping from GraphComponent;
Style GraphBlock from GraphComponent;
Style GraphAltBlock from GraphComponent;
Style LayoutContainer
"Container for LAYOUT" ;
Style LayoutRegion from LayoutContainer
"Region style for LAYOUT cells" ;
end;
define Style styles.NoFontDefault; parent = styles.default;
/* ----- */
style fonts "Fonts used in the default style" /
"docFont" = (_undef_, 3)
"headingFont" = (_undef_, 4, bold)
"headingEmphasisFont" = (_undef_, 4, italic bold)
"FixedFont" = (_undef_, 2)
"BatchFixedFont" = (_undef_, 2 )
"FixedHeadingFont" = (_undef_, 2 )
"FixedStrongFont" = (_undef_, 2, bold)
"FixedEmphasisFont" = (_undef_, 2, italic)
"EmphasisFont" = (_undef_, 3, italic)
"StrongFont" = (_undef_, 4, bold)
"TitleFont" = (_undef_, 5, italic bold)
"TitleFont2" = (_undef_, 4, italic bold)
;
/* ----- */
style GraphFonts "Fonts used for graph styles" /
"GraphLabelFont" = (_undef_, 10pt, bold)
"GraphValueFont" = (_undef_, 9pt)
"GraphTitleFont" = (_undef_, 11pt, bold)
"GraphFootnoteFont" = (_undef_, 10pt, bold)
"GraphAnnoFont" = (_undef_, 10pt)
"GraphUnicodeFont" = (_undef_, 9pt)
"GraphDataFont" = (_undef_, 7pt)
;
/* ----- */
style Contents from Document "Controls the Contents file." /
MarginLeft = 8
MarginRight = 8
BackGroundColor = colors("contentbg")
Color = colors("contentfg")
PageBreakHtml = html("break")
tagattr = " onload=""expandAll()"""
ListStyleType = "auto"
;
/* ----- */
Style Pages from Document "Controls the Pages file." /
MarginLeft = 8
MarginRight = 8
BackGroundColor = colors("contentbg")
Color = colors("contentfg")
PageBreakHtml = html("break")
tagattr = " onload=""expandAll()"""
ListStyleType = "auto"
;
/* ----- */
style IndexItem from Container "Abstract. Controls list items and folders for Contents and Pages." /
Color = colors("conentryfg")
ListEntryAnchor = yes
ListStyleType = "auto"
MarginLeft = 6pt
;
/* ----- */
style ContentFolder from IndexItem "Controls the generic folder definition in the Contents file." /
Color = colors("confolderfg")
ListEntryAnchor = no
PreHtml = html("prehtml flyover")
PostHtml = html("posthtml flyover")
;
/* ----- */
style IndexProcName from Index "Abstract. Controls the proc name in the list files." /
Color = colors("contitlefg")
PreText = text("prefix1")
PostText = text("suffix1")
PreHtml = html("prehtml flyover")
PostHtml = html("posthtml flyover")
ListEntryAnchor = no
ListStyleType = "auto"
;
end;
define Style styles.listing;
parent=styles.default;
Style fonts
"Fonts used in the listing style" /
'TitleFont' = (", Helvetica, sans-serif",4,bold italic)
'TitleFont2' = (", Helvetica, sans-serif",3,bold italic)
'headingFont' = (", Helvetica, sans-serif",2,bold)
'docFont' = (", Helvetica, sans-serif",2)
'StrongFont' = (", Helvetica, sans-serif",2,bold)
'EmphasisFont' = (", Helvetica, sans-serif",2,italic)
'FixedEmphasisFont' = (", Courier, monospace",2,italic)
'FixedStrongFont' = (", Courier, monospace",2,bold)
'FixedHeadingFont' = (", Courier, monospace",2)
'BatchFixedFont' = ("SAS Monospace, , Courier, monospace",2)
'FixedFont' = (", Courier",2)
'headingEmphasisFont' = (", Helvetica, sans-serif",2,bold italic)
;
Style GraphFonts "Fonts used in graph styles" /
"GraphAnnoFont" = (", ", 10pt)
"GraphTitleFont" = (", ", 11pt, bold)
"GraphFootnoteFont" = (", ", 10pt)
"GraphLabelFont" = (", ", 10pt)
"GraphValueFont" = (", ", 9pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = (", ", 7pt)
;
/* ----- */
Style color_list "Colors used in the listing style" /
"bgA" = cxFFFFFF
"fgA" = cx000000
"bgA1" = cxB0B0B0
"fgA1" = cx000000
"bgA2" = cxD3D3D3
"fgA2" = cx000000
"bgA3" = cxFFFFFF
"bgA4" = cx880000
"fgA4" = cxAAFFAA
"fgB1" = cx004488
"fgB2" = cx0066AA
;
/* ----- */
Style GraphColors "Abstract colors used in graph styles" /
"gdata1" = cx7C95CA
"gdata2" = cxDE7E6F
"gdata3" = cx66A5A0
"gdata5" = cxB689CD
"gdata4" = cxA9865B
"gdata7" = cx94BDE1
"gdata6" = cxBABC5C
"gdata8" = cxCD7BA1
"gdata9" = cxCF974B
"gdata10" = cx87C873
"gdata11" = cxB7AEF1
"gdata12" = cxDDD17E
"gcdata1" = cx2A25D9
"gcdata2" = cxB2182B
"gcdata3" = cx01665E
"gcdata5" = cx9D3CDB
"gcdata4" = cx543005
"gcdata7" = cx2597FA
"gcdata6" = cx7F8E1F
"gcdata8" = cxB26084
"gcdata9" = cxD17800
"gcdata10" = cx47A82A
"gcdata11" = cxB38EF3
"gcdata12" = cxF9DA04
"gwalls" = cxFFFFFF
"gfloor" = cxFFFFFF
"glegend" = cxFFFFFF
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cxE0E0E0
"goutlines" = cx000000
"gborderlines" = cx000000
"glabel" = cx000000
"gtext" = cx000000
"gramp2cstart" = cxF1F0F6
"gramp2cend" = cx5E528B
"gconramp2cstart" = cxF3F7FE
"gconramp2cend" = cx6497EB
"gramp3cstart" = cx6497EB
"gramp3cneutral" = cxFFFFFF
"gramp3cend" = cxDD6060
"gconramp3cstart" = cx0000FF
"gconramp3cneutral" = cxFF00FF
"gconramp3cend" = cxFF0000
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cx808080
"gdata" = cxB9CFE7
"gcdata" = cx000000
"goutlier" = cxB9CFE7
"gcoutlier" = cx000000
"gfit" = cx003178
"gfit2" = cx780000
"gcfit" = cx003178
"gcfit2" = cx780000
"gconfidence" = cxB9CFE7
"gconfidence2" = cxE7B9B9
"gcconfidence" = cx003178
"gcconfidence2" = cx780000
"gpredict" = cx003178
"gcpredict" = cx003178
"gpredictlim" = cxB9CFE7
"gcpredictlim" = cx003178
"gerror" = cxB9CFE7
"gcerror" = cx000000
/* Listing */
"gcontrollim" = cxE6F2FF
"gccontrollim" = cxBFC7D9
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cxB9CFE7
"gcstars" = cx000000
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = cxD7DFEF
"gablock" = cxF1F0F6
;
end;
define Style styles.default;
class fonts "Fonts used in the default style" /
"docFont" = (", Helvetica, sans-serif", 3)
"headingFont" = (", Helvetica, sans-serif", 4, bold)
"headingEmphasisFont" = (", Helvetica, sans-serif", 4, italic bold)
"FixedFont" = (", Courier", 2)
"BatchFixedFont" = ("SAS Monospace, , Courier, monospace", 2 )
"FixedHeadingFont" = (", Courier, monospace", 2 )
"FixedStrongFont" = (", Courier, monospace", 2, bold)
"FixedEmphasisFont" = (", Courier, monospace", 2, italic)
"EmphasisFont" = (", Helvetica, sans-serif", 3, italic)
"StrongFont" = (", Helvetica, sans-serif", 4, bold)
"TitleFont" = (", Helvetica, sans-serif", 5, italic bold)
"TitleFont2" = (", Helvetica, sans-serif", 4, italic bold)
;
class GraphFonts "Fonts used in graph styles" /
"GraphAnnoFont" = (", ", 10pt)
"GraphTitleFont" = (", ", 11pt, bold)
"GraphFootnoteFont" = (", ", 10pt)
"GraphLabelFont" = (", ", 10pt, bold)
"GraphValueFont" = (", ", 9pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = (", ", 7pt)
;
class color_list "Colors used in the default style" /
"bgA" = cxE0E0E0
"fgA" = cx002288
"bgA1" = cxF0F0F0
"fgA1" = cx000000
"bgA2" = cxB0B0B0
"fgA2" = cx0033AA
"bgA3" = cxD3D3D3
"bgA4" = cx880000
"fgA4" = cxAAFFAA
"fgB1" = cx004488
"fgB2" = cx0066AA
;
class colors "Abstract colors used in the default style" /
"docbg" = color_list("bgA")
"docfg" = color_list("fgA")
"contentbg" = color_list("bgA2")
"contentfg" = color_list("fgA2")
"link1" = color_list("fgB1")
"link2" = color_list("fgB2")
"Contitlefg" = color_list("fgA")
"Confolderfg" = color_list("fgA")
"Conentryfg" = color_list("fgA2")
"systitlebg" = color_list("bgA")
"systitlefg" = color_list("fgA")
"titlebg" = color_list("bgA")
"titlefg" = color_list("fgA")
"proctitlebg" = color_list("bgA")
"proctitlefg" = color_list("fgA")
"captionbg" = color_list("bgA")
"captionfg" = color_list("fgA1")
"bylinebg" = color_list("bgA2")
"bylinefg" = color_list("fgA2")
"notebg" = color_list("bgA")
"notefg" = color_list("fgA")
"tablebg" = color_list("bgA1")
"tableborder" = color_list("fgA1")
"batchbg" = color_list("bgA3")
"batchfg" = color_list("fgA1")
"databg" = color_list("bgA3")
"datafg" = color_list("fgA1")
"databgstrong" = color_list("bgA3")
"datafgstrong" = color_list("fgA1")
"databgemph" = color_list("bgA3")
"datafgemph" = color_list("fgA1")
"headerbg" = color_list("bgA2")
"headerfg" = color_list("fgA2")
"headerbgstrong" = color_list("bgA2")
"headerfgstrong" = color_list("fgA2")
"headerbgemph" = color_list("bgA2")
"headerfgemph" = color_list("fgA2")
;
class GraphColors "Abstract colors used in graph styles" /
"gdata1" = cx7C95CA
"gdata2" = cxDE7E6F
"gdata3" = cx66A5A0
"gdata5" = cxB689CD
"gdata4" = cxA9865B
"gdata7" = cx94BDE1
"gdata6" = cxBABC5C
"gdata8" = cxCD7BA1
"gdata9" = cxCF974B
"gdata10" = cx87C873
"gdata11" = cxB7AEF1
"gdata12" = cxDDD17E
"gcdata1" = cx2A25D9
"gcdata2" = cxB2182B
"gcdata3" = cx01665E
"gcdata5" = cx9D3CDB
"gcdata4" = cx543005
"gcdata7" = cx2597FA
"gcdata6" = cx7F8E1F
"gcdata8" = cxB26084
"gcdata9" = cxD17800
"gcdata10" = cx47A82A
"gcdata11" = cxB38EF3
"gcdata12" = cxF9DA04
"gwalls" = cxFFFFFF
"gfloor" = cxFFFFFF
"glegend" = cxFFFFFF
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cxECECEC
"goutlines" = cx000000
"gborderlines" = cx000000
"glabel" = cx000000
"gtext" = cx000000
"gramp2cstart" = cxF1F0F6
"gramp2cend" = cx5E528B
"gconramp2cstart" = cxF3F7FE
"gconramp2cend" = cx6497EB
"gramp3cstart" = cx6497EB
"gramp3cneutral" = cxFFFFFF
"gramp3cend" = cxDD6060
"gconramp3cstart" = cx0000FF
"gconramp3cneutral" = cxFF00FF
"gconramp3cend" = cxFF0000
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cx808080
"gdata" = cxB9CFE7
"gcdata" = cx000000
"goutlier" = cxB9CFE7
"gcoutlier" = cx000000
"gfit" = cx003178
"gfit2" = cx780000
"gcfit" = cx003178
"gcfit2" = cx780000
"gconfidence" = cxB9CFE7
"gconfidence2" = cxE7B9B9
"gcconfidence" = cx003178
"gcconfidence2" = cx780000
"gpredict" = cx003178
"gcpredict" = cx003178
"gpredictlim" = cxB9CFE7
"gcpredictlim" = cx003178
"gerror" = cxB9CFE7
"gcerror" = cx000000
/* DEFAULT */
"gcontrollim" = cxE6F2FF
"gccontrollim" = cxBFC7D9
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cxB9CFE7
"gcstars" = cx000000
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = cxD7DFEF
"gablock" = cxF1F0F6
;
class html "Common HTML text used in the default style" /
"fake bullet" = "·"
/* SASTJC: changed to
- KESMIT approved 13mar03 */
"PageBreakLine" = "
"
"Line" = "
"
"break" = "
"
"prehtml flyover" = ""
"posthtml flyover" = ""
"prehtml flyover bullet" = "·"
"prehtml flyover line" = "
"
"posthtml flyover line" = "
"
"expandAll" = ""
;
class text "Common text." /
"prefix1" = "The "
"suffix1" = " Procedure"
"Content Title" = "Table of Contents"
"Pages Title" = "Table of Pages"
"Note Banner" = "Note:"
"Warn Banner" = "Warning:"
"Error Banner" = "Error:"
"Fatal Banner" = "Fatal:"
"continued" = "(Continued)"
;
class Container /
BackGroundColor = colors("docbg")
Color = colors("docfg")
Font = Fonts("DocFont")
;
class Index /
BackGroundColor = colors("contentbg")
Color = colors("contentfg")
;
class Document /
visitedLinkColor = colors("link1")
activeLinkColor = colors("link1")
LinkColor = colors("link2")
ProtectSpecialChars = auto
ContentType = "text/html"
DocType = ""
;
class Body /
PageBreakHtml = html("PageBreakLine")
MarginLeft = 8
MarginRight = 8
;
class Frame /
FrameBorder = YES
FrameBorderWidth = 4
FrameSpacing = 1
ContentSize = 23%
ContentScrollbar = auto
BodySize = *
BodyScrollbar = auto
ContentPosition = left
;
class Contents /
MarginLeft = 8
MarginRight = 8
BackGroundColor = colors("contentbg")
Color = colors("contentfg")
PageBreakHtml = html("break")
tagattr = " onload=""expandAll()"""
ListStyleType = "decimal"
;
class Pages /
MarginLeft = 8
MarginRight = 8
BackGroundColor = colors("contentbg")
Color = colors("contentfg")
PageBreakHtml = html("break")
tagattr = " onload=""expandAll()"""
ListStyleType = "decimal"
;
class Date /
Color = colors("contentfg")
BackGroundColor = colors("contentbg")
Width = 100%
;
class BodyDate /
Color = colors("docfg")
BackGroundColor = colors("docbg")
cellpadding=0 cellspacing=0 /* Only for Printer */
TextAlign=r VerticalAlign=t
;
class IndexItem /
Color = colors("conentryfg")
BackGroundColor = _undef_
ListStyleType = NONE
ListEntryAnchor = yes
PreHtml = html("prehtml flyover bullet")
PostHtml = html("posthtml flyover")
MarginLeft = 6pt
;
class ContentFolder /
Color = colors("confolderfg")
ListEntryAnchor = no
;
class ByContentFolder /
ListEntryAnchor = yes
;
class IndexProcName /
Color = colors("contitlefg")
BackgroundColor = _undef_
PreText = text("prefix1")
PostText = text("suffix1")
PreHtml = html("prehtml flyover")
PostHtml = html("posthtml flyover")
ListStyleType = "decimal"
ListEntryAnchor = no
;
class ContentProcLabel /
PreText = _undef_
PostText = _undef_
;
class PagesProcLabel /
PreText = _undef_
PostText = _undef_
;
class IndexTitle /
Color = colors("contitlefg")
BackGroundColor = _undef_
Font = fonts("EmphasisFont")
PreHtml = html("expandAll")
PostHtml = html("posthtml flyover line")
;
class ContentTitle /
PreText = text("content title")
;
class PagesTitle /
PreText = text("pages title")
;
class SysTitleAndFooterContainer /
BorderWidth = 0
CellSpacing = 1
CellPadding = 1
Width = 100%
Frame = VOID
Rules = NONE
;
class TitleAndNoteContainer /
BorderWidth = 0
CellSpacing = 1
CellPadding = 1
Width = 100%
Frame = VOID
Rules = NONE
;
class TitlesAndFooters /
Color = colors("systitlefg")
BackGroundColor = colors("systitlebg")
Font = Fonts("TitleFont2")
;
class BylineContainer /
BorderWidth = 0
CellSpacing = 1
CellPadding = 1
Width = 100%
Frame = VOID
Rules = NONE
BackGroundColor = colors("Docbg")
;
class SystemTitle, SystemFooter /
Font = Fonts("TitleFont")
;
class PageNo /
font = fonts("strongFont")
cellpadding = 0 cellspacing = 0 /* Only for Printer */
textalign=r verticalalign=t
;
class ExtendedPage /
font = fonts("EmphasisFont")
frame=box
pretext="Continuing contents of page "
posttext=", which would not fit on a single physical page"
fillrulewidth=0.5pt
borderwidth=1pt
cellpadding=2pt
textalign=c
;
class Byline /
Color = colors("bylinefg")
BackGroundColor = colors("bylinebg")
font = fonts("headingFont")
cellpadding = 0 cellspacing = 0 /* Only for Printer */
;
class Parskip /
font = fonts("headingFont")
cellpadding = 0 cellspacing = 0 /* Only for Measured */
frame= void
Rules = NONE
BorderWidth = 0
Color = _undef_
BackGroundColor = _undef_
;
class Continued /
font = fonts("headingFont")
cellpadding = 0 cellspacing = 0 /* Only for Measured */
pretext = text("continued")
Width = 100%
Just=L
;
class ProcTitle /
Color = colors("proctitlefg")
BackGroundColor = colors("proctitlebg")
;
class ProcTitleFixed /
Font = fonts("FixedStrongFont")
;
class Output /
BorderWidth = 1
BorderColor = colors("tableborder")
CellSpacing = 1
CellPadding = 7
Frame = BOX
Rules = GROUPS
BackGroundColor = colors("tablebg")
BorderCollapse = separate
;
class Table;
class Batch /
BackGroundColor = colors("batchbg")
Color = colors("batchfg")
Font = fonts("BatchFixedFont")
;
class Note /
Color = colors("notefg")
BackGroundColor = colors("notebg")
;
class NoteBanner /
PreText = text("Note Banner")
FontWeight=bold
;
class UserText /
just=l
;
class PrePage /
textalign=l
;
class NoteContentFixed /
Font = fonts("FixedFont")
;
class WarnBanner /
PreText = text("Warn Banner")
FontWeight=bold
;
class WarnContentFixed /
Font = fonts("FixedFont")
;
class ErrorBanner /
PreText = text("Error Banner")
FontWeight=bold
;
class ErrorContentFixed /
Font = fonts("FixedFont")
;
class FatalBanner /
PreText = text("Fatal Banner")
FontWeight=bold
;
class FatalContentFixed /
Font = fonts("FixedFont")
;
class Data /
just = right
BackGroundColor = colors("databg")
Color = colors("datafg")
;
class DataFixed /
just = right
font = fonts("FixedFont")
;
class DataEmphasis /
just = right
font = fonts("EmphasisFont")
BackGroundColor = colors("databgemph")
Color = colors("datafgemph")
;
class DataEmphasisFixed /
just = right
font = fonts("FixedEmphasisFont")
;
class DataStrong /
just = right
font = fonts("StrongFont")
BackGroundColor = colors("databgstrong")
Color = colors("datafgstrong")
;
class DataStrongFixed /
just = right
font = fonts("FixedStrongFont")
;
class HeadersAndFooters /
BackGroundColor = colors("headerbg")
Color = colors("headerfg")
font = fonts("HeadingFont")
;
class Caption /
BackGroundColor = colors("captionbg")
Color = colors("captionfg")
cellpadding = 0 cellspacing = 0 /* Only for Printer */
;
class Header;
class HeaderFixed /
font = fonts("FixedFont")
;
class HeaderEmphasis /
font = fonts("EmphasisFont")
BackGroundColor = colors("headerbgemph")
Color = colors("headerfgemph")
;
class HeaderEmphasisFixed /
font = fonts("FixedEmphasisFont")
;
class HeaderStrong /
font = fonts("StrongFont")
BackGroundColor = colors("headerbgstrong")
Color = colors("headerfgstrong")
;
class HeaderStrongFixed /
font = fonts("FixedStrongFont")
;
class RowHeader;
class RowHeaderFixed /
font = fonts("FixedFont")
;
class RowHeaderEmphasis /
font = fonts("EmphasisFont")
;
class RowHeaderEmphasisFixed /
font = fonts("FixedEmphasisFont")
;
class RowHeaderStrong /
font = fonts("StrongFont")
;
class RowHeaderStrongFixed /
font = fonts("FixedStrongFont")
;
class Footer;
class FooterFixed /
font = fonts("FixedFont")
;
class FooterEmphasis /
font = fonts("EmphasisFont")
;
class FooterEmphasisFixed /
font = fonts("FixedEmphasisFont")
;
class FooterStrong /
font = fonts("StrongFont")
;
class FooterStrongFixed /
font = fonts("FixedStrongFont")
;
class RowFooter;
class RowFooterFixed /
font = fonts("FixedFont")
;
class RowFooterEmphasis /
font = fonts("EmphasisFont")
;
class RowFooterEmphasisFixed /
font = fonts("FixedEmphasisFont")
;
class RowFooterStrong /
font = fonts("StrongFont")
;
class RowFooterStrongFixed /
font = fonts("FixedStrongFont")
;
class ListItem /
Font = Fonts("DocFont")
;
class Paragraph /
Font = Fonts("DocFont")
just = left
width = 100%
;
class List /
liststyletype = disc
just = left
width = 100%
;
class List2 /
liststyletype = circle
;
class List3 /
liststyletype = square
;
class Graph from Output /
backgroundcolor = colors("docbg")
/* Allow cellspacing to inherit. */
cellpadding = 0
;
class GraphWalls /
Color = GraphColors("gwalls")
BackGroundColor = GraphColors("gwalls")
ContrastColor = GraphColors("gaxis")
FrameBorder = on
linestyle = 1
linethickness = 1px
;
class GraphAxisLines /
Color = GraphColors("gaxis")
ContrastColor = GraphColors("gaxis")
linestyle = 1
linethickness = 1px
tickdisplay = "outside"
;
class GraphGridLines /
Color = GraphColors("ggrid")
ContrastColor = GraphColors("ggrid")
linestyle = 1
linethickness = 1px
displayopts = "auto"
;
class GraphOutlines /
Color = GraphColors("goutlines")
ContrastColor = GraphColors("goutlines")
linestyle = 1
linethickness = 1px
;
class GraphBorderLines /
Color = GraphColors("gborderlines")
ContrastColor = GraphColors("gborderlines")
linestyle = 1
linethickness = 1px
;
class GraphReference /
ContrastColor = GraphColors("greferencelines")
linestyle = 1
linethickness = 1px
;
class GraphTitleText /
Color = GraphColors("gtext")
font = GraphFonts("GraphTitleFont")
;
class GraphFootnoteText /
Color = GraphColors("gtext")
font = GraphFonts("GraphFootnoteFont")
;
class GraphDataText /
Color = GraphColors("gtext")
font = GraphFonts("GraphDataFont")
;
class GraphLabelText /
Color = GraphColors("glabel")
font = GraphFonts("GraphLabelFont")
;
class GraphValueText /
Color = GraphColors("gtext")
font = GraphFonts("GraphValueFont")
;
class GraphUnicodeText /
font = GraphFonts("GraphUnicodeFont")
;
class GraphBackground /
Color = colors("docbg")
BackGroundColor = colors("docbg")
;
class GraphFloor /
Color = GraphColors("gfloor")
BackGroundColor = GraphColors("gfloor")
;
class GraphLegendBackground /
Color = GraphColors("glegend")
BackGroundColor = GraphColors("glegend")
;
class GraphHeaderBackground /
Color = GraphColors("gheader")
BackGroundColor = GraphColors("gheader")
;
class DropShadowStyle /
Color = GraphColors("gshadow")
;
class GraphDataDefault /
Color = GraphColors("gdata")
ContrastColor = GraphColors("gcdata")
LineStyle = 1
LineThickness = 1px
MarkerSymbol = "circle"
MarkerSize = 7px
StartColor = GraphColors("gramp3cstart")
NeutralColor = GraphColors("gramp3cneutral")
EndColor = GraphColors("gramp3cend")
;
class GraphData1 /
Color = GraphColors("gdata1")
ContrastColor = GraphColors("gcdata1")
linestyle = 1
markersymbol = "circle"
;
class GraphData2 /
Color = GraphColors("gdata2")
ContrastColor = GraphColors("gcdata2")
linestyle = 4
markersymbol = "plus"
;
class GraphData3 /
Color = GraphColors("gdata3")
ContrastColor = GraphColors("gcdata3")
linestyle = 8
markersymbol = "X"
;
class GraphData4 /
Color = GraphColors("gdata4")
ContrastColor = GraphColors("gcdata4")
linestyle = 5
markersymbol = "triangle"
;
class GraphData5 /
Color = GraphColors("gdata5")
ContrastColor = GraphColors("gcdata5")
linestyle = 14
markersymbol = "square"
;
class GraphData6 /
Color = GraphColors("gdata6")
ContrastColor = GraphColors("gcdata6")
linestyle = 26
markersymbol = "asterisk"
;
class GraphData7 /
Color = GraphColors("gdata7")
ContrastColor = GraphColors("gcdata7")
linestyle = 15
markersymbol = "diamond"
;
class GraphData8 /
Color = GraphColors("gdata8")
ContrastColor = GraphColors("gcdata8")
linestyle = 20
;
class GraphData9 /
Color = GraphColors("gdata9")
ContrastColor = GraphColors("gcdata9")
linestyle = 41
;
class GraphData10 /
Color = GraphColors("gdata10")
ContrastColor = GraphColors("gcdata10")
linestyle = 42
;
class GraphData11 /
Color = GraphColors("gdata11")
ContrastColor = GraphColors("gcdata11")
linestyle = 2
;
class GraphData12 /
Color = GraphColors("gdata12")
ContrastColor = GraphColors("gcdata12")
;
class TwoColorRamp /
StartColor = GraphColors("gramp2cstart")
EndColor = GraphColors("gramp2cend")
;
class TwoColorAltRamp /
StartColor = GraphColors("gconramp2cstart")
EndColor = GraphColors("gconramp2cend")
;
class ThreeColorRamp /
StartColor = GraphColors("gramp3cstart")
NeutralColor = GraphColors("gramp3cneutral")
EndColor = GraphColors("gramp3cend")
;
class ThreeColorAltRamp /
StartColor = GraphColors("gconramp3cstart")
NeutralColor = GraphColors("gconramp3cneutral")
EndColor = GraphColors("gconramp3cend")
;
class GraphOutlier /
Color = GraphColors("goutlier")
ContrastColor = GraphColors("gcoutlier")
MarkerSymbol = "circle"
MarkerSize = 7px
LineStyle = 42
LineThickness = 2px
;
class GraphFit /
Color = GraphColors("gfit")
ContrastColor = GraphColors("gcfit")
MarkerSymbol = "circle"
MarkerSize = 7px
LineStyle = 1
LineThickness = 2px
;
class GraphFit2 /
Color = GraphColors("gfit2")
ContrastColor = GraphColors("gcfit2")
MarkerSymbol = "X"
MarkerSize = 7px
LineStyle = 4
LineThickness = 2px
;
class GraphConfidence /
Color = GraphColors("gconfidence")
ContrastColor = GraphColors("gcconfidence")
MarkerSymbol = "triangle"
MarkerSize = 7px
LineStyle = 1
LineThickness = 1px
;
class GraphConfidence2 /
Color = GraphColors("gconfidence2")
ContrastColor = GraphColors("gcconfidence2")
MarkerSymbol = "diamond"
MarkerSize = 7px
LineStyle = 4
LineThickness = 1px
;
class GraphPrediction /
Color = GraphColors("gpredict")
ContrastColor = GraphColors("gcpredict")
MarkerSymbol = "plus"
MarkerSize = 7px
LineStyle = 4
LineThickness = 2px
;
class GraphPredictionLimits /
Color = GraphColors("gpredictlim")
ContrastColor = GraphColors("gcpredictlim")
MarkerSymbol = "chain"
MarkerSize = 7px
LineStyle = 2
LineThickness = 1px
;
class GraphError /
Color = GraphColors("gerror")
ContrastColor = GraphColors("gcerror")
MarkerSymbol = "asterisk"
MarkerSize = 7px
LineStyle = 1
LineThickness = 1px
;
class GraphBox /
displayopts = "fill caps median mean outliers"
connect = "mean"
capstyle="serif"
;
class GraphBoxMedian /
ContrastColor = GraphColors("gcdata")
LineThickness = 1px
LineStyle = 1
;
class GraphBoxMean /
ContrastColor = GraphColors("gcdata")
MarkerSymbol = "diamond"
MarkerSize = 9px
;
class GraphBoxWhisker /
ContrastColor = GraphColors("gcdata")
LineThickness = 1px
LineStyle = 1
;
class GraphHistogram /
displayopts = "fill outline"
;
class GraphEllipse /
displayopts = "outline"
;
class GraphBand /
displayopts = "fill"
;
class GraphContour /
displayopts = "LabeledLineGradient"
;
class GraphBlock /
Color = GraphColors("gblock")
;
class GraphAltBlock /
Color = GraphColors("gablock")
;
class GraphAnnoLine /
ContrastColor = GraphColors("gcdata")
LineThickness = 2px
LineStyle = 1
;
class GraphAnnoText /
Color = GraphColors("gtext")
font = GraphFonts("GraphAnnoFont")
;
class GraphAnnoShape /
Color = GraphColors("gdata")
ContrastColor = GraphColors("gcdata")
LineStyle = 1
LineThickness = 2px
MarkerSymbol = "starfilled"
MarkerSize = 12px
;
class GraphSelection /
Color = GraphColors("gdata")
ContrastColor = GraphColors("gcdata")
LineStyle = 1
LineThickness = 5px
MarkerSymbol = "square"
MarkerSize = 11px
;
class GraphConnectLine /
ContrastColor = GraphColors("gcdata")
LineThickness = 1px
LineStyle = 1
;
class GraphMissing /
Color = GraphColors("gdata12")
ContrastColor = GraphColors("gcdata12")
LineStyle = 1
LineThickness = 1px
MarkerSymbol = "square"
MarkerSize = 7px
;
class GraphControlLimits /
Color = GraphColors("gcontrollim")
ContrastColor = GraphColors("gccontrollim")
LineStyle = 1
LineThickness = 1px
MarkerSymbol = "circle"
MarkerSize = 7px
;
class GraphRunTest /
Color = GraphColors("gruntest")
ContrastColor = GraphColors("gcruntest")
LineStyle = 1
LineThickness = 2px
MarkerSymbol = "square"
MarkerSize = 7px
;
class GraphStars /
Color = GraphColors("gstars")
ContrastColor = GraphColors("gcstars")
LineStyle = 1
LineThickness = 2px
;
class GraphClipping /
Color = GraphColors("gclipping")
ContrastColor = GraphColors("gcclipping")
LineStyle = 2
LineThickness = 2px
MarkerSymbol = "circlefilled"
MarkerSize = 7px
;
class LayoutContainer /
BackgroundColor = _undef_
rules=none
frame=void
borderwidth=0
cellspacing=30
cellpadding=0
;
end;
/***************************************************************/
define Style styles.beige; parent = styles.default;
/* ----- */
style color_list /
"bgA" = cxE0E0E0
"fgA" = cx000000
"bgA1" = cxE0E0E0
"bgA2" = cxD2D2D2
"fgA2" = cxA80000
"bgA3" = cx707070
"fgA3" = cxFFFFFF
"bgA4" = cx880000
"fgA4" = cxAAFFAA
"bgB" = cxB0B0B0
"fgB" = cxFFFFFF
"fgB1" = cxFFFF77
"fgB2" = cxFFFFFF
;
/* ----- */
style colors /
"docbg" = color_list("bgA")
"docfg" = color_list("fgA")
"contentbg" = color_list("bgB")
"contentfg" = color_list("fgB")
"link1" = color_list("fgB1")
"link2" = color_list("fgB2")
"Contitlefg" = color_list("fgB")
"Confolderfg" = color_list("fgB")
"Conentryfg" = color_list("fgB")
"systitlebg" = color_list("bgA")
"systitlefg" = color_list("fgA")
"titlebg" = color_list("bgA")
"titlefg" = color_list("fgA")
"captionbg" = color_list("bgA")
"captionfg" = color_list("fgA")
"proctitlebg" = color_list("bgA")
"proctitlefg" = color_list("fgA")
"bylinebg" = color_list("bgA2")
"bylinefg" = color_list("fgA")
"notebg" = color_list("bgA")
"notefg" = color_list("fgA")
"tablebg" = color_list("bgA")
"tableborder" = color_list("fgA")
"batchbg" = color_list("bgA3")
"batchfg" = color_list("fgA3")
"databg" = color_list("bgA3")
"datafg" = color_list("fgA3")
"databgstrong" = color_list("bgA4")
"datafgstrong" = color_list("fgA4")
"databgemph" = color_list("bgA4")
"datafgemph" = color_list("fgA4")
"headerbg" = color_list("bgA2")
"headerfg" = color_list("fgA")
"headerbgstrong" = color_list("bgA2")
"headerfgstrong" = color_list("fgA2")
"headerbgemph" = color_list("bgA2")
"headerfgemph" = color_list("fgA2")
;
/* ----- */
style GraphColors /
"gdata1" = cx775760
"gdata2" = cxD6BE65
"gdata3" = cxC95A5A
"gdata4" = cx647A84
"gdata5" = cx9C8D5E
"gdata6" = cx59915A
"gdata7" = cxC79356
"gdata8" = cx989181
"gdata9" = cx9FAF54
"gdata10" = cxC06F56
"gdata11" = cx519191
"gdata12" = cxC49595
"gcdata1" = cx734944
"gcdata2" = cxF9DA6C
"gcdata3" = cxEF6464
"gcdata4" = cx7E99A6
"gcdata5" = cxC0AD72
"gcdata6" = cx70B672
"gcdata7" = cxEDAD60
"gcdata8" = cxB4AA97
"gcdata9" = cxC1D664
"gcdata10" = cxE78262
"gcdata11" = cx68B8B8
"gcdata12" = cxDCA1A1
"gwalls" = cx82848B
"gfloor" = cx82848B
"glegend" = cx96979B
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cx505050
"goutlines" = cx000000
"gborderlines" = cx797C87
"glabel" = cx000000
"gtext" = cx000000
"gramp2cstart" = cxFFFFFF
"gramp2cend" = cx7F5D67
"gconramp2cstart" = cxFFFFFF
"gconramp2cend" = cx99CCFF
"gramp3cstart" = cxE3BC67
"gramp3cneutral" = cxD95F02
"gramp3cend" = cx7570B3
"gconramp3cstart" = cxE3BC61
"gconramp3cneutral" = cxD95F02
"gconramp3cend" = cx7570B3
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cxF4F4F4
"ginset" = cx62646B
"ginsetheader" = colors("docbg")
"gdata" = cxDAB6B6
"gcdata" = cx000000
"goutlier" = cxDAB6B6
"gcoutlier" = cxFFFFFF
"gfit" = cxDAB6B6
"gfit2" = cxDAB6B6
"gcfit" = cxDAB6B6
"gcfit2" = cxDAB6B6
"gconfidence" = cx974A4E
"gconfidence2" = cx974A4E
"gcconfidence" = cxDAB6B6
"gcconfidence2" = cxDAB6B6
"gpredict" = cxDAB6B6
"gcpredict" = cxDAB6B6
"gpredictlim" = cx974A4E
"gcpredictlim" = cxDAB6B6
"gerror" = cxDAB6B6
"gcerror" = cxFFFFFF
/* Beige */
"gcontrollim" = cxDAB6B6
"gccontrollim" = cxFFFFFF
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cxDAB6B6
"gcstars" = cxFFFFFF
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = colors('docbg')
"gablock" = colors('docbg')
;
style GraphGridLines from GraphGridLines
"Grid line attributes"/
linestyle = 34;
style GraphDataText from GraphDataText /
color=GraphColors("gcdata");
end;
define Style styles.brick; parent = styles.default;
/* ----- */
style color_list /
"bgA" = cxE0E0E0
"fgA" = cx000000
"bgA1" = cxF0F0F0
"bgA2" = cxD2D2D2
"fgA2" = cxA80000
"bgA3" = cx909090
"fgA3" = cxFFFFFF
"bgA4" = cx808080
"fgA4" = cxFFFF77
"bgA5" = cxD2D2D2
"fgA5" = cxFFFF77
"bgB" = cxB0B0B0
"fgB" = cx000000
"fgB1" = cx004488
"fgB2" = cx0066AA
;
/* ----- */
style colors /
"docbg" = color_list("bgA")
"docfg" = color_list("fgA")
"contentbg" = color_list("bgB")
"contentfg" = color_list("fgB")
"link1" = color_list("fgB1")
"link2" = color_list("fgB2")
"Contitlefg" = color_list("fgB")
"Confolderfg" = color_list("fgB")
"Conentryfg" = color_list("fgB")
"systitlebg" = color_list("bgA")
"systitlefg" = color_list("fgA")
"titlebg" = color_list("bgA")
"titlefg" = color_list("fgA")
"proctitlebg" = color_list("bgA")
"proctitlefg" = color_list("fgA")
"captionbg" = color_list("bgA")
"captionfg" = color_list("fgA")
"bylinebg" = color_list("bgA")
"bylinefg" = color_list("fgA")
"notebg" = color_list("bgA")
"notefg" = color_list("fgA")
"tablebg" = color_list("bgA1")
"tableborder" = color_list("fgA")
"batchbg" = color_list("bgA3")
"batchfg" = color_list("fgA3")
"headerbg" = color_list("bgA2")
"headerfg" = color_list("fgA2")
"databg" = color_list("bgA3")
"datafg" = color_list("fgA3")
"databgstrong" = color_list("bgA4")
"datafgstrong" = color_list("fgA4")
"headerbgstrong" = color_list("bgA4")
"headerfgstrong" = color_list("fgA4")
"databgemph" = color_list("bgA4")
"datafgemph" = color_list("fgA4")
"headerbgemph" = color_list("bgA5")
"headerfgemph" = color_list("fgA2")
;
/* ----- */
style GraphColors /
"gdata1" = cx7F5D67
"gdata2" = cxD6BE65
"gdata3" = cxC95A5A
"gdata4" = cx647A84
"gdata5" = cx9C8D5E
"gdata6" = cx59915A
"gdata7" = cxC79356
"gdata8" = cx989181
"gdata9" = cx9FAF54
"gdata10" = cxC06F56
"gdata11" = cx519191
"gdata12" = cxC49595
"gcdata1" = cx734944
"gcdata2" = cxF9DA6C
"gcdata3" = cxEF6464
"gcdata4" = cx7E99A6
"gcdata5" = cxC0AD72
"gcdata6" = cx70B672
"gcdata7" = cxEDAD60
"gcdata8" = cxB4AA97
"gcdata9" = cxC1D664
"gcdata10" = cxE78262
"gcdata11" = cx68B8B8
"gcdata12" = cxDCA1A1
"gwalls" = cx82848B
"gfloor" = cx82848B
"glegend" = cx96979B
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cx505050
"goutlines" = cx000000
"gborderlines" = cx000000
"glabel" = cx8F0000
"gtext" = cx8F0000
"gramp2cstart" = cxFFFFFF
"gramp2cend" = cx7F5D67
"gconramp2cstart" = cxFFFFFF
"gconramp2cend" = cx99CCFF
"gramp3cstart" = cx7F5D67
"gramp3cneutral" = cxFFFFFF
"gramp3cend" = cxC95A5A
"gconramp3cstart" = cxFFFF00
"gconramp3cneutral" = cx00FFFF
"gconramp3cend" = cxEE82EE
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cxF4F4F4
"ginset" = cx62646B
"ginsetheader" = colors("docbg")
"gdata" = cx974A4E
"gcdata" = cx000000
"goutlier" = cx974A4E
"gcoutlier" = cxFFFFFF
"gfit" = cxDAB6B6
"gfit2" = cxDAB6B6
"gcfit" = cxDAB6B6
"gcfit2" = cxDAB6B6
"gconfidence" = cx974A4E
"gconfidence2" = cx974A4E
"gcconfidence" = cxDAB6B6
"gcconfidence2" = cxDAB6B6
"gpredict" = cxDAB6B6
"gcpredict" = cxDAB6B6
"gpredictlim" = cx974A4E
"gcpredictlim" = cxDAB6B6
"gerror" = cx974A4E
"gcerror" = cxFFFFFF
/* Brick */
"gcontrollim" = cx974A4E
"gccontrollim" = cxFFFFFF
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cx974A4E
"gcstars" = cxFFFFFF
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = colors('docbg')
"gablock" = colors('docbg')
;
style GraphGridLines from GraphGridLines
"Grid line attributes"/
linestyle = 34;
style GraphDataText from GraphDataText /
color = GraphColors("gcdata");
end;
define style styles.minimal;
Style Document /
ProtectSpecialChars = auto
HtmlContentType = "text/html"
HtmlDocType = ""
;
Style Body from Document /
PageBreakHtml = "
"
;
Style Contents from Document /
tagattr = " onload=""expandAll()"""
;
Style Pages from Document /
tagattr = " onload=""expandAll()"""
;
Style SysTitleAndFooterContainer from Container /
OutputWidth = 100%
;
Style TitleAndNoteContainer from Container /
OutputWidth = 100%
;
Style BylineContainer from Container /
OutputWidth = 100%
;
Style Output /
BorderWidth = 1
CellSpacing = 1
CellPadding = 7
Frame = Box
Rules = all
BorderCollapse = separate
;
Style IndexItem from Container /
ListEntryAnchor = yes
LeftMargin = 6pt
;
style ListItem from ListItem;
style List from List /
liststyletype = disc
just = left
width = 100%
;
style List2 from List /
liststyletype = circle
;
style List3 from List2 /
liststyletype = square
;
style Paragraph /
just = left
width = 100%
;
end;
define Style styles.brown; parent = styles.default;
/* ----- */
style color_list /
"bgA" = cx907C70
"fgA" = cx000000
"bgA1" = cxD8CCC8
"bgA2" = cxD2D2D2
"fgA2" = cxA80000
"bgA3" = cx909090
"fgA3" = cxFFFFFF
"bgA4" = cx808080
"fgA4" = cxFFFF77
"bgA5" = cxD2D2D2
"fgA5" = cxFFFF77
"bgB" = cxA89890
"fgB" = cx000000
"fgB1" = cx483320
"fgB2" = cx000000
;
/* ----- */
style colors /
"docbg" = color_list("bgA")
"docfg" = color_list("fgA")
"contentbg" = color_list("bgB")
"contentfg" = color_list("fgB")
"link1" = color_list("fgB1")
"link2" = color_list("fgB2")
"Contitlefg" = color_list("fgB")
"Confolderfg" = color_list("fgB")
"Conentryfg" = color_list("fgB")
"systitlebg" = color_list("bgA")
"systitlefg" = color_list("fgA")
"titlebg" = color_list("bgA")
"titlefg" = color_list("fgA")
"proctitlebg" = color_list("bgA")
"proctitlefg" = color_list("fgA")
"captionbg" = color_list("bgA")
"captionfg" = color_list("fgA")
"bylinebg" = color_list("bgA1")
"bylinefg" = color_list("fgA")
"notebg" = color_list("bgA")
"notefg" = color_list("fgA")
"tablebg" = color_list("bgA1")
"tableborder" = color_list("fgA")
"batchbg" = color_list("bgA1")
"batchfg" = color_list("fgA")
"headerbg" = color_list("bgB")
"headerfg" = color_list("fgA")
"databg" = color_list("bgA1")
"datafg" = color_list("fgA")
"databgstrong" = color_list("bgA1")
"datafgstrong" = color_list("fgA2")
"headerbgstrong" = color_list("bgA")
"headerfgstrong" = color_list("fgA")
"databgemph" = color_list("bgA1")
"datafgemph" = color_list("fgA2")
"headerbgemph" = color_list("bgA")
"headerfgemph" = color_list("fgA")
;
/* ----- */
style GraphColors /
"gdata1" = cxE3C65F
"gdata2" = cx89562D
"gdata3" = cx98AD65
"gdata4" = cx889EAB
"gdata5" = cxDBC1A0
"gdata6" = cxFCF0E0
"gdata7" = cxB3AC9D
"gdata8" = cxEFE29A
"gdata9" = cx515469
"gdata10" = cxC7985B
"gdata11" = cx544041
"gdata12" = cxABC6D3
"gcdata1" = cxC0A33C
"gcdata2" = cxA7744B
"gcdata3" = cx7A8F47
"gcdata4" = cx6A808D
"gcdata5" = cxC0A685
"gcdata6" = cxA7977E
"gcdata7" = cx958E7F
"gcdata8" = cxD3C67E
"gcdata9" = cx707388
"gcdata10" = cx96843E
"gcdata11" = cx725E5F
"gcdata12" = cx88A3B0
"gwalls" = cxD8CCC8
"gfloor" = cxD8CCC8
"glegend" = cxD8CCC8
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cxCCB09F
"goutlines" = cx000000
"gborderlines" = cx000000
"glabel" = cx000000
"gtext" = cx000000
"gramp2cstart" = cxFFFFFF
"gramp2cend" = cx889EAB
"gconramp2cstart" = cxFFFFFF
"gconramp2cend" = cx6497EB
"gramp3cstart" = cx889EAB
"gramp3cneutral" = cxFFFFFF
"gramp3cend" = cxC7985B
"gconramp3cstart" = cx0000FF
"gconramp3cneutral" = cxFF00FF
"gconramp3cend" = cxFF0000
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cx63554D
"ginset" = cxD8CCC8
"ginsetheader" = colors("docbg")
"gdata" = cxE8C2C2
"gcdata" = cx000000
"goutlier" = cxE8C2C2
"gcoutlier" = cx000000
"gfit" = cx73383B
"gfit2" = cx73383B
"gcfit" = cx73383B
"gcfit2" = cx73383B
"gconfidence" = cxE8C2C2
"gconfidence2" = cxE8C2C2
"gcconfidence" = cx73383B
"gcconfidence2" = cx73383B
"gpredict" = cx73383B
"gcpredict" = cx73383B
"gpredictlim" = cxE8C2C2
"gcpredictlim" = cx73383B
"gerror" = cxE8C2C2
"gcerror" = cx000000
/* Brown */
"gcontrollim" = cxE8C2C2
"gccontrollim" = cx000000
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cxE8C2C2
"gcstars" = cx000000
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = colors('docbg')
"gablock" = colors('docbg')
;
/* ----- */
Style Table from Table /
cellpadding=5
cellspacing=0
Frame = Box
Rules = all
;
/* ----- */
Style Byline from Byline /
BorderColorlight = color_list("fgA")
BorderColorDark = color_list("bgA1")
;
/* ----- */
style Data from Cell /
just = right
BackGround = colors("databg")
ForeGround = colors("datafg")
BorderColorlight = color_list("bgB")
BorderColorDark = color_list("bgA1")
;
/* ----- */
style Header from HeadersAndFooters /
BorderColorlight = color_list("fgA")
BorderColorDark = color_list("bgA1")
;
Style Graph from Graph "Graph attributes" /
cellspacing = 0
borderwidth = 1;
;
end;
define Style styles.D3D; parent = styles.beige;
/* ----- */
style color_list /
"bgA" = cxC0C0C0
"fgA" = cx000000
"bgA1" = cxE0E0E0
"bgA2" = cxD2D2D2
"fgA2" = cxA80000
"bgA3" = cx707070
"fgA3" = cxFFFFFF
"bgA4" = cx880000
"fgA4" = cxAAFFAA
"bgB" = cxB0B0B0
"fgB" = cxFFFFFF
"fgB1" = cx800080
"fgB2" = cx000080
"bgA5" = cxA0A0A0
;
/* ----- */
style colors /
"docbg" = color_list("bgA")
"docfg" = color_list("fgA")
"contentbg" = color_list("bgA3")
"contentfg" = color_list("fgB")
"link1" = color_list("fgB1")
"link2" = color_list("fgB2")
"Contitlefg" = color_list("fgB")
"Confolderfg" = color_list("fgB")
"Conentryfg" = color_list("fgB")
"systitlebg" = color_list("bgA")
"systitlefg" = color_list("fgA")
"titlebg" = color_list("bgA")
"titlefg" = color_list("fgA")
"captionbg" = color_list("bgA")
"captionfg" = color_list("fgA")
"proctitlebg" = color_list("bgA5")
"proctitlefg" = color_list("fgA")
"bylinebg" = color_list("bgA2")
"bylinefg" = color_list("fgA")
"notebg" = color_list("bgA2")
"notefg" = color_list("fgA")
"tablebg" = color_list("bgA")
"tableborder" = color_list("bgA1")
"batchbg" = color_list("bgA2")
"batchfg" = color_list("fgA")
"databg" = color_list("bgA2")
"datafg" = color_list("fgA")
"databgstrong" = color_list("bgA4")
"datafgstrong" = color_list("fgA4")
"databgemph" = color_list("bgA4")
"datafgemph" = color_list("fgA4")
"headerbg" = color_list("bgA3")
"headerfg" = color_list("fgA3")
"headerbgstrong" = color_list("bgA2")
"headerfgstrong" = color_list("fgA2")
"headerbgemph" = color_list("bgA2")
"headerfgemph" = color_list("fgA2")
;
/* ----- */
style GraphColors /
"gdata1" = cx7F5D67
"gdata2" = cxD6BE65
"gdata3" = cxC95A5A
"gdata4" = cx647A84
"gdata5" = cx9C8D5E
"gdata6" = cx59915A
"gdata7" = cxC79356
"gdata8" = cx989181
"gdata9" = cx9FAF54
"gdata10" = cxC06F56
"gdata11" = cx519191
"gdata12" = cxC49595
"gcdata1" = cxF34C38
"gcdata2" = cxB38FF3
"gcdata3" = cxD1789D
"gcdata4" = cxFF9342
"gcdata5" = cx37BAF2
"gcdata6" = cx9BB93F
"gcdata7" = cxA5B9F8
"gcdata8" = cxF7AC4E
"gcdata9" = cx64DEB8
"gcdata10" = cxF3B3F9
"gcdata11" = cxEDC440
"gcdata12" = cxBCF1CA
"gwalls" = cx62646B
"gfloor" = cx62646B
"glegend" = color_list("bgA")
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cx797C87
"goutlines" = cx000000
"gborderlines" = cx000000
"glabel" = cx000000
"gtext" = cx000000
"gramp2cstart" = cxFFFFFF
"gramp2cend" = cx7F5D67
"gconramp2cstart" = cxFFFFFF
"gconramp2cend" = cx99CCFF
"gramp3cstart" = cx7F5D67
"gramp3cneutral" = cxFFFFFF
"gramp3cend" = cxC95A5A
"gconramp3cstart" = cxFFFF00
"gconramp3cneutral" = cx00FFFF
"gconramp3cend" = cxEE82EE
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cxF4F4F4
"ginset" = cx62646B
"ginsetheader" = colors("docbg")
"gdata" = cx974A4E
"gcdata" = cxFFFFFF
"goutlier" = cx974A4E
"gcoutlier" = cxFFFFFF
"gfit" = cxDAB6B6
"gfit2" = cxDAB6B6
"gcfit" = cxDAB6B6
"gcfit2" = cxDAB6B6
"gconfidence" = cx974A4E
"gconfidence2" = cx974A4E
"gcconfidence" = cxDAB6B6
"gcconfidence2" = cxDAB6B6
"gpredict" = cxDAB6B6
"gcpredict" = cxDAB6B6
"gpredictlim" = cx974A4E
"gcpredictlim" = cxDAB6B6
"gerror" = cx974A4E
"gcerror" = cxFFFFFF
/* D3D */
"gcontrollim" = cx974A4E
"gccontrollim" = cxFFFFFF
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cx974A4E
"gcstars" = cxFFFFFF
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = colors('docbg')
"gablock" = colors('docbg')
;
style GraphGridLines from GraphGridLines
"Grid line attributes"/
linestyle = 34;
/* ----- */
style Output from Container /
BorderCollapse = separate
BorderColor = colors("tableborder")
CellSpacing = 1
cellpadding=5
Frame = Box
Rules = all
Borderwidth = 9
BorderColorlight = cxDDDDDD
BorderColorDark = cx666666
BackGround = colors("tablebg")
BorderStyle = outset
;
/* ----- */
Style Byline from Byline /
BorderColorlight = color_list("fgA")
BorderColorDark = color_list("bgA1")
;
/* ----- */
style Data from cell /
just = right
BackGround = colors("databg")
ForeGround = colors("datafg")
BorderColorlight = cxEEEEEE
BorderColorDark = cx555555
;
/* ----- */
style header from HeadersAndFooters /
BorderColorlight = cxEEEEEE
BorderColorDark = cx555555
;
end;
define Style styles.statdoc; parent = styles.default;
/* ----- */
style fonts /
"docFont" = (", Helvetica, sans-serif", 2)
"headingFont" = (", Helvetica, sans-serif", 2, bold)
"headingEmphasisFont" = (", Helvetica, sans-serif", 2, italic bold)
"FixedFont" = (", Courier, monospace", 2)
"FixedHeadingFont" = (", Courier, monospace", 2, bold)
"FixedStrongFont" = (", Courier, monospace", 2, bold)
"FixedEmphasisFont" = (", Courier, monospace", 2, italic)
"EmphasisFont" = (", Helvetica, sans-serif", 2, italic)
"StrongFont" = (", Helvetica, sans-serif", 2, italic bold)
"TitleFont" = (", Helvetica, sans-serif", 2, italic bold)
"TitleFont2" = (", Helvetica, sans-serif", 2, italic bold)
"SASTitleFont" = (", Helvetica, sans-serif", 2, italic bold)
;
style GraphFonts /
"GraphAnnoFont" = (", ", 10pt)
"GraphTitleFont" = (", ", 11pt, bold)
"GraphFootnoteFont" = (", ", 10pt, bold)
"GraphLabelFont" = (", ", 10pt, bold)
"GraphValueFont" = (", ", 9pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = (", ", 7pt)
;
/* ----- */
style colors /
"fg" = cx003399
"fg2" = cx0033AA
"bg2" = cxAAAAAA
"fg3" = cx000000
"bg3" = cxCCCCCC
"fg4" = cx0066AA
"bg4" = cx004488
"bg5" = cxE0E0E0
"link1" = cx004488
"link2" = cx0066AA
"titlefg" = _undef_
"contentfg" = cx0033AA
"contentbg" = cxB0B0B0
"docbg" = cxB0B0B0
;
/* ----- */
style GraphColors /
"gdata1" = CX669999
"gdata2" = CXCCCC66
"gdata3" = CX99667F
"gdata4" = CX668099
"gdata5" = CXCC6666
"gdata6" = CX99B3CC
"gdata7" = CXCC9966
"gdata8" = CXB3CC99
"gdata9" = CXAB81AB
"gdata10" = CX9999CC
"gdata11" = CX996633
"gdata12" = CXCCCC99
"gcdata1" = cx166F6F
"gcdata2" = cxA89100
"gcdata3" = cx7A003B
"gcdata4" = cx2A25D9
"gcdata5" = cxBD473D
"gcdata6" = cx3172B5
"gcdata7" = cxA75C15
"gcdata8" = cx538F51
"gcdata9" = cx8F37C8
"gcdata10" = cx686A8A
"gcdata11" = cx6A4723
"gcdata12" = cxB8B872
"gwalls" = cxFFFFFF
"gfloor" = cxCCCCC0
"glegend" = cxFFFFFF
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cxECECEC
"goutlines" = cx000000
"gborderlines" = cx000000
"glabel" = cx000000
"gtext" = cx000000
"gramp2cstart" = cxFFFFFF
"gramp2cend" = cxCC6666
"gconramp2cstart" = cxFFFFFF
"gconramp2cend" = cx99CCFF
"gramp3cstart" = cx668099
"gramp3cneutral" = cxFFFFFF
"gramp3cend" = cxCC9966
"gconramp3cstart" = cx0000FF
"gconramp3cneutral" = cxFF00FF
"gconramp3cend" = cxFF0000
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cx808080
"ginset" = cxFFFFFF
"ginsetheader" = colors("docbg")
"gdata" = cxB9CFE7
"gcdata" = cx000000
"goutlier" = cxB9CFE7
"gcoutlier" = cx000000
"gfit" = cx003178
"gfit2" = cx003178
"gcfit" = cx003178
"gcfit2" = cx003178
"gconfidence" = cxB9CFE7
"gconfidence2" = cxB9CFE7
"gcconfidence" = cx003178
"gcconfidence2" = cx003178
"gpredict" = cx003178
"gcpredict" = cx003178
"gpredictlim" = cxB9CFE7
"gcpredictlim" = cx003178
"gerror" = cxB9CFE7
"gcerror" = cx000000
/* StatDoc */
"gcontrollim" = cxE6F2FF
"gccontrollim" = cxBFC7D9
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cxB9CFE7
"gcstars" = cx000000
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = colors('docbg')
"gablock" = colors('docbg')
;
/*******************************************************************/
/* Abstract Styles for Common Groups of Attributes */
/*******************************************************************/
/* ----- */
style Container
;
/* ----- */
style Index from Container /
foreGround = colors("fg")
;
/*******************************************************************/
/* Styles for the Documents */
/*******************************************************************/
/* ----- */
style Contents from Document /
LeftMargin = 8
RightMargin = 8
BackGround = colors("bg2")
PageBreakHtml = html("break")
tagattr = " onload=""expandAll()"""
Bullet = "decimal"
;
/* ----- */
style Pages from Document /
LeftMargin = 8
RightMargin = 8
BackGround = colors("bg2")
PageBreakHtml = html("break")
tagattr = " onload=""expandAll()"""
Bullet = "decimal"
;
/*******************************************************************/
/* Styles for Dates */
/*******************************************************************/
/* ----- */
style Date from Container /
ForeGround = colors("fg3")
OutputWidth = 100%
;
style BodyDate from Date
;
/*******************************************************************/
/* Styles for Table of Contents and Pages */
/*******************************************************************/
/* ----- */
style IndexItem from Container /
Bullet = NONE
ListEntryAnchor = yes
PreHtml = html("fake bullet")
;
/* ----- */
style ContentFolder from IndexItem /
ListEntryAnchor = no
PreHtml = html("prehtml flyover bullet")
PostHtml = html("posthtml flyover")
;
/* ----- */
style IndexProcName from Index /
PreText = text("prefix1")
PostText = text("suffix1")
PreHtml = html("prehtml flyover")
PostHtml = html("posthtml flyover")
Bullet = "decimal"
ListEntryAnchor = no
;
/* ----- */
style IndexTitle from Index /
PreHtml = html("expandAll")
PostHtml = html("posthtml flyover line")
;
/*******************************************************************/
/* Styles for Titles, Footers and Bylines */
/*******************************************************************/
/* ----- */
style SysTitleAndFooterContainer from Container /
BorderWidth = 0
CellSpacing = 1
CellPadding = 1
OutputWidth = 100%
Frame = VOID
Rules = NONE
Font = Fonts("TitleFont2")
PreHtml = ""
PostHtml = ""
;
style TitleAndNoteContainer from Container /
BorderWidth = 0
CellSpacing = 1
CellPadding = 1
OutputWidth = 100%
Frame = VOID
Rules = NONE
PreHtml = ""
PostHtml = ""
;
style TitlesAndFooters from Container /
ForeGround = colors("fg")
Font = Fonts("TitleFont2")
;
style BylineContainer from Container /
BorderWidth = 0
CellSpacing = 1
CellPadding = 1
OutputWidth = 100%
Frame = VOID
Rules = NONE
;
/* ----- */
style SystemTitle from TitlesAndFooters /
Font = Fonts("TitleFont")
;
/* ----- */
style SystemFooter from TitlesAndFooters /
Font = Fonts("TitleFont")
;
/* ----- */
style Byline from TitlesAndFooters /
ForeGround = colors("fg2")
font = fonts("TitleFont")
;
/* ----- */
Style Parskip from TitlesAndFooters "Controls space between tables." /
font = fonts("headingFont")
cellpadding = 0 cellspacing = 0 /* Only for Measured */
;
/* ----- */
Style Continued from TitlesAndFooters "Controls continued flag" /
font = fonts("headingFont")
cellpadding = 0 cellspacing = 0 /* Only for Measured */
pretext = text("continued")
Width = 100%
Just=L
;
/* ----- */
style ProcTitle from TitlesAndFooters /
Font = fonts("TitleFont2")
;
/*******************************************************************/
/* Styles for Basic Types of Output */
/*******************************************************************/
/* ----- */
style Output from Container /
BorderWidth = 1
CellSpacing = 1
CellPadding = 7
Frame = BOX
Rules = GROUPS
BorderCollapse = separate
;
/* ----- */
style Table from Output /
PreHtml = ""
PostHtml = ""
;
/* ----- */
style Batch from Output
"Batch (capture) Output style."/
ForeGround = colors("fg")
Font = fonts("FixedFont")
;
/* ----- */
style Graph from Output
;
/*******************************************************************/
/* Styles for Notes */
/*******************************************************************/
/* ----- */
style Note from Container /
PreHtml = ""
PostHtml = ""
;
/* ----- */
style NoteBanner from Note /
PreText = text("Note Banner")
font = fonts("StrongFont")
;
/* ----- */
style NoteContent from Note "Controls the contents for NOTE:s." /
Just=L
;
/* ----- */
style NoteContentFixed from NoteContent "Controls the contents for NOTE:s. Fixed font." /
Font = fonts("FixedFont")
;
/* ----- */
style WarnBanner from Note "Controls the banner for WARNING:s." /
PreText = text("Warn Banner")
;
/* ----- */
style WarnContent from Note "Controls the contents of WARNING:s."/
Just=L
;
/* ----- */
style WarnContentFixed from WarnContent "Controls the contents for WARNING:s. Fixed font."/
Font = fonts("FixedFont")
;
/* ----- */
style ErrorBanner from Note "Controls the banner for ERROR:s." /
PreText = text("Error Banner")
;
/* ----- */
style ErrorContent from Note "Controls the contents of ERROR:s."/
Just=L
;
/* ----- */
style ErrorContentFixed from ErrorContent "Controls the contents for ERROR:s. Fixed font."/
Font = fonts("FixedFont")
;
/* ----- */
style FatalBanner from Note "Controls the banner for FATAL:s."/
PreText = text("Fatal Banner")
;
/* ----- */
style FatalContent from Note "Controls the contents of FATAL:s."/
Just=L
;
/* ----- */
style FatalContentFixed from FatalContent "Controls the contents for FATAL:s. Fixed font."/
Font = fonts("FixedFont")
;
/*******************************************************************/
/* Styles for Data Cells */
/*******************************************************************/
/* ----- */
style Data from Cell /
just = right
BackGround = colors("bg3")
ForeGround = colors("fg3")
Font = Fonts("DocFont")
;
/* ----- */
style DataEmphasis from Data /
just = right
font = fonts("EmphasisFont")
;
/* ----- */
style DataEmphasisFixed from DataEmphasis /
just = right
font = fonts("FixedEmphasisFont")
;
/* ----- */
style DataStrong from Data /
just = right
font = fonts("StrongFont")
;
/*******************************************************************/
/* Styles for Header, Footer and Caption Cells */
/*******************************************************************/
/* ----- */
style HeadersAndFooters from Cell /
BackGround = colors("bg2")
ForeGround = colors("fg2")
font = fonts("HeadingFont")
;
/* ----- */
style Caption from HeadersAndFooters
;
/*******************************************************************/
/* Styles for Header Cells */
/*******************************************************************/
/* ----- */
style HeaderEmphasis from Header /
font = fonts("EmphasisFont")
;
/* ----- */
style HeaderStrong from Header /
font = fonts("StrongFont")
;
/*******************************************************************/
/* Styles for Graphs */
/*******************************************************************/
style GraphBackground "Graph background attributes" /
Color = cxFFFFFF
Background = cxFFFFFF
;
end;
define Style styles.journal; parent = styles.default;
style fonts /
'SASTitleFont' = (", Helvetica, Helv",2,bold italic)
'TitleFont2' = (", Helvetica, Helv",2,bold italic)
'TitleFont' = (", Helvetica, Helv",2,bold italic)
'StrongFont' = (", Helvetica, Helv",2,bold italic)
'EmphasisFont' = (", Helvetica, Helv",2,italic)
'FixedEmphasisFont' = (", Helvetica, Helv",2,bold italic)
'FixedStrongFont' = (", Helvetica, Helv",2,bold)
'FixedHeadingFont' = (", Helvetica, Helv",2,italic)
'FixedFont' = (", Helvetica, Helv",2)
'headingEmphasisFont' = (", Helvetica, Helv",2,bold italic)
'headingFont' = (", Helvetica, Helv",2,italic)
'docFont' = (", Helvetica, Helv",2);
style GraphFonts /
"GraphAnnoFont" = (", ", 10pt)
'GraphDataFont' = (", ",7pt)
'GraphValueFont' = (", ",9pt)
"GraphUnicodeFont" = ("", 9pt)
'GraphLabelFont' = (", ",10pt)
'GraphFootnoteFont' = (", ",10pt)
'GraphTitleFont' = (", ",11pt);
style colors /
'docbg' = cxFFFFFF
'contentbg' = cxFFFFFF
'contentfg' = cx000000
'titlefg' = _undef_
'link2' = cx0066AA
'link1' = cx004488
'bg5' = cxFFFFFF
'bg4' = cxFFFFFF
'fg4' = cx000000
'bg3' = cxFFFFFF
'fg3' = cx000000
'bg2' = cxFFFFFF
'bgA1' = cxFFFFFF
'fgA1' = cx000000
'fg2' = cx000000
'fg' = cx000000;
style GraphColors /
'gdata12' = CX080808
'gdata6' = CX1c1c1c
'gdata4' = CX303030
'gdata10' = CX454545
'gdata3' = CX595959
'gdata9' = CX6e6e6e
'gdata2' = CX828282
'gdata8' = CX969696
'gdata7' = CXababab
'gdata1' = CXbfbfbf
'gdata5' = CXcfcfcf
'gdata11' = CXe1e1e1
'gcdata1' = cx000000
'gcdata2' = cx000000
'gcdata3' = cx000000
'gcdata4' = cx000000
'gcdata5' = cx000000
'gcdata6' = cx000000
'gcdata7' = cx000000
'gcdata8' = cx000000
'gcdata9' = cx000000
'gcdata10' = cx000000
'gcdata11' = cx000000
'gcdata12' = cx000000
'gwalls' = cxFFFFFF
'gfloor' = cxCCCCCC
'glegend' = cxFFFFFF
'gshadow' = cx000000
'gaxis' = cx000000
'ggrid' = cxECECEC
'goutlines' = cx000000
'gborderlines' = cx000000
'glabel' = cx000000
'gtext' = cx000000
'gconramp2cstart' = cxF0F0F0
'gconramp2cend' = cx5F5F5F
'gconramp3cstart' = cxC4C4C4
'gconramp3cneutral' = cx777777
'gconramp3cend' = cx000000
'gramp2cstart' = cx5F5F5F
'gramp2cend' = cxF0F0F0
'gramp3cstart' = cxF0F0F0
'gramp3cneutral' = cxA7A7A7
'gramp3cend' = cx5F5F5F
'gheader' = colors('docbg')
'greferencelines' = cx808080
'ginset' = cxFFFFFF
'ginsetheader' = colors('docbg')
'gdata' = cxD2D2D2
'gcdata' = cx000000
'goutlier' = cxA0A0A0
'gcoutlier' = cx000000
'gfit' = cx000000
'gfit2' = cx000000
'gcfit' = cx000000
'gcfit2' = cx000000
'gconfidence' = cxC8C8C8
'gconfidence2' = cxA8A8A8
'gcconfidence' = cx000000
'gcconfidence2' = cx000000
'gpredict' = cx000000
'gcpredict' = cx000000
'gpredictlim' = cxC8C8C8
'gcpredictlim' = cx000000
'gerror' = cxA0A0A0
'gcerror' = cx000000
/* JOURNAL */
'gcontrollim' = cxF0F0F0
'gccontrollim' = cxC2C2C2
'gruntest' = cxDDDDDD
'gcruntest' = cxA3A3A3
'gstars' = cxD2D2D2
'gcstars' = cx000000
'gclipping' = cxD2D2D2
'gcclipping' = cx000000
'gblock' = cxF2F2F2
'gablock' = cxE0E0E0
;
style Container;
style Index from Container /
color = colors('fg');
style Contents from Document /
liststyletype = "decimal"
tagattr = " onload=""expandAll()"""
pagebreakhtml = html('break')
backgroundcolor = colors('bg2')
marginright = 8
marginleft = 8;
style Pages from Document /
liststyletype = "decimal"
tagattr = " onload=""expandAll()"""
pagebreakhtml = html('break')
backgroundcolor = colors('bg2')
marginright = 8
marginleft = 8;
style Date from Container /
width = 100%
color = colors('fg3');
style BodyDate from Date;
style IndexItem from Container /
font = Fonts('docFont')
prehtml = html('fake bullet')
listentryanchor = on
liststyletype = NONE;
style ContentFolder from IndexItem /
font = Fonts('docFont')
posthtml = html('posthtml flyover')
prehtml = html('prehtml flyover bullet')
listentryanchor = off;
style IndexProcName from Index /
font = Fonts('FixedEmphasisFont')
listentryanchor = off
liststyletype = "decimal"
posthtml = html('posthtml flyover')
prehtml = html('prehtml flyover')
posttext = text('suffix1')
pretext = text('prefix1');
style IndexTitle from Index /
font = Fonts('FixedStrongFont')
posthtml = html('posthtml flyover line')
prehtml = html('expandAll');
style SysTitleAndFooterContainer from Container /
posthtml = ""
prehtml = ""
font = Fonts('TitleFont2')
rules = NONE
frame = VOID
width = 100%
cellpadding = 1
cellspacing = 0
borderwidth = 0;
style TitleAndNoteContainer from Container /
posthtml = ""
prehtml = ""
rules = NONE
frame = VOID
width = 100%
cellpadding = 1
cellspacing = 1
borderwidth = 0;
style TitlesAndFooters from Container /
font = Fonts('TitleFont2')
color = colors('fg');
style BylineContainer from Container /
rules = NONE
frame = VOID
width = 100%
cellpadding = 1
cellspacing = 1
borderwidth = 0;
style SystemTitle from TitlesAndFooters /
font = Fonts('TitleFont');
style SystemFooter from TitlesAndFooters /
font = Fonts('TitleFont');
style Byline from TitlesAndFooters /
font = fonts('TitleFont')
color = colors('fg2');
style Parskip from TitlesAndFooters /
cellspacing = 0
cellpadding = 0
font = fonts('headingFont');
style Continued from TitlesAndFooters
"Controls continued flag" /
textalign = left
width = 100%
pretext = text('continued')
cellspacing = 0
cellpadding = 0
font = fonts('headingFont');
style ProcTitle from TitlesAndFooters /
font = fonts('TitleFont2');
style Output from Container /
BorderCollapse = separate
backgroundcolor = colors('bgA1')
rules = GROUPS
frame = HSIDES
cellpadding = 7
cellspacing = 0
borderwidth = 1
bordercolor = colors('fgA1');
style Table from Output /
posthtml = ""
prehtml = "";
style Batch from Output
"Batch (capture) Output style." /
font = fonts('FixedFont')
color = colors('fg');
style Graph from Output;
style Note from Container /
posthtml = ""
prehtml = "";
style NoteBanner from Note /
font = fonts('StrongFont')
pretext = text('Note Banner');
style NoteContent from Note
"Controls the contents for NOTE:s." /
textalign = left;
style NoteContentFixed from NoteContent
"Controls the contents for NOTE:s. Fixed font." /
font = fonts('FixedFont');
style WarnBanner from Note
"Controls the banner for WARNING:s." /
pretext = text('Warn Banner');
style WarnContent from Note
"Controls the contents of WARNING:s." /
textalign = left;
style WarnContentFixed from WarnContent
"Controls the contents for WARNING:s. Fixed font." /
font = fonts('FixedFont');
style ErrorBanner from Note
"Controls the banner for ERROR:s." /
pretext = text('Error Banner');
style ErrorContent from Note
"Controls the contents of ERROR:s." /
textalign = left;
style ErrorContentFixed from ErrorContent
"Controls the contents for ERROR:s. Fixed font." /
font = fonts('FixedFont');
style FatalBanner from Note
"Controls the banner for FATAL:s." /
pretext = text('Fatal Banner');
style FatalContent from Note
"Controls the contents of FATAL:s." /
textalign = left;
style FatalContentFixed from FatalContent
"Controls the contents for FATAL:s. Fixed font." /
font = fonts('FixedFont');
style Data from Cell /
just = right
font = Fonts('DocFont')
color = colors('fg3')
backgroundcolor = colors('bg3');
style DataEmphasis from Data /
just = right
font = fonts('EmphasisFont');
style DataEmphasisFixed from DataEmphasis /
just = right
font = fonts('FixedEmphasisFont');
style DataStrong from Data /
just = right
font = fonts('StrongFont');
style HeadersAndFooters from Cell /
font = fonts('HeadingFont')
color = colors('fg2')
backgroundcolor = colors('bg2');
style Caption from HeadersAndFooters;
style HeaderEmphasis from Header /
font = fonts('EmphasisFont');
style HeaderStrong from Header /
font = fonts('StrongFont');
Style GraphData1 from GraphData1 /
markersymbol = "circle"
;
Style GraphData2 from GraphData2 /
markersymbol = "plus"
;
Style GraphData3 from GraphData3 /
markersymbol = "X"
;
Style GraphData4 from GraphData4 /
markersymbol = "triangle"
;
Style GraphData5 from GraphData5 /
markersymbol = "tilde"
;
Style GraphData6 from GraphData6 /
markersymbol = "ibeam"
;
Style GraphData7 from GraphData7 /
markersymbol = "square"
;
Style GraphData8 from GraphData8 /
markersymbol = "asterisk"
;
Style GraphData9 from GraphData9 /
markersymbol = "diamond"
;
Style GraphData10 from GraphData10 /
markersymbol = "union"
;
Style GraphData11 from GraphData11 /
markersymbol = "hash"
;
Style GraphData12 from GraphData12 /
markersymbol = "tack"
;
Style GraphData13 from GraphComponent /
markersymbol = "homedown"
;
Style GraphData14 from GraphComponent /
markersymbol = "greaterthan"
;
Style GraphData15 from GraphComponent /
markersymbol = "arrow"
;
style GraphHistogram from GraphComponent /
displayopts = "fill outline";
style GraphEllipse from GraphComponent /
displayopts = "outline";
style GraphBand from GraphComponent /
displayopts = "fill";
style GraphBox from GraphComponent /
capstyle = "serif"
connect = "mean"
displayopts = "fill caps median mean outliers";
style GraphContour from GraphContour /
displayopts = "LabeledLine";
end;
/*----------------------------------------------------------------*/
/*-- Define a Special Style That Looks Sharp on a (B&W) Printer */
/*----------------------------------------------------------------*/
define Style styles.Printer; parent = styles.default;
/* ----- */
style fonts /
"docFont" = (", Times Roman", 10pt)
"headingFont" = (", Times Roman", 11pt, bold)
"headingEmphasisFont" = (", Times Roman", 11pt, bold italic)
"FixedFont" = (", Courier", 9pt)
"BatchFixedFont" = ("SAS Monospace, , Courier", 6.7pt)
"FixedHeadingFont" = (", Courier", 9pt, bold)
"FixedStrongFont" = (", Courier", 9pt, bold)
"FixedEmphasisFont" = (", Courier", 9pt, italic)
"EmphasisFont" = (", Times Roman", 10pt, italic)
"StrongFont" = (", Times Roman", 10pt, bold)
"TitleFont" = (", Times Roman", 13pt, italic bold)
"TitleFont2" = (", Times Roman", 12pt, italic bold)
;
/* ----- */
style GraphFonts /
"GraphAnnoFont" = (", ", 10pt)
"GraphTitleFont" = (", ", 11pt, bold)
"GraphFootnoteFont" = (", ", 10pt)
"GraphLabelFont" = (", ", 10pt)
"GraphValueFont" = (", ", 9pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = (", ", 7pt)
;
/* ----- */
style Table from Output /
BorderWidth = 0.75pt
CellSpacing = 0.25pt
CellPadding = 4pt
Rules = ALL
BorderCollapse = separate
;
style Graph from Graph /
cellspacing = 0.25pt
borderwidth = 0.75pt;
/* ----- */
style color_list "Colors used in the default style" /
"bg" = _undef_
"fg" = black
"bgH" = grayBB
"link" = blue
;
/* ----- */
style Body from Document
"Undef margins so we get the margins from the printer or SYS option" /
PageBreakHtml = html("PageBreakLine")
LeftMargin = _undef_
RightMargin = _undef_
TopMargin = _undef_
BottomMargin = _undef_
;
/* Table background need not be black because the table sets Rules=ALL
* to force on all the rules anyway. */
/* ----- */
style colors "Abstract colors used in the default style" /
"docbg" = color_list("bg")
"docfg" = color_list("fg")
"contentbg" = color_list("bg")
"contentfg" = color_list("fg")
"link1" = color_list("link")
"link2" = color_list("link")
"Contitlefg" = color_list("fg")
"Confolderfg" = color_list("fg")
"Conentryfg" = color_list("fg")
"systitlebg" = color_list("bg")
"systitlefg" = color_list("fg")
"titlebg" = color_list("bg")
"titlefg" = color_list("fg")
"proctitlebg" = color_list("bg")
"proctitlefg" = color_list("fg")
"captionbg" = color_list("bg")
"captionfg" = color_list("fg")
"bylinebg" = color_list("bg")
"bylinefg" = color_list("fg")
"notebg" = color_list("bg")
"notefg" = color_list("fg")
"tablebg" = color_list("bg")
"tableborder" = color_list("fg")
"batchfg" = color_list("fg")
"batchbg" = color_list("bg")
"databg" = color_list("bg")
"datafg" = color_list("fg")
"databgstrong" = color_list("bg")
"datafgstrong" = color_list("fg")
"databgemph" = color_list("bg")
"datafgemph" = color_list("fg")
"headerbg" = color_list("bgH")
"headerfg" = color_list("fg")
"headerbgstrong" = color_list("bgH")
"headerfgstrong" = color_list("fg")
"headerbgemph" = color_list("bgH")
"headerfgemph" = color_list("fg")
;
/* ----- */
style GraphColors "Abstract colors used in graph styles" /
"gdata1" = cx7C95CA
"gdata2" = cxDE7E6F
"gdata3" = cx66A5A0
"gdata5" = cxB689CD
"gdata4" = cxA9865B
"gdata7" = cx94BDE1
"gdata6" = cxBABC5C
"gdata8" = cxCD7BA1
"gdata9" = cxCF974B
"gdata10" = cx87C873
"gdata11" = cxB7AEF1
"gdata12" = cxDDD17E
"gcdata1" = cx2A25D9
"gcdata2" = cxB2182B
"gcdata3" = cx01665E
"gcdata5" = cx9D3CDB
"gcdata4" = cx543005
"gcdata7" = cx2597FA
"gcdata6" = cx7F8E1F
"gcdata8" = cxB26084
"gcdata9" = cxD17800
"gcdata10" = cx47A82A
"gcdata11" = cxB38EF3
"gcdata12" = cxF9DA04
"gwalls" = _undef_
"gfloor" = cxFFFFFF
"glegend" = cxFFFFFF
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cxECECEC
"goutlines" = cx000000
"gborderlines" = cx000000
"glabel" = cx000000
"gtext" = cx000000
"gramp2cstart" = cxF1F0F6
"gramp2cend" = cx5E528B
"gconramp2cstart" = cxFFFFFF
"gconramp2cend" = cx6497EB
"gramp3cstart" = cx6497EB
"gramp3cneutral" = cxFFFFFF
"gramp3cend" = cxDD6060
"gconramp3cstart" = cx0000FF
"gconramp3cneutral" = cxFF00FF
"gconramp3cend" = cxFF0000
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cx808080
"ginset" = cxFFFFFF
"ginsetheader" = colors("docbg")
"gdata" = cxB9CFE7
"gcdata" = cx000000
"goutlier" = cxB9CFE7
"gcoutlier" = cx000000
"gfit" = cx003178
"gfit2" = cx003178
"gcfit" = cx003178
"gcfit2" = cx003178
"gconfidence" = cxB9CFE7
"gconfidence2" = cxB9CFE7
"gcconfidence" = cx003178
"gcconfidence2" = cx003178
"gpredict" = cx003178
"gcpredict" = cx003178
"gpredictlim" = cxB9CFE7
"gcpredictlim" = cx003178
"gerror" = cxB9CFE7
"gcerror" = cx000000
/* Printer */
"gcontrollim" = cxE6F2FF
"gccontrollim" = cxBFC7D9
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cxB9CFE7
"gcstars" = cx000000
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = cxD7DFEF
"gablock" = cxF1F0F6
;
/* ----- */
Style ContentTitle from IndexTitle
"Controls the title of the Contents file." /
just=c
PreText = text("content title")
Font = fonts("TitleFont")
topmargin=3ex bottommargin=4ex
outputwidth=100%
leftmargin=1em rightmargin=1em
fillrulewidth=0.5pt
;
style PrintedContentsLabel
"Sort of a post-posttext for the CONTENTS" /
PreText = "(*ESC*){tocentryindent 2em}"
PostText = " (*ESC*){leaders . }(*ESC*){tocentrypage}"
;
/* ----- */
style ContentItem from IndexItem
"Controls the leafnode item in the Contents file." /
just=l
leftmargin=15%
rightmargin=15%
;
/* ----- */
style ContentFolder from IndexItem
"Controls the generic folder definition in the Contents file." /
ForeGround = colors("confolderfg")
ListEntryAnchor = no
just=l
leftmargin=15%
rightmargin=15%
;
/* ----- */
style ContentProcName from IndexProcName
"Controls the proc name in the Contents file." /
just=l
leftmargin=15%
rightmargin=15%
;
/* ODS Proclabel Version */
style ContentProcLabel from ContentProcName
"Controls the proc label in the Contents file." /
PreText = _undef_
PostText = _undef_
;
style Date from Container
"Abstract. Controls how date fields look." /
ForeGround = colors("contentfg")
BackGround = colors("contentbg")
OutputWidth = _undef_
;
/* Because the document background color is _undefined_, you need */
/* to force the correct color because all graph renderers do not */
/* have the same defaults. Set the color */
/* directly in the element instead of creating a new color slot */
/* that would have to be dealt with downstream. Setting the */
/* color in the element also lessens any impact on other styles */
/* you might have defined that inherit from printer. */
class GraphBackground /
Color = cxFFFFFF
BackGroundColor = cxFFFFFF
;
style GraphBox from GraphBox /
displayopts = "fill caps median mean outliers"
;
style GraphHistogram from GraphHistogram /
displayopts = "fill outline"
;
style GraphEllipse from GraphEllipse /
displayopts = "outline"
;
style GraphBand from GraphBand /
displayopts = "fill"
;
style GraphContour from GraphContour /
displayopts = "LabeledLine"
;
end;
define Style styles.fancyPrinter; parent = styles.Printer;
/* ----- */
style fonts /
"docFont" = ("Palatino, , Times Roman", 10pt)
"headingFont" = ("ITC Zapf Chancery, Palatino, , Times Roman", 12pt, italic)
"headingEmphasisFont" = ("ITC Zapf Chancery, Palatino, , Times Roman", 13pt, italic bold)
"FixedFont" = (", Courier", 10pt)
"BatchFixedFont" = ("SAS Monospace, , Courier", 8pt)
"FixedHeadingFont" = (", Courier", 10pt, bold)
"FixedStrongFont" = (", Courier", 10pt, bold)
"FixedEmphasisFont" = (", Courier", 10pt, italic)
"EmphasisFont" = ("Palatino, Book Antiqua, , Times Roman", 10pt, italic bold)
"StrongFont" = ("Palatino, Book Antiqua, , Times Roman", 10pt, bold)
"TitleFont" = ("Palatino, , , Times Roman", 13pt, italic bold)
"TitleFont2" = ("Palatino, , , Times Roman", 13pt, italic bold)
;
style GraphFonts /
"GraphAnnoFont" = ("Palatino, ", 10pt)
"GraphTitleFont" = ("Palatino, ", 12pt, bold)
"GraphFootnoteFont" = ("Palatino, ", 11pt, bold)
"GraphLabelFont" = ("Palatino, ", 11pt, bold)
"GraphValueFont" = ("Palatino, ", 10pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = ("Palatino, ", 8pt)
;
/* ----- */
style Table from Output /
BorderWidth = 0.75pt
CellSpacing = 0.25pt
CellPadding = 4pt
Rules = ALL
BorderCollapse = separate
;
Style Graph from Graph "Graph attributes" /
borderwidth = 0.75pt
cellspacing = 0.25pt;
end;
define Style styles.serifPrinter; parent = styles.Printer;
/* ----- */
style fonts /
"docFont" = ("New Century Schoolbook, , Times Roman", 10pt)
"headingFont" = ("New Century Schoolbook, , Times Roman", 11pt, bold)
"headingEmphasisFont" = ("New Century Schoolbook, , Times Roman", 11pt, bold italic)
"FixedFont" = (", Courier", 9pt)
"BatchFixedFont" = ("SAS Monospace, , Courier", 7pt)
"FixedHeadingFont" = (", Courier", 9pt, bold)
"FixedStrongFont" = (", Courier", 9pt, bold)
"FixedEmphasisFont" = (", Courier", 9pt, italic)
"EmphasisFont" = ("New Century Schoolbook, , Times Roman", 10pt, italic bold)
"StrongFont" = ("New Century Schoolbook, , Times Roman", 10pt, bold)
"TitleFont" = ("New Century Schoolbook, , Times Roman", 13pt, italic bold)
"TitleFont2" = ("New Century Schoolbook, , Times Roman", 12pt, italic bold)
;
style GraphFonts /
"GraphAnnoFont" = ("New Century Schoolbook, ", 10pt)
"GraphTitleFont" = ("New Century Schoolbook, ", 12pt, bold)
"GraphFootnoteFont" = ("New Century Schoolbook, ", 11pt, bold)
"GraphLabelFont" = ("New Century Schoolbook, ", 11pt, bold)
"GraphValueFont" = ("New Century Schoolbook, ", 10pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = ("New Century Schoolbook, ", 8pt)
;
/* ----- */
style Table from Output /
BorderWidth = 0.25pt
CellSpacing = 0.25pt
CellPadding = 4pt
Rules = ALL
BorderCollapse = separate
;
end;
define Style styles.sansPrinter; parent = styles.Printer;
/* ----- */
style fonts /
"docFont" = (", Helvetica", 10pt)
"headingFont" = (", Helvetica", 11pt, bold)
"headingEmphasisFont" = (", Helvetica", 11pt, bold italic)
"FixedFont" = (", Courier", 9pt)
"BatchFixedFont" = ("SAS Monospace, , Courier", 7pt)
"FixedHeadingFont" = (", Courier", 9pt, bold)
"FixedStrongFont" = (", Courier", 9pt, bold)
"FixedEmphasisFont" = (", Courier", 9pt, italic)
"EmphasisFont" = (", Helvetica", 10pt, italic)
"StrongFont" = (", Helvetica", 10pt, bold)
"TitleFont" = (", Helvetica", 13pt, italic bold)
"TitleFont2" = (", Helvetica", 12pt, italic bold)
;
/* ----- */
style GraphFonts /
"GraphAnnoFont" = (", Helvetica", 10pt)
"GraphTitleFont" = (", Helvetica", 11pt, bold)
"GraphFootnoteFont" = (", Helvetica", 10pt, bold)
"GraphLabelFont" = (", Helvetica", 10pt, bold)
"GraphValueFont" = (", Helvetica", 9pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = (", Helvetica", 7pt)
;
/* ----- */
style Table from Output /
BorderWidth = 0.5pt
CellSpacing = 0.5pt
CellPadding = 4pt
Rules = ALL
BorderCollapse = separate
;
end;
define Style styles.sasdocPrinter; parent = styles.Printer;
/* ----- */
style fonts /
"docFont" = ("ITC Bookman, , Times Roman", 10pt)
"headingFont" = ("ITC Bookman, , Times Roman", 11pt, bold)
"headingEmphasisFont" = ("ITC Bookman, , Times Roman", 11pt, bold italic)
"FixedFont" = (", Courier", 9pt)
"BatchFixedFont" = ("SAS Monospace, , Courier", 7pt)
"FixedHeadingFont" = (", Courier", 9pt, bold)
"FixedStrongFont" = (", Courier", 9pt, bold)
"FixedEmphasisFont" = (", Courier", 9pt, italic)
"EmphasisFont" = ("ITC Bookman, , Times Roman", 10pt, italic)
"StrongFont" = ("ITC Bookman, , Times Roman", 10pt, bold)
"TitleFont" = (", Helvetica", 13pt, bold)
"TitleFont2" = (", Helvetica", 12pt, bold)
;
/* ----- */
style GraphFonts /
"GraphAnnoFont" = ("ITC Bookman, ", 10pt)
"GraphTitleFont" = ("ITC Bookman, ", 12pt, bold)
"GraphFootnoteFont" = ("ITC Bookman, ", 11pt, bold)
"GraphLabelFont" = ("ITC Bookman, ", 11pt, bold)
"GraphValueFont" = ("ITC Bookman, ", 10pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = ("ITC Bookman, ", 8pt)
;
/* ----- */
style Table from Output /
BorderWidth = 0.75pt
CellSpacing = 0.75pt
CellPadding = 4pt
Frame = HSIDES
BackGround = _undef_
BorderCollapse = separate
;
style HeadersAndFooters from Cell /
font = fonts("HeadingFont")
;
end;
/****************************************************************************/
/* Generic Theme Style */
/****************************************************************************/
define style styles.theme; parent=styles.default;
/* Assign colors */
%let ActiveTitle = %STR(activecaption);
%let Background = %STR(background);
%let Hilight = %STR(highlight);
%let HilightText = %STR(highlighttext);
%let TitleText = %STR(captiontext);
%let Window = %STR(window);
%let WindowText = %STR(windowtext);
%let Scrollbar = %STR(scrollbar);
%let InactiveTitle = %STR(inactivecaption);
%let Menu = %STR(menu);
%let WindowFrame = %STR(windowframe);
%let MenuText = %STR(menutext);
%let ActiveBorder = %STR(activeborder);
%let InactiveBorder = %STR(inactiveborder);
%let AppWorkspace = %STR(appworkspace);
%let ButtonFace = %STR(buttonface);
%let ButtonShadow = %STR(buttonshadow);
%let GrayText = %STR(graytext);
%let ButtonText = %STR(buttontext);
%let InactiveTitleText = %STR(inactivecaptiontext);
%let ButtonHilight = %STR(buttonhighlight);
%let ButtonDkShadow = %STR(buttonshadow);
%let ButtonLight = %STR(buttonhighlight);
%let InfoText = %STR(infotext);
%let InfoWindow = %STR(infobackground);
/* Assign background properties */
%let BackgroundImage = %STR();
%let Watermark = %STR(1);
/* Assign sounds */
%let AppGPFault = %STR();
%let Maximize = %STR();
%let Minimize = %STR();
%let MenuCommand = %STR();
%let MenuPopup = %STR();
%let Open = %STR();
%let Close = %STR();
%let RestoreDown = %STR();
%let RestoreUp = %STR();
%let RingIn = %STR();
%let Ringout = %STR();
%let SystemAsterisk = %STR();
%let SystemDefault = %STR();
%let SystemExclamation = %STR();
%let SystemExit = %STR();
%let SystemHand = %STR();
%let SystemQuestion = %STR();
%let SystemStart = %STR();
%let EmptyRecycleBin = %STR();
/* Assign images */
%let NoteImage = %STR();
%let WarnImage = %STR();
%let ErrorImage = %STR();
%let FatalImage = %STR();
style fonts /
"docFont" = (", sans-serif", 2)
"headingFont" = (", sans-serif", 3, bold)
"headingEmphasisFont" = (", sans-serif", 3, italic bold)
"FixedFont" = (", monospace", 3 )
"FixedHeadingFont" = (", monospace", 3 )
"FixedStrongFont" = (", monospace", 3, bold)
"FixedEmphasisFont" = (", monospace", 2, italic)
"EmphasisFont" = (", sans-serif", 2, italic)
"StrongFont" = (", sans-serif", 3, bold)
"TitleFont" = (", sans-serif", 4, italic bold)
"TitleFont2" = (", sans-serif", 3, italic bold)
"NoFont" = ("",2)
;
style GraphFonts /
"GraphAnnoFont" = (", ", 10pt)
"GraphTitleFont" = (", ", 11pt, bold)
"GraphFootnoteFont" = (", ", 10pt, bold)
"GraphLabelFont" = (", ", 10pt, bold)
"GraphValueFont" = (", ", 9pt)
"GraphUnicodeFont" = ("", 9pt)
"GraphDataFont" = (", ", 7pt)
;
/* Set embeds */
/*
%let Maximize = %STR();
%let Minimize = %STR();
%let MenuCommand = %STR();
%let MenuPopup = %STR();
%let SystemStart = %STR();
%let SystemQuestion = %STR();
%let AppGPFault = %STR();
%let SystemAsterisk = %STR();
%let SystemExclamation = %STR();
*/
style colors /
"docbg" = &Background
"docfg" = &MenuText
"contentbg" = &Menu
"contentfg" = &MenuText
"link1" = &ActiveTitle
"link2" = &Background
"Contitlefg" = &MenuText
"Confolderfg" = &MenuText
"Conentryfg" = &MenuText
"systitlebg" = &Background
"systitlefg" = &ActiveBorder
"titlebg" = &Background
"titlefg" = &ActiveBorder
"proctitlebg" = &Background
"proctitlefg" = &ActiveBorder
"captionbg" = &Background
"captionfg" = &MenuText
"bylinebg" = &ActiveTitle
"bylinefg" = &TitleText
"notebg" = &Hilight
"notefg" = &HilightText
"tablebg" = &AppWorkspace
"tableborder" = &MenuText
"batchfg" = &MenuText
"batchbg" = &Menu
"databg" = &Menu
"datafg" = &MenuText
"databgstrong" = &Menu
"datafgstrong" = &MenuText
"databgemph" = &Menu
"datafgemph" = &MenuText
"headerbg" = &ActiveTitle
"headerfg" = &TitleText
"headerbgstrong" = &ActiveTitle
"headerfgstrong" = &TitleText
"headerbgemph" = &ActiveTitle
"headerfgemph" = &TitleText
"hilight" = &Hilight
"hilighttext" = &HilightText
;
style GraphColors /
"gdata1" = cx193296
"gdata2" = cxFFC500
"gdata3" = cx560467
"gdata4" = cx26C4BE
"gdata5" = cxC3050E
"gdata6" = cxFF9600
"gdata7" = cxAB2CED
"gdata8" = cxFFE400
"gdata9" = cx6170FF
"gdata10" = cx75006B
"gdata11" = cx66A404
"gdata12" = cxC5D5F4
"gcdata1" = cx2A25D9
"gcdata2" = cx763810
"gcdata3" = cx426952
"gcdata4" = cxC1161C
"gcdata5" = cx9D3CDB
"gcdata6" = cx7F8E1F
"gcdata7" = cxB26084
"gcdata8" = cx2597FA
"gcdata9" = cxC08A13
"gcdata10" = cx47A82A
"gcdata11" = cxB38EF3
"gcdata12" = cxF7AC4E
"gwalls" = cxFFFFFF
"gfloor" = cxFFFFFF
"glegend" = cxFFFFFF
"gshadow" = cx000000
"gaxis" = cx000000
"ggrid" = cxECECEC
"goutlines" = cx000000
"gborderlines" = cx000000
"glabel" = cx000000
"gtext" = cx000000
"gramp2cstart" = cxFFFFFF
"gramp2cend" = cx193296
"gconramp2cstart" = cxFFFFFF
"gconramp2cend" = cx6497EB
"gramp3cstart" = cx193296
"gramp3cneutral" = cxFFFFFF
"gramp3cend" = cxC3050E
"gconramp3cstart" = cx0000FF
"gconramp3cneutral" = cxFF00FF
"gconramp3cend" = cxFF0000
/* The following color values are temporary. */
/* They must be updated by the UI group. */
"gheader" = colors("docbg")
"greferencelines" = cx808080
"ginset" = cxFFFFFF
"ginsetheader" = colors("docbg")
"gdata" = cxB9CFE7
"gcdata" = cx000000
"goutlier" = cxB9CFE7
"gcoutlier" = cx000000
"gfit" = cx003178
"gfit2" = cx003178
"gcfit" = cx003178
"gcfit2" = cx003178
"gconfidence" = cxB9CFE7
"gconfidence2" = cxB9CFE7
"gcconfidence" = cx003178
"gcconfidence2" = cx003178
"gpredict" = cx003178
"gcpredict" = cx003178
"gpredictlim" = cxB9CFE7
"gcpredictlim" = cx003178
"gerror" = cxB9CFE7
"gcerror" = cx000000
/* Theme */
"gcontrollim" = cxE6F2FF
"gccontrollim" = cxBFC7D9
"gruntest" = cxCAE3FF
"gcruntest" = cxBF4D4D
"gstars" = cxB9CFE7
"gcstars" = cx000000
"gclipping" = cxE7774F
"gcclipping" = cxDC531F
"gblock" = colors('docbg')
"gablock" = colors('docbg')
;
%let javascript = %STR();
style theme /
"BackgroundImage" = "&BackgroundImage"
"TOCAudio" = "&javascript&Maximize&Minimize&MenuPopup&MenuCommand"
"BodyAudio" = "&javascript&SystemQuestion&AppGPFault"
"NoteImage" = "&NoteImage"
"WarnImage" = "&WarnImage"
"FatalImage" = "&FatalImage"
"ErrorImage" = "&ErrorImage"
"Content Title" = "Table of Contents
"
"Watermark" = "&Watermark"
"prehtml flyover" = ""
"posthtml flyover" = ""
"Pre Title" = ""
"Post Title" = ""
;
style html /
"fake bullet" = "·"
"Line" = "
"
"break" = "
"
"prehtml flyover bullet" = "·"
"prehtml flyover line" = "
"
"posthtml flyover line" = "
"
"expandAll" = ""
"prefix1" = "The "
"suffix1" = " Procedure"
"Pages Title" = "Table of Pages"
"Pre Note Banner" = ""
"Post Note Banner" = "
NOTE:"
"Pre Warn Banner" = ""
"Post Warn Banner" = "
WARNING:"
"Pre Error Banner" = ""
"Post Error Banner" = "
ERROR:"
"Pre Fatal Banner" = ""
"Post Fatal Banner" = "
FATAL:"
"Line Break" = "
"
;
style Container /
ForeGround = colors("docfg")
Font = Fonts("DocFont")
;
style Body from Document /
PageBreakHtml = html("Line")
LeftMargin = 8
RightMargin = 8
PreHtml = theme("BodyAudio")
BackgroundImage = theme("BackgroundImage")
BackGround = colors("docbg")
Watermark = theme("Watermark")
;
style Contents from Document /
LeftMargin = 2
RightMargin = 2
BackGround = colors("contentbg")
PageBreakHtml = html("break")
Bullet = "upper-roman"
font_face = 'menu'
marginleft = 5px
PreHtml = theme("TOCAudio")
tagattr = ' onload="expandAll()"'
;
style IndexItem from Container /
Bullet = "NONE"
ListEntryAnchor = yes
Font = fonts("NoFont")
LeftMargin = 6pt
;
style ContentFolder from IndexItem /
ListEntryAnchor = no
PreHtml = theme("prehtml flyover")
PostHtml = theme("posthtml flyover")
font_face = 'menu'
tagattr = ' onclick="play(''MenuPopup'')"'
;
style ContentItem from IndexItem /
font_face = 'menu'
tagattr = ' onclick="play(''MenuCommand'')"'
;
style IndexProcName from Index /
PreText = html("prefix1")
PostText = html("suffix1")
PreHtml = theme("prehtml flyover")
PostHtml = theme("posthtml flyover")
Bullet = "upper-roman"
ListEntryAnchor = no
font_face = 'menu'
marginleft = 0
tagattr = ' onclick="play(''MenuPopup'')"'
;
style IndexAction from Index /
Foreground = colors("hilighttext")
Background = colors("hilight")
Font = fonts("NoFont")
;
style IndexTitle from Index
;
style ContentTitle from IndexTitle /
PreHtml = html("expandAll")
PreText = theme("content title")
PostHtml = theme("posthtml flyover")
;
style TitlesAndFooters from Container /
ForeGround = colors("systitlefg")
BackGround = colors("docbg")
PreHTML = theme("Pre Title")
Font = Fonts("TitleFont2")
PostHTML = theme("Post Title")
;
style ProcTitle from TitlesAndFooters /
ForeGround = colors("proctitlefg")
;
style NoteBanner from Note /
PreHtml = html("Pre Note Banner")
PreImage = theme("NoteImage")
PreText = html("Post Note Banner")
ForeGround = colors("notebg")
BackGround = colors("notefg")
;
style WarnBanner from Note /
PreHtml = html("Pre Warn Banner")
PreImage = theme("WarnImage")
PreText = html("Post Warn Banner")
ForeGround = colors("notebg")
BackGround = colors("notefg")
;
style FatalBanner from Note /
PreHtml = html("Pre Fatal Banner")
PreImage = theme("FatalImage")
PreText = html("Post Fatal Banner")
ForeGround = colors("notebg")
BackGround = colors("notefg")
;
style ErrorBanner from Note /
PreHtml = html("Pre Error Banner")
PreImage = theme("ErrorImage")
PreText = html("Post Error Banner")
ForeGround = colors("notebg")
BackGround = colors("notefg")
;
style Output from Container /
BorderCollapse = separate
BorderWidth = 1
BorderColor = colors("tableborder")
CellSpacing = 1
CellPadding = 7
Frame = BOX
Rules = GROUPS
BackGround = colors("tablebg")
;
style Batch from Output /
BorderWidth = 0
BackGround = colors("batchbg")
ForeGround = colors("batchfg")
Font = fonts("FixedFont")
;
Style GraphBackground from GraphBackground "Graph background attributes" /
Color = GraphColors("gwalls")
Background = GraphColors("gwalls")
;
end;
define Style styles.BarrettsBlue;
parent = styles.default;
/* ----- */
style fonts "Fonts used in the default style" /
"docFont" = (", Helvetica, sans-serif", 3)
"headingFont" = (", Helvetica, sans-serif", 3, bold)
"headingEmphasisFont" = (", Helvetica, sans-serif", 3, italic bold)
"FixedFont" = (", Courier, monospace", 2)
"BatchFixedFont" = ("SAS Monospace, , Courier, sans-serif", 2 )
"FixedHeadingFont" = (", Courier, monospace", 2 )
"FixedStrongFont" = (", Courier, monospace", 2, bold)
"FixedEmphasisFont" = (", Courier, monospace", 2, italic)
"EmphasisFont" = (", Helvetica, sans-serif", 2, italic)
"StrongFont" = (", Helvetica, sans-serif", 3, bold)
"TitleFont" = (", Helvetica, sans-serif",4, bold)
"TitleFont2" = (", Helvetica, sans-serif", 3, italic bold)
"FooterFont" = (", Helvetica, serif", 3, bold)
;
style GraphFonts /
"GraphAnnoFont" = (", ", 10pt)
"GraphTitleFont" = (", ", 11pt, bold)
"GraphFootnoteFont" = (", ", 10pt, bold)
"GraphLabelFont" = (",