bitmapfont=type:BitmapFont, bitmap:(font.png;font X3.png;font X3.png), columns:10, rows:6
bitmapfontBright=type:BitmapFont, bitmap:(fontBright.png;fontBright X3.png;fontBright X3.png), columns:10, rows:6
bitmapfontProp=type:BitmapFont, bitmap:(propFont13.png; propFont13 X2.png; propFont13 X3.png), columns:91, rows:1, startCode:32, caseConvertion:0, monospace:FALSE
pageSetting=type:PageSetting, defaultTextColor:(255;200;100), defaultTextColorBright:(100;255;200)

#==========================================================
SceneGUI=type:SceneSprite, width:240, height:240, x:CENTER, y:CENTER, indexOffsetX:-5, indexOffsetY:-5, navigationMode:DVD_MODE
sptRuler1=type:Sprite, container:SceneGUI, x:10, y:35, texture:ruler.png
sptRuler2=type:Sprite, container:SceneGUI, x:10, y:215, texture:ruler.png

txtTitle=type:Sprite,container:SceneGUI,x:20,y:15,width:200,height:36, bitmapFont:bitmapfontBright, textColor:(255;185;64), textBold:1, \
		textShadow:(0;0;0), textColor:(255;200;100),textSize:16,textAlignment:CENTER, LTID:SCORE_BOARD, text:Score Board

sptScoreBoardFrame=type:Sprite, container:SceneGUI, x:8, y:48, width:222, height:150, texture:cell.png, frame:(120;175;190), frameBevel:1, frameBevelThickness:2
sptScoreBoard=type:Sprite, container:SceneGUI, x:10, y:50, width:220, height:150, textAlignment:CENTER, \
		frame:(120;175;190), frameBright:(180;235;250), \
		textSize:13, bitmapFont:bitmapfontProp, bitmapFontBright:bitmapfontProp, textColor:(255;255;170), textColorBright:(255;255;170), textOffsetY:4

btnCloseScoreBoard=type:Sprite, GUIType:HYPERLINK, href:MainEntry.txt, container:SceneGUI, textShadow:(0;0;0), textUnderline:0, x:180, y:220, width:50, height:15, index:RIGHT, textSize:16, bitmapFont:bitmapfont, bitmapFontBright:bitmapfontBright, textColor:(132;132;132), textColorBright:(255;185;64), textBold:1, LTID:CLOSE, text:Close, textAlignment:CENTER, defaultFocus:1
