;------------------------------------------
; file: Luna\default.ini
;------------------------------------------


;--------- Globals -------------------------
[globals]

; global edge colors (redefined in various parts) 
EdgeLightColor      = 220 223 228
EdgeHighLightColor  = 255 255 255
EdgeShadowColor     = 167 166 170
EdgeDkShadowColor   = 133 135 140 
EdgeFillColor       = 242 244 250

;--------- system metrics -------------------------------
[SysMetrics]
;The system metric colors also effect non-themed controls.

ScrollbarWidth = 19
ScrollbarHeight = 19

Window = 255 255 255
MenuBar = 235 233 237
Menu = 255 255 255
Background = 0 0 64
Btnface = 235 233 237
Highlight = 51 94 168

ActiveCaption = 51 94 168
CaptionText = 255 255 255
InactiveCaption = 111 161 217
InactiveCaptionText = 255 255 255
GradientActiveCaption = 112 177 235
GradientInactiveCaption = 131 183 227
HighlightText = 255 255 255
MenuHilight = 51 94 168
BtnShadow = 167 166 170
GrayText = 167 166 170
BtnHighlight = 255 255 255
DkShadow3d = 133 135 140
Light3d = 220 223 228

;---- don't remove these fonts (must specify to be localizable) ----
CaptionFont = Trebuchet MS, 14, bold
CaptionBarHeight = 29
SmallCaptionFont = Tahoma, 9, bold
SMCaptionBarHeight = 19
SMCaptionBarWidth = 19
MenuFont = Tahoma, 10
StatusFont = Tahoma, 10
MsgBoxFont = Tahoma, 10
IconTitleFont = Tahoma, 10


;The FlatMenus option allows the author to turn of the 3d border on menus
FlatMenus = true

;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
CssName = cpwebvw.css

;This may allow authors to specify a theme matching XML file.
XmlName = default.xml

; this theme designed for 15-bit color and higher
MinColorDepth = 15

;---------- buttons ---------------------------------
;Overall button class
[button]

;Normal button
[button.pushbutton]
bgtype = imagefile
SizingMargins = 8, 8, 9, 9
sizingType = Stretch
ContentMargins = 3, 3, 3, 3 
ImageFile = Royale\button.bmp
imageCount = 5
ImageLayout = vertical
TextColor = 0 0 0
FillColorHint = 243 243 239; Average fill color (light beige)
BorderColorHint = 0 60 116; Edge color (dark Royale grey)
AccentColorHint = 250 196 88; Rollover hilite color (orange)
MinSize= 10, 5

;Makes text for button grey for the disabled state
[button.pushbutton(disabled)]
TextColor = 167 166 170

;Color hint for default state
[button.pushbutton(defaulted)]
AccentColorHint = 157 187 235; Default state hilite color (Royale)

;Checkboxes
[button.checkbox]
bgtype = imagefile
imagelayout=vertical
sizingType = TrueSize
SizingMargins = 0, 0, 0, 0
ContentMargins = 0, 0, 0, 0
imageCount = 12
MirrorImage = false
FillColorHint = 33 161 33; Checkmark color (green)
BorderColorHint = 29 82 129; Edge color (dark Royale grey)
AccentColorHint = 250 196 88; Rollover hilite color (orange)

;----- Multiple control sizes for different video adapter resolution settings ----
ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\CheckBox13.bmp
ImageFile2=Royale\CheckBox16.bmp
ImageFile3=Royale\CheckBox25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185 

;Checkboxes can be disabled in various states, so each of the following entries sets the text
;to grey for the corresponding states.
[button.checkbox(checkeddisabled)]
TextColor = 167 166 170

[button.checkbox(uncheckeddisabled)]
TextColor = 167 166 170


[button.checkbox(mixeddisabled)]
TextColor = 167 166 170


;Radio buttons
[button.radiobutton]
bgtype = imagefile
imagelayout=vertical
transparent=true
sizingType = TrueSize
SizingMargins = 0, 0, 0, 0
ContentMargins = 0, 0, 0, 0
imageCount = 8
FillColorHint = 33 161 33; Selection dot color (green)
BorderColorHint = 29 82 129; Edge color (dark Royale grey)
AccentColorHint = 250 196 88; Rollover hilite color (orange)

;----- Multiple control sizes for different video adapter resolution settings ----
ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\RadioButton13.bmp
ImageFile2=Royale\RadioButton16.bmp
ImageFile3=Royale\RadioButton25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185

;Radio buttons can be disabled in various states, so each of the following entries sets the text
;to grey for the corresponding states.
[button.radiobutton(checkeddisabled)]
TextColor = 167 166 170


[button.radiobutton(uncheckeddisabled)]
TextColor = 167 166 170


;The line enclosing a group of controls
[button.groupbox]
TextColor = 51 94 168
bgtype = imagefile
SizingMargins = 4, 4, 4, 4
sizingType = Tile
ImageFile = Royale\GroupBox.bmp
;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
;draw on top of the controls it surrounds)
borderOnly = true
transparent = true
BorderColorHint = 208 208 191; Dark beige edge color
NormalSize = 9999, 9999   ; never source size a groupbox (from IE)


;----------- combobox --------------------------------
;Dropdown controls
[Combobox]
; Globals for the entire control
BgType  = BorderFill
BorderSize  = 1
FillColor   = 255 255 255 
BorderColor = 167 166 170

[Combobox(Hot)]
; Globals when the mouse is over the control
BorderColor = 51 94 168


[Combobox(Disabled)]
; Globals when the control is disabled
BorderColor = 201 199 186
FillColor   = 245 244 234

;The down pointing triangle button
[Combobox.DropDownButton]
BgType  = imagefile
imagelayout = vertical
SizingType  = Stretch
ImageFile = Royale\ComboButton.bmp
SizingMargins = 3, 3, 3, 3
ContentMargins = 0, 0, 0, 0
ImageCount  = 4
GlyphType   = ImageGlyph
GlyphImageFile = Royale\ComboButtonGlyph.bmp
GlyphTransparent= true
FillColorHint = 200 214 251; Average fill color (light Royale)
BorderColorHint = 255 255 255; Edge color (white)

;----------- edit --------------------------------
[edit]
BgType  = BorderFill
BorderSize  = 1
FillColor   = 255 255 255 
BorderColor = 167 166 170

[edit.edittext(Disabled)]
FillColor   = 214 213 217
TextColor   = 150 152 155

[edit.edittext(ReadOnly)]
FillColor   = 214 213 217
TextColor   = 0 0 0


;----------- listbox --------------------------------
[Listbox]
BgType  = BorderFill
BorderSize  = 1
FillColor   = 255 255 255 
BorderColor = 167 166 170


;--------- Scrollbar -------------------------
[ScrollBar]

;The buttons, both horizontal and vertical in one strip
; Scrollbar Arrow Buttons
[ScrollBar.ArrowBtn]
BgType  = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 3, 3
SizingType = Stretch
ImageFile = Royale\ScrollArrows.bmp
ImageCount = 16
ImageLayout = Vertical
GlyphType   = ImageGlyph
GlyphTransparent= True
FillColorHint = 200 214 251; Average fill color (light Royale)
BorderColorHint = 255 255 255; Edge color (white)


;----- the two sizes of scrollbar arrow glyphs ----
ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = size
SourceShrink = True
TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
UniformSizing   = true; if you must stretch, do width & height equally
ImageFile1  = Royale\ScrollArrowGlyphsSmall.bmp
ImageFile2  = Royale\ScrollArrowGlyphs.bmp
MinSize1  = 7, 7
MinSize2  = 9, 9 
NormalSize = 7, 10

; Scrollbar Thumb (horizontal)
[Scrollbar.ThumbBtnHorz]
BgType  = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 4, 4, 0, 0
ImageFile = Royale\ScrollThumbHorizontal.bmp
ImageCount  = 4
ImageLayout = Vertical
FillColorHint = 198 213 253; Average fill color (light Royale)
BorderColorHint = 255 255 255; Edge color (white)


;A visual element in the middle of the scrollbar thumb
[Scrollbar.GripperHorz]
BgType  = ImageFile
SizingType  = TrueSize
ImageFile = Royale\ScrollThumbGripperHorizontal.BMP
imagelayout = vertical
Transparent = True
ImageCount  = 4

; Scrollbar Thumb (vertical)
[Scrollbar.ThumbBtnVert]
BgType  = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 4, 4
ImageFile = Royale\ScrollThumbVertical.bmp
ImageCount  = 4
ImageLayout = vertical
FillColorHint = 198 213 253; Average fill color (light Royale)
BorderColorHint = 255 255 255; Edge color (white)

;A visual element in the middle of the scrollbar thumb
[Scrollbar.GripperVert]
BgType  = ImageFile
SizingType  = TrueSize
ImageFile = Royale\ScrollThumbGripperVertical.BMP
ImageCount  = 4
Transparent = True
ImageLayout = Vertical


; Scrollbar Tracks (horizontal)
[Scrollbar.LowerTrackHorz]
BgType  = imagefile
ImageFile = Royale\ScrollShaftHorizontal.bmp
SizingMargins = 0, 0, 1, 1
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 198 213 253; Average fill color (light Royale)


[Scrollbar.UpperTrackHorz]
BgType  = imagefile
ImageFile = Royale\ScrollShaftHorizontal.bmp
SizingMargins = 0, 0, 1, 1
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 198 213 253; Average fill color (light Royale)

; Scrollbar Tracks (vertical)
[Scrollbar.LowerTrackVert]
BgType  = imagefile
ImageFile = Royale\ScrollShaftVertical.bmp
SizingMargins = 1, 1, 0, 0
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 198 213 253; Average fill color (light Royale)

[Scrollbar.UpperTrackVert]
BgType  = imagefile
ImageFile = Royale\ScrollShaftVertical.bmp
SizingMargins = 1, 1, 0, 0
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 198 213 253; Average fill color (light Royale)

[ScrollBar.SizeBox]
ImageFile = Royale\ResizeGrip2.bmp
bgtype = imagefile
imageCount = 2
sizingType = trueSize
Transparent = True
TransparentColor = 255 0 0
FillColorHint = 184 180 163; Gripper dot color (dark beige)
VAlign = Bottom

;----------- spin --------------------------------
;Spin buttons for incrementing values in a field
[spin]
bgtype = imagefile
sizingType = tile
ImageFile = Royale\FieldOutlineBlue.bmp
SizingMargins = 2, 2, 2, 2
imageCount = 1

[Spin.Up]
bgtype = imagefile
sizingType = stretch
ImageFile = Royale\SpinButtonBackgroundUp.bmp
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
imageCount = 4
ImageLayout = Vertical
GlyphType   = ImageGlyph
GlyphImageFile = Royale\SpinUpGlyph.bmp
GlyphTransparent= True
FillColorHint = 200 214 251; Average fill color (light Royale)
BorderColorHint = 255 255 255; Edge color (white)

[Spin.Down]
bgtype = imagefile
sizingType = tile
ImageFile = Royale\SpinButtonBackgroundDown.bmp
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
imageCount = 4
ImageLayout = Vertical
GlyphType   = ImageGlyph
GlyphImageFile = Royale\SpinDownGlyph.bmp
GlyphTransparent= True
FillColorHint = 200 214 251; Average fill color (light Royale)
BorderColorHint = 255 255 255; Edge color (white)

[Spin.Uphorz]
bgtype = imagefile
sizingType = stretch
ImageFile = Royale\SpinButtonBackgroundRight.bmp
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
imageCount = 4
ImageLayout = Vertical
GlyphType   = ImageGlyph
GlyphImageFile = Royale\SpinRightGlyph.bmp
GlyphTransparent = True
FillColorHint = 200 214 251; Average fill color (light Royale)
BorderColorHint = 255 255 255; Edge color (white)

[Spin.Downhorz]
bgtype = imagefile
sizingType = Stretch
ImageFile = Royale\SpinButtonBackgroundLeft.bmp
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
imageCount = 4
ImageLayout = Vertical
GlyphType   = ImageGlyph
GlyphImageFile = Royale\SpinLeftGlyph.bmp
GlyphTransparent = True
FillColorHint = 200 214 251; Average fill color (light Royale)
BorderColorHint = 255 255 255; Edge color (white)

;----------- rebar --------------------------------
;Rebar is a container for toolbars

[Rebar]
bgtype =imagefile
sizingtype=stretch
ImageFile = Royale\ToolbarBackground.bmp
sizingmargins= 0, 0, 0, 4
Font                = Tahoma, 10
TextColor           = 0 0 0
FillColorHint = 241 243 239; Background color of toolbars (light beige)

[Rebar.Band]
bgtype = none
ContentMargins	= 2, 2, 0, 0
EdgeShadowColor = 214 213 217

[Rebar.Gripper]
bgtype = imagefile
SizingMargins   = 2, 1, 4, 2 
ContentMargins	= 2, 1, 0, 0
ImageFile = Royale\ToolbarGripper.bmp
sizingType 	= Tile
Transparent 	= true
FillColorHint = 171 167 149; Gripper dot color (dark beige)

[Rebar.GripperVert]
bgtype = imagefile
SizingMargins = 3, 3, 2, 1
ContentMargins	= 1, 2, 0, 0
ImageFile = Royale\ToolbarGripperVert.bmp
sizingType = Tile
Transparent = true
FillColorHint = 171 167 149; Gripper dot color (dark beige)

[Rebar.Chevron]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = Royale\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount= 6
sizingType= Stretch
Transparent = true
GlyphType   = ImageGlyph
GlyphImageFile = Royale\Chevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 0 0 0; Glyph color (black)

[Rebar.ChevronVert]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = Royale\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount= 6
sizingType= Stretch
Transparent = true
GlyphType   = ImageGlyph
GlyphImageFile = Royale\Chevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 0 0 0; Glyph color (black)

;----------- toolbar--------------------------------
;Button bars and menu bars in some applicatons

[Toolbar]
BgType  = Borderfill
Bordersize  = 0
FillColor   = 235 233 237
TextColor   = 0 0 0

[Toolbar(Pressed)]
TextColor= 0 0 0

[Toolbar.Button]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = Royale\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor = 255 0 255
FillColorHint = 241 243 239; Average fill color (light beige)
BorderColorHint = 206 206 195; Edge color (dark beige)

[Toolbar.Separator]
SizingMargins = 5, 2, 2, 1
ImageFile = Royale\Separator.bmp
bgtype = imagefile
imageCount = 1
sizingType = tile
Transparent = true
TransparentColor = 255 0 0
FillColorHint = 202 198 175; Darker separator color (medium beige)

[Toolbar.SeparatorVert]
SizingMargins = 2, 1, 5, 1
ImageFile = Royale\SeparatorVert.bmp
bgtype = imagefile
imageCount = 1
sizingType = tile
Transparent = true
TransparentColor = 255 0 0
FillColorHint = 202 198 175; Darker separator color (medium beige)


[Toolbar.DropdownButton]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = Royale\ToolbarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor = 255 0 255
FillColorHint = 241 243 239; Average fill color (light beige)
BorderColorHint = 206 206 195; Edge color (dark beige)

[Toolbar.SplitButton]
SizingMargins = 4, 2, 4, 4
ImageFile = Royale\ToolbarButtonsSplit.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor = 255 0 255
FillColorHint = 241 243 239; Average fill color (light beige)
BorderColorHint = 206 206 195; Edge color (dark beige)

[Toolbar.SplitButtonDropdown]
SizingMargins = 2, 4, 4, 4
ImageFile = Royale\ToolbarButtonsSplitDropdown.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = Stretch
Transparent = true
TransparentColor = 255 0 255
GlyphType   = ImageGlyph
GlyphImageFile = Royale\ToolbarButtonsSplitDropdownGlyph.bmp
GlyphTransparent= true
FillColorHint = 241 243 239; Average fill color (light beige)
BorderColorHint = 206 206 195; Edge color (dark beige)


;----------- status--------------------------------
;The area at the bottom of a window containing miscellaneous status info
;The first is the container for the status sections
[Status]
SizingMargins = 50, 17, 5, 9
ImageFile = Royale\StatusBackground.bmp
bgtype = imagefile
imageCount = 1
sizingType = Tile
FillColorHint = 235 233 237; Average fill color (beige)

;The individual status item backgrounds
[Status.Pane]
SizingMargins = 0, 2, 2, 2
ImageFile = Royale\StatusPane.bmp
bgtype = imagefile
imageCount = 1
sizingType = Tile
Transparent = True
TransparentColor = 255 0 0 

;The individual status item backgrounds
[Status.GripperPane]
bgtype = none

;The resize corner
[Status.Gripper]
ContentMargins=0,0,0,0
ImageFile = Royale\ResizeGrip2.bmp
bgtype = imagefile
imageCount = 2
sizingType = trueSize
Transparent = True
TransparentColor = 255 0 0 
FillColorHint = 184 180 163; Resize gripper dots (dark beige)
VAlign = Bottom


;----------- list view --------------------------------
;Icon, list, details, etc.

[ListView]
BgType  = BorderFill
BorderSize  = 1
FillColor   = 255 255 255 
BorderColor = 167 166 170


;----------- Tree view --------------------------------

[TreeView]
BgType  = BorderFill
BorderSize  = 1
FillColor   = 255 255 255 
BorderColor = 167 166 170

[TreeView.Glyph]
bgtype = imagefile
SizingType = TrueSize
imagecount = 2
imageLayout=vertical
;----- Multiple control sizes for different video adapter resolution settings ----
ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\treeExpandCollapse.bmp
ImageFile2=Royale\treeExpandCollapse10.bmp
ImageFile3=Royale\treeExpandCollapse15.bmp
MinDpi1=96
MinDpi2=133
MinDpi3=150 


;----------- header --------------------------------
;The area at the top of a list, with clickable headers for sort order

[Header]
bgtype = imagefile
SizingMargins = 0, 0, 0, 3
ImageFile = Royale\ListviewHeaderBackground.bmp
sizingType = tile

[Header.HeaderItem]
bgtype = imagefile
SizingMargins = 8, 8, 3, 4
ContentMargins = 0, 0, 0, 0
ImageFile = Royale\ListViewHeader.bmp
imageCount=5
imageLayout=vertical
sizingType = tile
transparent=true
transparentcolor=255 0 0
FillColorHint = 250 248 243; Average fill color (light beige)
AccentColorHint = 252 194 71; Rollover hilite color (orange)


;----------- progress --------------------------------
;Progress bars

[Progress]
ProgressChunkSize=6
ProgressSpaceSize=1
bgType = borderFill
fillType = Solid
fillColor = 46 211 49
bordersize = 1
borderColor = 235 235 228

[Progress.Bar]
bgtype = imagefile
ImageFile = Royale\ProgressTrack.bmp
MinSize=10,10
sizingMargins = 4, 4, 3, 3
SizingType = tile
FillColorHint = 255 255 255; Background color (white)
BorderColorHint = 104 104 104; Edge color (dark grey)
NormalSize = 100, 18
SourceShrink = true

[Progress.Chunk]
bgtype = imagefile
ImageFile = Royale\ProgressChunk.bmp
sizingMargins = 0, 0, 6, 5
SizingType = tile
FillColorHint = 46 211 49; Progress indicator color (green)

[Progress.BarVert]
bgtype = imagefile
ImageFile = Royale\ProgressTrackVert.bmp
sizingMargins = 3, 3, 4, 4
SizingType = tile
FillColorHint = 255 255 255; Background color (white)
BorderColorHint = 104 104 104; Edge color (dark grey)

[Progress.ChunkVert]
bgtype = imagefile
ImageFile = Royale\ProgressChunkVert.bmp
sizingMargins = 6, 5, 0, 0
SizingType = tile
FillColorHint = 46 211 49; Progress indicator color (green)


;----------- tab --------------------------------
[Tab]
bgType = borderFill
fillType = Solid
fillColor = 251 252 255
bordersize = 0

;The whole content area of a tab page
[Tab.Pane]
bgtype = imagefile
ImageFile = Royale\TabPaneEdge.bmp
sizingMargins = 1, 3, 2, 3
SizingType = stretch
imagecount = 1
FillColorHint = 251 252 255; Light tab background color (very light beige)
BorderColorHint = 145 155 156; Edge color (dark grey)

[Tab.TabItem]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile = Royale\tabItem.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 248 248 246; Tab average color (light beige)
BorderColorHint = 145 167 180; Edge color (Royale grey)
AccentColorHint = 255 200 60; Rollover hilite color (orange)


[Tab.TabItemLeftEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile = Royale\tabItemLeft.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 248 248 246; Tab average color (light beige)
BorderColorHint = 145 167 180; Edge color (Royale grey)
AccentColorHint = 255 200 60; Rollover hilite color (orange)


[Tab.TabItemRightEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile = Royale\tabItemRight.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 248 248 246; Tab average color (light beige)
BorderColorHint = 145 167 180; Edge color (Royale grey)
AccentColorHint = 255 200 60; Rollover hilite color (orange)


[Tab.TabItemBothEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile = Royale\tabItemBoth.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 248 248 246; Tab average color (light beige)
BorderColorHint = 145 167 180; Edge color (Royale grey)
AccentColorHint = 255 200 60; Rollover hilite color (orange)


[Tab.TopTabItem]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile = Royale\tabItemTop.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 248 248 246; Tab average color (light beige)
BorderColorHint = 145 167 180; Edge color (Royale grey)
AccentColorHint = 255 200 60; Rollover hilite color (orange)


[Tab.TopTabItemLeftEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile = Royale\tabItemTopLeft.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 248 248 246; Tab average color (light beige)
BorderColorHint = 145 167 180; Edge color (Royale grey)
AccentColorHint = 255 200 60; Rollover hilite color (orange)


[Tab.TopTabItemRightEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile = Royale\tabItemTopRight.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 248 248 246; Tab average color (light beige)
BorderColorHint = 145 167 180; Edge color (Royale grey)
AccentColorHint = 255 200 60; Rollover hilite color (orange)


[Tab.TopTabItemBothEdge]
SizingMargins = 6, 6, 6, 6
ContentMargins = 0, 0, 0, 0
bgtype=imagefile
ImageFile = Royale\tabItemTopBoth.bmp
imagecount=5
imagelayout=vertical
FillColorHint = 248 248 246; Tab average color (light beige)
BorderColorHint = 145 167 180; Edge color (Royale grey)
AccentColorHint = 255 200 60; Rollover hilite color (orange)


[Tab.Body]
bgtype = imagefile
stockImageFile = Royale\TabBackground.bmp
FillColorHint = 251 251 253; Light tab background color (very light beige)

ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
ImageFile1=Royale\TabBackground.bmp
ImageFile2=Royale\TabBackground133.bmp
MinDpi1=96
MinDpi2=164

;----------- trackbar --------------------------------
;Volume sliders, etc.
[TrackBar]
bgType = borderFill
fillType = Solid
fillColor = 235 235 228
bordersize = 1
borderColor = 235 235 228

;The movable part of a horizontal slider (TBS_BOTH style)
[TrackBar.Thumb]
bgtype=imagefile
ImageFile = Royale\TrackbarHorizontal.bmp
imagecount=5
imagelayout = vertical
SizingMargins = 3, 4, 3, 4
sizingtype = tile
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (Royale grey)
AccentColorHint = 71 196 70; Rollover color (green)

;The movable part of a horizontal slider (TBS_TOP style)
[TrackBar.ThumbTop]
bgtype=imagefile
imagecount=5
imagelayout = vertical
transparent=true
sizingtype = truesize
transparentcolor= 242 241 231
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (Royale grey)
AccentColorHint = 71 196 70; Rollover color (green)


;----- the three sizes ----
ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\TrackBarUp13.bmp
ImageFile2=Royale\TrackBarUp16.bmp
ImageFile3=Royale\TrackBarUp25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185


;The movable part of a horizontal slider (TBS_BOTTOM style)
[TrackBar.ThumbBottom]
bgtype=imagefile
imagecount=5
transparent=true
SizingMargins = 3, 6, 6, 10
sizingtype = truesize
transparentcolor= 242 241 231
ImageLayout = vertical
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (Royale grey)
AccentColorHint = 71 196 70; Rollover color (green)


;----- the three sizes ----
ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\TrackBarDown13.bmp
ImageFile2=Royale\TrackBarDown16.bmp
ImageFile3=Royale\TrackBarDown25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185

;The movable part of a vertical slider (TBS_BOTH style)
[TrackBar.ThumbVert]
bgtype=imagefile
ImageFile = Royale\TrackbarVertical.bmp
SizingMargins = 3, 4, 3, 4
sizingtype = tile
imagecount=5
ImageLayout = vertical
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (Royale grey)
AccentColorHint = 71 196 70; Rollover color (green)


;The movable part of a vertical slider (TBS_LEFT style)
[TrackBar.ThumbLeft]
bgtype=imagefile
sizingtype = truesize
imagecount=5
transparent=true
transparentcolor= 242 241 231
ImageLayout = vertical
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (Royale grey)
AccentColorHint = 71 196 70; Rollover color (green)

;----- the three sizes ----
ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\TrackBarLeft13.bmp
ImageFile2=Royale\TrackBarLeft16.bmp
ImageFile3=Royale\TrackBarLeft25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185

;The movable part of a vertical slider (TBS_RIGHT style)
[TrackBar.ThumbRight]
bgtype=imagefile
ImageFile = Royale\TrackbarRight13.bmp
sizingtype = truesize
imagecount=5
transparent=true
transparentcolor= 242 241 231
ImageLayout = vertical
FillColorHint = 243 243 239; Average background color (light beige)
BorderColorHint = 181 196 205; Edge color (Royale grey)
AccentColorHint = 71 196 70; Rollover color (green)


;----- the three sizes ----
ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
TrueSizeScalingType = Dpi
TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\TrackBarRight13.bmp
ImageFile2=Royale\TrackBarRight16.bmp
ImageFile3=Royale\TrackBarRight25.bmp
MinDpi1=96
MinDpi2=118
MinDpi3=185

;The track along which a slidermoves
[TrackBar.Track]
bgtype=imagefile
ImageFile = Royale\sliderTrack.bmp
imagecount=1
sizingtype = stretch
SizingMargins = 2, 2, 2, 2
FillColorHint = 242 241 233
BorderColorHint = 157 156 153

;The vertical track along which a slider moves
[TrackBar.TrackVert]
bgtype=imagefile
ImageFile = Royale\sliderTrack.bmp
imagecount=1
sizingtype = stretch
SizingMargins = 2, 2, 2, 2
FillColorHint = 242 241 233; Background color (light beige)
BorderColorHint = 157 156 153; Edge color (dark grey)

;Set the color of the tickmarks drawn for the slider
[TrackBar.Tics]
color=167 166 170

;Set the color of the tickmarks drawn for the vertical slider
[TrackBar.TicsVert]
color=167 166 170




;----------- tooltip --------------------------------
;Set the color or image background for tooltips
[Tooltip.Close]
BgType = ImageFile
ImageFile = Royale\BalloonClose.bmp
imagecount=3
sizingtype = truesize
Imagelayout = vertical



;-------------- Windows ------------------------
[Window]
BgType = ImageFile
Transparent = true
TextShadowOffset = 1,1
TextShadowColor = 10 24 131

[Window.Caption]
ImageFile = Royale\FrameCaption.bmp
SizingMargins = 28, 35, 9, 17
ContentMargins = 1, 1, 1, 1
CaptionMargins = 4, 3, 0, 0
SizingType = stretch
Imagelayout = vertical
ImageCount=2
Transparent = True
FillColorHint = 0 84 229; Average background color (strong Royale)

[Window.Caption(active)]
TextShadowType = Single

[Window.CaptionSizingTemplate]
ImageFile = Royale\FrameCaptionSizing.bmp
SizingMargins = 28, 35, 9, 17
ContentMargins = 18, 18, 26, 0
SizingType = tile
Imagelayout = vertical
ImageCount=2
Transparent = True
TransparentColor = 0 0 0

[Window.SmallCaption]
ImageFile = Royale\SmallFrameCaption.bmp
SizingMargins = 24, 37, 9, 8
ContentMargins = 1, 1, 1, 1
SizingType = tile
Imagelayout = vertical
ImageCount=2
FillColorHint = 0 84 229; Average background color (strong Royale)

[Window.SmallCaptionSizingTemplate]
ImageFile = Royale\SmallFrameCaptionSizing.bmp
SizingMargins = 24, 37, 9, 8
ContentMargins = 14, 14, 16, 0
SizingType = tile
Imagelayout = vertical
ImageCount=2
Transparent = True
TransparentColor = 0 0 0

;The representation of a minimized window in and MDI application
[Window.MinCaption]
ImageFile = Royale\FrameCaptionMin.bmp
ImageCount = 2
ImageLayout = vertical
SizingType = stretch
SizingMargins = 23, 26, 12, 8
ContentMargins = 3, 3, 0, 3
CaptionMargins = 4, 3, 0, 0
FillColorHint = 0 84 229; Average background color (strong Royale)

;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
;surrounding the window
[Window.MaxCaption]
ImageFile = Royale\FrameMaximized.bmp
SizingMargins = 28, 35, 9, 17
ContentMargins = 1, 1, 1, 1
SizingType = stretch
SizingType = Tile
Imagelayout = vertical
ImageCount=2
CaptionMargins = 4, 3, 4, 2 
ContentAlignment = left
FillColorHint = 0 84 229; Average background color (strong Royale)

[Window.MaxCaption(Active)]
TextShadowType = Single

[Window.FrameLeft]
ImageFile = Royale\frameLeft.bmp
SizingMargins = 2, 1, 0, 0
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE

[Window.FrameRight]
ImageFile = Royale\frameRight.bmp
SizingMargins = 1, 2, 0, 0
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE

[Window.FrameBottom]
ImageFile = Royale\frameBottom.bmp
SizingMargins = 5, 5, 1, 2
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE

[Window.SmallFrameLeft]
ImageFile = Royale\frameLeft.bmp
SizingMargins = 2, 2, 0, 0
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE

[Window.SmallFrameRight]
ImageFile = Royale\frameRight.bmp
SizingMargins = 2, 2, 0, 0
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE

[Window.SmallFrameBottom]
ImageFile = Royale\frameBottom.bmp
SizingMargins = 5, 5, 2, 2
SizingType = stretch
ImageLayout = vertical
ImageCount = 2
Transparent = FALSE
Borderonly = FALSE


;Background for dialog boxes

[Window.dialog]
bgType = BorderFill
FillColor = 242 244 250
BorderColor = 235 233 237


;Close button in Window titlebar
[Window.CloseButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile = Royale\CloseButton.bmp
GlyphType   = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout = Vertical
OffsetType = TopRight
Offset = -25, 5
FillColorHint = 228 93 61; Close box average color (brick red)
BorderColorHint = 255 255 255; Edge color (white)

;----- glyphs ----
ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\CloseGlyph6.bmp
ImageFile2=Royale\CloseGlyph9.bmp
ImageFile3=Royale\CloseGlyph.bmp
ImageFile4=Royale\CloseGlyph19.bmp
ImageFile5=Royale\CloseGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170


;Maximize button in window titlebar
[Window.MaxButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile = Royale\CaptionButton.bmp
GlyphType   = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout=Vertical
OffsetType = TopRight
Offset = -49, 5
FillColorHint = 74 121 246; Titlebar button color (Royale)
BorderColorHint = 255 255 255; Edge color (white)

;----- glyphs ----
ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\MaximizeGlyph6.bmp
ImageFile2=Royale\MaximizeGlyph9.bmp
ImageFile3=Royale\MaximizeGlyph.bmp
ImageFile4=Royale\MaximizeGlyph19.bmp
ImageFile5=Royale\MaximizeGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170


;Restore button in window titlebar
[Window.RestoreButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile = Royale\CaptionButton.bmp
GlyphType   = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout=Vertical
OffsetType = TopRight
Offset = -49, 5
FillColorHint = 74 121 246; Titlebar button color (Royale)
BorderColorHint = 255 255 255; Edge color (white)

;----- glyphs ----
ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\RestoreGlyph6.bmp
ImageFile2=Royale\RestoreGlyph9.bmp
ImageFile3=Royale\RestoreGlyph.bmp
ImageFile4=Royale\RestoreGlyph19.bmp
ImageFile5=Royale\RestoreGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170


;Minimize button in window titlebar
[Window.MinButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile = Royale\CaptionButton.bmp
GlyphType   = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout=Vertical
OffsetType = TopRight
Offset = -73, 5
FillColorHint = 74 121 246; Titlebar button color (Royale)
BorderColorHint = 255 255 255; Edge color (white)

;----- glyphs ----
ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\MinimizeGlyph6.bmp
ImageFile2=Royale\MinimizeGlyph9.bmp
ImageFile3=Royale\MinimizeGlyph.bmp
ImageFile4=Royale\MinimizeGlyph19.bmp
ImageFile5=Royale\MinimizeGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170

;Help button in window titlebar--normally only appears on dialog windows
[Window.HelpButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 2, 2, 2, 2
sizingType = Stretch
ImageFile = Royale\CaptionButton.bmp
GlyphType   = ImageGlyph
GlyphTransparent = True
ImageCount = 8
ImageLayout=Vertical
OffsetType = TopRight
Offset = -73, 5
MirrorImage = true  ; don't remove this (must specify to be localizable)
FillColorHint = 74 121 246; Titlebar button color (Royale)
BorderColorHint = 255 255 255; Edge color (white)

;----- glyphs ----
ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
UniformSizing   = true  ; if you must stretch, do width & height equally
ImageFile1=Royale\HelpGlyph6.bmp
ImageFile2=Royale\HelpGlyph9.bmp
ImageFile3=Royale\HelpGlyph.bmp
ImageFile4=Royale\HelpGlyph19.bmp
ImageFile5=Royale\HelpGlyph23.bmp
MinDpi1=96
MinDpi2=126
MinDpi3=170


;The Titlebar icon, next to the window title
[Window.SysButton]
OffsetType = TopLeft
Offset = 10, 3

;Close button for palette windows
[Window.SmallCloseButton]
BgType = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 0, 0
sizingType = Stretch
ImageFile = Royale\SmallCloseButton.bmp
GlyphType   = ImageGlyph
GlyphImageFile = Royale\SmallCloseGlyph.bmp
GlyphTransparent = True
ImageCount = 8
ImageLayout = Vertical
OffsetType = TopRight
Offset = -16, 3
FillColorHint = 228 93 61; Close box average color (brick red)
BorderColorHint = 255 255 255; Edge color (white)

;Close button for a maximized MDI window
[Window.MDICloseButton]
BgType = ImageFile
sizingType = stretch
ImageFile = Royale\MDICaptionButton.bmp
ImageCount=4
ImageLayout = Vertical
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
OffsetType = TopRight
Offset = -19, 1
GlyphType   = ImageGlyph
GlyphImageFile = Royale\MDIGlyphClose.bmp
GlyphTransparent= true
FillColorHint = 241 239 229; Average background color (beige)
BorderColorHint = 255 255 255; Edge color (white)

;Restore button for a maximized MDI window
[Window.MDIRestoreButton]
BgType = ImageFile
sizingType = stretch
ImageFile = Royale\MDICaptionButton.bmp
ImageCount=4
ImageLayout = Vertical
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
OffsetType = TopRight
Offset = -37, 1
GlyphType   = ImageGlyph
GlyphImageFile = Royale\MDIGlyphRestore.bmp
GlyphTransparent= true
FillColorHint = 241 239 229; Average background color (beige)
BorderColorHint = 255 255 255; Edge color (white)


;Minimize button for a maximized MDI window
[Window.MDIMinButton]
BgType = ImageFile
sizingType = stretch
ImageFile = Royale\MDICaptionButton.bmp
ImageCount=4
ImageLayout = Vertical
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
OffsetType = TopRight
Offset = -53, 1
GlyphType   = ImageGlyph
GlyphImageFile = Royale\MDIGlyphMinimize.bmp
GlyphTransparent= true
FillColorHint = 241 239 229; Average background color (beige)
BorderColorHint = 255 255 255; Edge color (white)

;-------------- Start Panel -------------------
[StartPanel]
bgtype = none
DefaultPaneSize = 0, 0, 380, 440

[StartPanel.UserPane]
UserPicture         = True
ImageLayout         = Horizontal
TextColor           = 255 255 255
Font                = Franklin Gothic Medium, 17
DefaultPaneSize     = 0, 0, 380, 64
BgType              = Imagefile
Transparent         = True
ImageFile = Royale\StartUserPanel.bmp
Imagecount          = 1
SizingMargins       = 83, 36, 30, 32
sizingType          = Stretch
TEXTSHADOWOFFSET= 2, 2
textshadowcolor     = 9 66 139
TextShadowType      = continuous
FillColorHint = 31 113 216; Average background (Royale)


[StartPanel.UserPicture]
BgType = ImageFile
ImageFile = Royale\UserTileBackground.bmp
Imagecount = 1
SizingType = Stretch
SizingMargins = 6, 10, 6, 10
ContentMargins = 8, 6, 8, 6
Transparent = true
FillColorHint = 204 214 235; Average Background (light Royale grey)


[StartPanel.ProgList]
DefaultPaneSize = 0, 0, 190, 306
ContentMargins  = 6 4 9 5
TextColor   = 255 255 255 
HotTracking = 48 112 208
CaptionText = 143 182 227
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 2, 153, 3, 0
sizingType = Stretch
ImageFile = Royale\StartPanelMFUBackground.bmp
imagecount  = 1
FillColorHint = 204 214 235; Average Background (light Royale grey)


[StartPanel.ProgListSeparator]
BgType = ImageFile
SizingType = TrueSize
ImageFile = Royale\StartProgramsSeparator.bmp

[StartPanel.MorePrograms]
DefaultPaneSize = 0, 0, 190, 30
TextColor           = 255 255 255
HotTracking         = 48 112 208
Font                = Tahoma, 10, Bold
BgType              = ImageFile
SizingType          = Stretch
SizingMargins       = 2, 2, 0, 0

;  left and right contentmargins should match proglist
ContentMargins  = 8, 8, 0, 6
ImageFile = Royale\StartPanelMoreProgBackGround.BMP
imagecount  = 1
sizingType = Stretch

[StartPanel.MoreProgramsArrow]
BgType  = ImageFile
SizingType  = TrueSize
ImageFile = Royale\StartPanelMoreProgArrow.bmp
ImageCount  = 1
FillColorHint = 108 207 108; Average color (green)

[StartPanel.MoreProgramsArrow(hot)]
BgType  = ImageFile
SizingType  = TrueSize
ImageFile = Royale\StartPanelMoreProgArrowHot.bmp
ImageCount  = 1
FillColorHint = 107 239 107; Average color (bright green)


[StartPanel.PlacesList]
DefaultPaneSize = 0, 0, 190, 336
ContentMargins  = 4 6 9 5
TextColor           = 255 255 255
HotTracking         = 80 150 248
BgType              = imageFile
ImageFile = Royale\StartPanelPlacesBackground.bmp
imagecount = 1
SizingMargins = 172, 7, 3, 1
sizingType = Stretch
FillColorHint = 211 229 250; Background color (light Royale)

[StartPanel.PlacesListSeparator]
BgType = ImageFile
SizingType = TrueSize
ImageFile = Royale\StartPlacesSeparator.bmp

[StartPanel.Logoff]
ContentMargins =  0, 0, 4, 2
DefaultPaneSize = 0, 0, 380, 40
TextColor   = 255 255 255
HotTracking = 255 255 255
bgType = imagefile
ImageFile = Royale\StartPanelLogoffBackground.bmp
imagecount = 1
sizingMargins = 49, 47, 18, 20
sizingType = Stretch
FillColorHint = 37 119 223; Background color (lRoyale)

;; note that if you want transparent LogoffButtons they MUST be 32 bit
;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
[StartPanel.LogoffButtons]
BgType  = ImageFile
Transparent = True
SizingType  = TrueSize
ImageFile = Royale\StartPanelLogoffButtons.bmp
ImageCount  = 1

[StartPanel.LogoffButtons(hot)]
BgType  = ImageFile
Transparent = True
SizingType  = TrueSize
ImageFile = Royale\StartPanelLogoffButtonsHot.bmp
ImageCount  = 1


;-------------- Taskbar specific --------------
[Start::Button]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 6, 52, 13, 14
ContentMargins  = 10, 24, 2, 4
ImageFile = Royale\StartButton.bmp
ImageCount  = 3
ImageLayout = Vertical
Transparent = True
Font= Franklin Gothic Medium, 17, italic
TextColor   = 255 255 255
TEXTSHADOWOFFSET= 2, 2
textshadowcolor = 69 76 16
TextShadowType  = continuous
FillColorHint = 74 153 73; Average color (green)

[StartMenu::MenuBand]
TextColor   = 0 0 0

[StartMenu::MenuBand(Hot)]
TextColor   = 255 255 255

[StartMenu::MenuBand.NewAppButton]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 6, 1, 0, 0
ContentMargins  = 10, 0, 3, 0
ImageFile = Royale\StartGroupNewAppButton.bmp
ImageCount  = 1
Transparent	= True
TransparentColor= 255 0 0
FillcolorHint = 254 234 182; Background newly installed app color (light orange)
 
[StartMenu::MenuBand.Seperator]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 6, 1, 3, 0
ContentMargins  = 10, 0, 3, 0
ImageFile = Royale\StartGroupSeperator.bmp
ImageCount  = 1
Transparent	= True
TransparentColor= 255 0 0
FillColorHint = 211 211 200; Separator color (grey)

[StartMenu::Toolbar]
BgType  = ImageFile
ImageFile = Royale\StartGroupBackground.bmp
SizingType	= Stretch
SizingMargins	= 6, 5, 3, 4
ContentMargins	= 0, 0, 0, 0
Font= Tahoma, 10
TextColor   = 0 0 0
FillColorHint = 255 255 255; Background of More Programs menu (white)
AccentColorHint = 48 127 229; Left edge of More Programs menu (Royale)


[StartMenu::Toolbar(Hot)]
TextColor   = 255 255 255

[StartMenu::Toolbar.Button]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 6, 1, 0, 0
ContentMargins  = 10, 0, 3, 0
ImageFile = Royale\StartGroupToolbarButton.bmp
ImageCount  = 3
ImageLayout	= vertical
Transparent	= True
TransparentColor= 255 0 0
FillColorHint = 22 101 203; Rollover of item on More Programs menu (Royale)


[TaskBar::Toolbar]
BgType  = None
Font= Tahoma, 10
TextColor   = 255 255 255

[TaskBar::Toolbar.Button]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 8, 3, 18, 8
ContentMargins  = 0, 0, 4, 4
ImageFile = Royale\TaskBandButtonNoEdge.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 53 122 238; Average background color (Royale)

[TaskBar::Toolbar.DropdownButton]
BgType  = ImageFile

SizingType  = Stretch
SizingMargins   = 8, 3, 18, 8
ContentMargins  = 2, 0, 4, 4
ImageFile = Royale\TaskBandButtonNoEdge.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 53 122 238; Average background color (Royale)

[TaskBarVert::Toolbar]
BgType  = None
Font= Tahoma, 10
TextColor   = 255 255 255

[TaskBarVert::Toolbar.Button]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 15, 5, 6, 4
ContentMargins  = 1, 1, 1, 1
ImageFile = Royale\TaskBandButtonNoEdgeVertical.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 53 122 238; Average background color (Royale)

[TaskBarVert::Toolbar.DropdownButton]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 15, 5, 6, 4
ContentMargins  = 1, 1, 1, 1
ImageFile = Royale\TaskBandButtonNoEdgeVertical.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 53 122 238; ; Average background color (Royale)

[TaskBar::Rebar]
BgType  = None
Font= Tahoma, 10
TextColor   = 255 255 255

[TaskBar::Rebar.Band]
BgType  = None

[TaskBar::Rebar.Gripper]
BgType  = ImageFile
SizingType  = Tile
SizingMargins   = 0, 0, 6, 4
ContentMargins  = 2, 1, 0, 0
ImageFile = Royale\TaskbarGripper.bmp
ImageCount  = 1
Transparent = True
TransparentColor= 255 0 255
FillColorHint = 6 45 159; Gripper dot color (dark purple)

[TaskBar::Rebar.GripperVert]
BgType  = ImageFile
SizingType  = Tile
SizingMargins   = 4, 6, 0, 0
ContentMargins  = 0, 0, 2, 1
ImageFile = Royale\TaskbarGripperVertical.bmp
ImageCount  = 1
Transparent = True
TransparentColor= 255 0 255
FillColorHint = 6 45 159; Gripper dot color (dark purple)

[TaskBar::Rebar.Chevron]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 8, 3, 18, 8
ContentMargins  = 0, 0, 0, 10
ImageFile = Royale\TaskBandButtonNoEdge.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
GlyphType   = ImageGlyph
GlyphImageFile = Royale\TaskbarChevron.bmp
GlyphTransparent= true
VAlign = Top
FillColorHint = 6 45 159; Overflow glyph color (baby Royale)

[TaskBar::Rebar.ChevronVert]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 15, 5, 6, 4
ContentMargins  = 0, 0, 0, 0
ImageFile = Royale\TaskBandButtonNoEdgeVertical.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
GlyphType   = ImageGlyph
GlyphImageFile = Royale\TaskbarChevronVert.bmp
GlyphTransparent= true
FillColorHint = 6 45 159; Overflow glyph color (baby Royale)

[TaskBar.BackgroundBottom]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 0, 0, 16, 13
ImageFile = Royale\TaskbarBackground.bmp
ImageCount  = 1
FillColorHint = 36 94 220; Average background color (Royale)

[TaskBar.SizingBarBottom]
BgType  = ImageFile
SizingType  = Tile
ImageFile = Royale\TaskbarSizingBarBottom.bmp
ImageCount  = 1
FillColorHint = 50 128 231; Average color (Royale)

[TaskBar.BackgroundLeft]
BgType  = ImageFile
SizingType  = Tile
SizingMargins   = 16, 11, 0, 0
ImageFile = Royale\TaskbarBackgroundVertical.bmp
ImageCount  = 1
FillColorHint = 36 94 220; Average background color (Royale)

[TaskBar.SizingBarLeft]
BgType  = ImageFile
SizingType  = Tile
ImageFile = Royale\TaskbarSizingBarLeft.bmp
ImageCount  = 1
FillColorHint = 50 128 231; Average color (Royale)

[TaskBar.BackgroundTop]
BgType  = ImageFile
SizingType  = Tile
SizingMargins   = 0, 0, 16, 13
ImageFile = Royale\TaskbarBackground.bmp
ImageCount  = 1
FillColorHint = 36 94 220; Average background color (Royale)

[TaskBar.SizingBarTop]
BgType  = ImageFile
SizingType  = Tile
ImageFile = Royale\TaskbarSizingBarTop.bmp
ImageCount  = 1
FillColorHint = 50 128 231; Average color (Royale)

[TaskBar.BackgroundRight]
BgType  = ImageFile
SizingType  = Tile
SizingMargins   = 16, 11, 0, 0
ImageFile = Royale\TaskbarBackgroundVertical.bmp
ImageCount  = 1
FillColorHint = 36 94 220; Average background color (Royale)

[TaskBar.SizingBarRight]
BgType  = ImageFile
SizingType  = Stretch
ImageFile = Royale\TaskbarSizingBarRight.bmp
ImageCount  = 1
FillColorHint = 50 128 231; Average color (Royale)

;-------------- Taskband specific --------------
[TaskBand.FlashButton]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 12, 12, 13, 14
ContentMargins  = 0, 0, 4, 4
ImageFile = Royale\TaskBandFlashButton.bmp
ImageCount  = 1
ImageLayout = vertical
Transparent = True
FillColorHint = 56 130 234; Average background color (Royale)
AccentColorHint = 255 192 91; Attention hilite color (orange)

[TaskBand.FlashButtonGroupMenu]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 4, 4, 4, 4
ContentMargins  = 0, 0, 4, 4
ImageFile = Royale\TaskBandFlashButtonGroupMenu.bmp
ImageCount  = 1
Transparent = True
FillColorHint = 56 130 234; Average background color (Royale)
AccentColorHint = 255 192 91; Attention hilite color (orange)

[TaskBand.GroupCount]
Font= Tahoma, 10, Bold
TextColor   = 255, 255, 255

[TaskBand::Toolbar]
BgType  = None
Font= Tahoma, 10
TextColor   = 255 255 255

[TaskBand::Toolbar.Button]
BgType  = ImageFile
SizingType  = tile
SizingMargins   = 12, 12, 12, 15
ContentMargins  = 0, 4, 4, 4
ImageFile = Royale\TaskBandButton.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 54 127 239

[TaskBand::Toolbar.DropdownButton]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 12, 12, 12, 15
ContentMargins  = 0, 4, 4, 4
ImageFile = Royale\TaskBandButton.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 54 127 239; Average background color (Royale)

[TaskBandVert::Toolbar]
BgType  = None
Font= Tahoma, 10
TextColor   = 255 255 255

[TaskBandVert::Toolbar.Button]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 14, 13, 10, 12
ContentMargins  = 0, 4, 4, 4
ImageFile = Royale\TaskBandButtonVertical.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 54 127 239; Average background color (Royale)

[TaskBandVert::Toolbar.DropdownButton]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 14, 13, 10, 12
ContentMargins  = 0, 4, 4, 4
ImageFile = Royale\TaskBandButtonVertical.bmp
ImageCount  = 6
ImageLayout = vertical
Transparent = True
FillColorHint = 54 127 239; Average background color (Royale)

[TaskBand::ScrollBar.ArrowBtn]
BgType  = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 0, 0
SizingType = Stretch
ImageFile = Royale\TaskbandScrollArrows.bmp
ImageCount = 16
ImageLayout = Vertical
GlyphType   = ImageGlyph
GlyphImageFile = Royale\TaskBandScrollArrowGlyphs.bmp
GlyphTransparent = True
FillColorHint = 25 66 205; Average background color (dark Royale)

[TaskBand::Scrollbar.ThumbBtnHorz]
BgType  = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 4, 4, 0, 0
ImageFile = Royale\TaskBandScrollThumbHorizontal.bmp
ImageCount  = 4
ImageLayout = Vertical
FillColorHint = 25 66 205; Average background color (dark Royale)

;A visual element in the middle of the scrollbar thumb
[TaskBand::Scrollbar.GripperHorz]
BgType  = ImageFile
SizingType  = TrueSize
ImageFile = Royale\TaskBandScrollThumbGripperHorizontal.BMP
imagelayout = vertical
Transparent = True
ImageCount  = 4
FillColorHint = 44 96 226; Thumb gripper lighter color (Royale)


; Scrollbar Thumb (vertical)
[TaskBand::Scrollbar.ThumbBtnVert]
BgType  = ImageFile
SizingMargins = 5, 5, 5, 5
ContentMargins = 0, 0, 4, 4
ImageFile = Royale\TaskBandScrollThumbVertical.bmp
ImageCount  = 4
ImageLayout = vertical
FillColorHint = 25 66 205; Average background color (dark Royale)

;A visual element in the middle of the scrollbar thumb
[TaskBand::Scrollbar.GripperVert]
BgType  = ImageFile
SizingType  = TrueSize
ImageFile = Royale\TaskBandScrollThumbGripperVertical.BMP
ImageCount  = 4
Transparent = True
ImageLayout = Vertical
FillColorHint = 44 96 226; Thumb gripper lighter color (Royale)


; Scrollbar Tracks (horizontal)
[TaskBand::Scrollbar.LowerTrackHorz]
BgType  = imagefile
ImageFile = Royale\TaskBandScrollShaftHorizontal.bmp
SizingMargins = 0, 0, 1, 1
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 37 90 225; Average background color (Royale)


[TaskBand::Scrollbar.UpperTrackHorz]
BgType  = imagefile
ImageFile = Royale\TaskBandScrollShaftHorizontal.bmp
SizingMargins = 0, 0, 1, 1
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 37 90 225; Average background color (Royale)


; Scrollbar Tracks (vertical)
[TaskBand::Scrollbar.LowerTrackVert]
BgType  = imagefile
ImageFile = Royale\TaskBandScrollShaftVertical.bmp
SizingMargins = 1, 1, 0, 0
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 37 90 225; Average background color (Royale)


[TaskBand::Scrollbar.UpperTrackVert]
BgType  = imagefile
ImageFile = Royale\TaskBandScrollShaftVertical.bmp
SizingMargins = 1, 1, 0, 0
ImageCount = 4
ImageLayout = Vertical
FillColorHint = 37 90 225; Average background color (Royale)

;-------------- Taskband Group Menu specific --------------
[TaskBandGroupMenu::Toolbar]
BgType  = ImageFile
ImageFile = Royale\TaskBandBackground.bmp
SizingType	= Tile
SizingMargins	= 3, 3, 3, 3
ContentMargins	= 9, 0, 0, 0
Font= Tahoma, 10
TextColor   = 255 255 255
FillColorHint = 33 87 213; Average background color (Royale)
AccentColorHint = 255 199 60; Menu top hilite color (orange)


[TaskBandGroupMenu::Toolbar.Button]
BgType  = ImageFile
SizingType  = stretch
SizingMargins   = 3, 3, 0, 0
ContentMargins  = 9, 0, 3, 3
ImageFile = Royale\TaskBandHover.bmp
ImageCount  = 3
ImageLayout	= vertical
Transparent	= True
AccentColorHint = 79 150 255; Rollover hilite color (Royale)

;-------------- Tray Notify specific --------------
[TrayNotify::Toolbar]
BgType  = None

[TrayNotify::Toolbar.Button]
BgType  = None

[TrayNotifyHoriz::TrayNotify.Background]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 34, 10, 12, 15
ContentMargins  = 19, 7, 0, 0
ImageFile = Royale\TaskbarTray.bmp
ImageCount  = 1
Transparent = True
TransparentColor= 255 0 0
FillColorHint = 13 141 234; Average background color (Royale)

[TrayNotifyHoriz::Button]
BgType  = ImageFile
SizingType  = TrueSize
ImageFile = Royale\TrayChevronHorizontal.bmp
ImageCount  = 3
Imagelayout = vertical
FillColorHint = 56 173 243; Average background color (Royale)

[TrayNotifyHorizOpen::Button]
BgType  = ImageFile
SizingType  = TrueSize
ImageFile = Royale\TrayChevronHorizontalOpen.bmp
ImageCount  = 3
Imagelayout = vertical
FillColorHint = 56 173 243; Average background color (Royale)

[TrayNotifyVert::TrayNotify.Background]
BgType  = ImageFile
SizingType  = Stretch
SizingMargins   = 15, 12, 34, 10
ContentMargins  = 0, 0, 19, 7
ImageFile = Royale\TaskbarTrayVertical.bmp
ImageCount  = 1
Transparent = True
TransparentColor= 255 0 0
FillColorHint = 13 141 234; Average background color (Royale)

[TrayNotifyVert::Button]
BgType  = ImageFile
SizingType  = TrueSize
Transparent = True
ImageFile = Royale\TrayChevronHorizontal.bmp
ImageCount  = 3
Imagelayout = vertical
FillColorHint = 56 173 243; Average background color (Royale)


[TrayNotifyVertOpen::Button]
BgType  = ImageFile
SizingType  = TrueSize
Transparent = True
ImageFile = Royale\TrayChevronHorizontalOpen.bmp
ImageCount  = 3
Imagelayout = vertical
FillColorHint = 56 173 243; Average background color (Royale)


[TrayNotify::Clock]
Font= Tahoma, 10
TextColor   = 0 0 0

;-------------- Application-specific ------------------------


;----------- places bar --------------------------------
;The places toolbar in the fileopen/save dialog.
[Placesbar::Toolbar]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 0, 0
ImageFile = Royale\PlaceBarBackground.bmp
bgtype = imagefile
imageCount = 1
sizingType = tile
FillColorHint = 249 248 243; Background color (light beige)

[Placesbar::Toolbar.Button]
SizingMargins = 4, 4, 4, 4
ContentMargins = 0, 0, 4, 2
ImageFile = Royale\PlaceBarButtons.bmp
bgtype = imagefile
imagelayout = vertical
imageCount = 6
sizingType = stretch
transparent = true
FillColorHint = 255 255 255; Selected color (white)
BorderColorHint = 122 152 175; Outline color (Royale grey)

;----------- Explorer (IE) bar --------------------------------
[ExplorerBar]
BgType  = BorderFill
FillType= VertGradient
GradientRatio1  = 0
GradientColor1  = 98 160 232
GradientRatio2  = 255
GradientColor2  = 83 114 190
BorderSize  = 0
ContentMargins  = 12, 12, 12, 12

[ExplorerBar.HeaderBackground]; Not used in IE 6
BgType  = ImageFile
SizingType  = Stretch
ImageFile = Royale\ExplorerBarHeaderBackground.bmp
SizingMargins   = 202, 1, 0, 0
Font= Tahoma, 10, Bold
TextColor   = 255 255 255
ContentMargins  = 8, 8, 7, 7
FillColorHint = 94 135 217; Mid color of gradient (Royale)

[ExplorerBar.HeaderClose]; Not used in IE 6
BgType  = ImageFile
SizingType  = TrueSize
ImageLayout = Vertical
ImageFile = Royale\ExplorerBarHeaderClose.bmp
ImageCount  = 3
Transparent = true
OffsetType  = TopRight
Offset  = -4, 4
FillColorHint = 138 168 229; Close box normal state (Royale)
AccentColorHint = 255 121 95; Close box rollover (brick red)

[ExplorerBar.HeaderPin]; Not used in IE 6
BgType  = ImageFile
SizingType  = TrueSize
ImageLayout = Vertical
ImageFile = Royale\ExplorerBarHeaderPin.bmp
ImageCount  = 6
Transparent = true
OffsetType  = TopRight
Offset  = -6, 4
FillColorHint = 189 206 239; Average pin color (Royale grey)

[ExplorerBar.IEBarMenu]; Not used in IE 6
BgType  = ImageFile
SizingType  = TrueSize
ImageLayout = Vertical
ImageFile = Royale\IE_PersonalBarMenu.bmp
ImageCount  = 3
Transparent = true
OffsetType  = TopRight
Offset  = -3, 1
FillColorHint = 236 240 249; Average button background color (light grey Royale)
BorderColorHint = 165 187 228; Border of button (Royale grey)

[ExplorerBar.NormalGroupBackground]
BgType  = ImageFile
FillColor = 214 223 247
BorderColor = 255 255 255
SizingType  = Stretch
ImageFile = Royale\NormalGroupBackground.bmp
SizingMargins   = 3, 3, 3, 3
Font= Tahoma, 10
TextColor   = 38 92 192
ContentMargins  = 8, 8, 7, 7

[ExplorerBar.NormalGroupCollapse]
BgType  = ImageFile
SizingType  = TrueSize
ImageLayout = Vertical
ImageFile = Royale\NormalGroupCollapse.bmp
ImageCount  = 3
Transparent = true
OffsetType  = TopRight
Offset  = -3, 1
FillColorHint = 236 240 249; Average button background color (light grey Royale)
BorderColorHint = 165 187 228; Border of button (Royale grey)

[ExplorerBar.NormalGroupExpand]
BgType  = ImageFile
SizingType  = TrueSize
ImageLayout = Vertical
ImageFile = Royale\NormalGroupExpand.bmp
ImageCount  = 3
Transparent = true
OffsetType  = TopRight
Offset  = -3, 1
FillColorHint = 236 240 249; Average button background color (light grey Royale)
BorderColorHint = 165 187 228; Border of button (Royale grey)

[ExplorerBar.NormalGroupHead]
BgType  = ImageFile
SizingType  = Stretch
ImageFile = Royale\NormalGroupHead.bmp
SizingMargins   = 3, 106, 3, 1
Transparent = true
Font= Tahoma, 10, Bold
TextColor   = 33 93 198
ContentMargins  = 8, 8, 7, 7
FillColorHint = 240 243 251; Lighter side of gradient (very light Royale)

[ExplorerBar.SpecialGroupBackground]
BgType  = ImageFile
SizingType  = Stretch
ImageFile = Royale\SpecialGroupBackground.bmp
SizingMargins   = 3, 3, 3, 3
Font= Tahoma, 10
TextColor   = 38 92 192
ContentMargins  = 8, 8, 7, 7
FillColorHint = 239 243 255; Background color (very light Royale)

[ExplorerBar.SpecialGroupCollapse]
BgType  = ImageFile
SizingType  = TrueSize
ImageLayout = Vertical
ImageFile = Royale\SpecialGroupCollapse.bmp
ImageCount  = 3
Transparent = true
OffsetType  = TopRight
Offset  = -3, 1
FillColorHint = 36 89 195; Average background color (dark Royale)
BorderColorHint = 70 114 205; Edge color (dark Royale)


[ExplorerBar.SpecialGroupExpand]
BgType  = ImageFile
SizingType  = TrueSize
ImageLayout = Vertical
ImageFile = Royale\SpecialGroupExpand.bmp
ImageCount  = 3
Transparent = true
OffsetType  = TopRight
Offset  = -3, 1
FillColorHint = 36 89 195; Average background color (dark Royale)
BorderColorHint = 70 114 205; Edge color (dark Royale)


[ExplorerBar.SpecialGroupHead]
BgType  = ImageFile
SizingType  = Stretch
ImageFile = Royale\SpecialGroupHead.bmp
SizingMargins   = 3, 106, 3, 1
Transparent = true
Font= Tahoma, 10, Bold
TextColor   = 255 255 255
FillColor = 2 72 178
ContentMargins  = 8, 8, 7, 7

[ExplorerBar::Rebar]; Not used in IE6
bgtype  = imagefile
sizingtype  = stretch
ImageFile = Royale\ExplorerBarToolbarBackground.bmp
sizingmargins   = 0, 0, 0, 4
Font= Tahoma, 10
TextColor   = 127 124 115
FillColorHint = 243 247 253; (very light Royale)

[ExplorerBar::Rebar.Band]; Not used in IE6
bgtype  = none
ContentMargins	= 2, 0, 0, 0

[ExplorerBar::Rebar.Gripper]; Not used in IE6
bgtype = imagefile
SizingMargins   = 0, 0, 6, 4
ContentMargins  = 3, 0, 0, 0
ImageFile = Royale\Gripper.bmp
sizingType  = Tile
Transparent = true
TransparentColor= 255 0 0
FillColorHint = 171 167 149; Gripper dot color (dark beige)

[ExplorerBar::Rebar.GripperVert]; Not used in IE6
bgtype  = imagefile
SizingMargins   = 9, 8, 0, 0
ImageFile = Royale\GripperVert.bmp
sizingType  = Tile
Transparent = true
TransparentColor= 255 0 0
FillColorHint = 171 167 149; Gripper dot color (dark beige)

[ExplorerBar::Rebar.Chevron]; Not used in IE6
SizingMargins   = 4, 4, 4, 4
ContentMargins  = 0, 0, 0, 0
ImageFile = Royale\ExplorerBarToolbarButtons.bmp
bgtype  = imagefile
imagelayout = vertical
imageCount  = 6
sizingType  = Stretch
Transparent = true
GlyphType   = ImageGlyph
GlyphImageFile = Royale\Chevron.bmp
GlyphTransparent= true
VAlign  = Top
FillColorHint = 0 0 0; Glyph color (black)

[ExplorerBar::Rebar.ChevronVert]; Not used in IE6
SizingMargins   = 4, 4, 4, 4
ContentMargins  = 0, 0, 0, 0
ImageFile = Royale\ExplorerBarToolbarButtons.bmp
bgtype  = imagefile
imagelayout = vertical
imageCount  = 6
sizingType  = Stretch
Transparent = true
GlyphType   = ImageGlyph
GlyphImageFile = Royale\Chevron.bmp
GlyphTransparent= true
VAlign  = Top
FillColorHint = 0 0 0; Glyph color (black)

[ExplorerBar::Toolbar.Button]; Not used in IE6
SizingMargins   = 4, 4, 4, 4
ContentMargins  = 0, 0, 0, 0
ImageFile = Royale\ExplorerBarToolbarButtons.bmp
bgtype  = imagefile
imagelayout = vertical
imageCount  = 6
sizingType  = Stretch
Transparent = true
TransparentColor= 255 0 255
FillColorHint = 238 243 248; Average fill color (light Royale grey)
BorderColorHint = 168 191 234; Edge color (grey Royale)

[ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
SizingMargins   = 4, 4, 4, 4
ContentMargins  = 0, 0, 0, 0
ImageFile = Royale\ExplorerBarToolbarButtons.bmp
bgtype  = imagefile
imagelayout = vertical
imageCount  = 6
sizingType  = Stretch
Transparent = true
TransparentColor= 255 0 255
FillColorHint = 238 243 248; Average fill color (light Royale grey)
BorderColorHint = 168 191 234; Edge color (grey Royale)

[ExplorerBar::Toolbar.SplitButton]; Not used in IE6
SizingMargins   = 4, 2, 4, 4
ImageFile = Royale\ExplorerBarToolbarButtonsSplit.bmp
bgtype  = imagefile
imagelayout = vertical
imageCount  = 6
sizingType  = Stretch
Transparent = true
TransparentColor= 255 0 255
FillColorHint = 238 243 248; Average fill color (light Royale grey)
BorderColorHint = 168 191 234; Edge color (grey Royale)

[ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
SizingMargins   = 2, 4, 4, 4
ImageFile = Royale\ExplorerBarToolbarButtonsSplitDropdown.bmp
bgtype  = imagefile
imagelayout = vertical
imageCount  = 6
sizingType  = Stretch
Transparent = true
TransparentColor= 255 0 255
GlyphType   = ImageGlyph
GlyphImageFile = Royale\ToolbarButtonsSplitDropdownGlyph.bmp
GlyphTransparent= true
FillColorHint = 238 243 248; Average fill color (light Royale grey)
BorderColorHint = 168 191 234; Edge color (grey Royale)

[ExplorerBar::Toolbar.Separator]; Not used in IE6
SizingMargins   = 5, 2, 2, 1
ImageFile = Royale\Separator.bmp
bgtype  = imagefile
imageCount  = 1
sizingType  = tile
Transparent = true
TransparentColor= 255 0 0
FillColorHint = 202 198 175; Separator line color (dark beige)

[ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
SizingMargins   = 2, 1, 5, 1
ImageFile = Royale\SeparatorVert.bmp
bgtype  = imagefile
imageCount  = 1
sizingType  = tile
Transparent = true
TransparentColor= 255 0 0
FillColorHint = 202 198 175; Separator line color (dark beige)