/*
Please refer to readme.html for full Instructions

Text[...]=[title,text]

Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]
*/

var FiltersEnabled = 0 // if your not going to use transitions or filters in any of the tips set this to 0

Text[0]=["","Click to delete"]
Text[1]=["","Click to add"]
Text[2]=["","Click to edit"]

//    [TitleColor,TextColor	,TitleBgColor	,TextBgColor,TitleBgImag,TextBgImag	,TitleTextAlign	, 
Style[0]=["white","black"	,"#000099"		,"#ADB9CF"	,""			,""			,""				,
//    	TextTextAlign	,TitleFontFace	, TextFontFace	, TipPosition	, StickyStyle	, TitleFontSize, 
		""				,""				,""				, ""			, ""			, ""
//		TextFontSize, Width	, Height, BorderSize, PadTextArea, CoordinateX 	, CoordinateY			  		
		,""			,100	,""		,1			,2			 , 10			,10				
// 		, TransitionNumber	, TransitionDuration, TransparencyLevel ,ShadowType	, ShadowColor]		
		,51					,1					,0					,""			,""]

//    [TitleColor,TextColor	,TitleBgColor	,TextBgColor,TitleBgImag,TextBgImag	,TitleTextAlign	, 
Style[1]=["white","black"	,"#666666"		,"#999999"	,""			,""			,""				,
//    	TextTextAlign	,TitleFontFace	, TextFontFace	, TipPosition	, StickyStyle	, TitleFontSize, 
		""				,""				,""				, ""			, ""			, ""
//		TextFontSize, Width	, Height, BorderSize, PadTextArea, CoordinateX 	, CoordinateY			  		
		,""			,100	,""		,1			,2			 , 10			,10				
// 		, TransitionNumber	, TransitionDuration, TransparencyLevel ,ShadowType	, ShadowColor]		
		,51					,1					,0					,""			,""]

applyCssFilter()