BLANK_IMAGE = 'b.gif';

/* FF6C00   Orange
 FFB800   Yellow


20345A  dark blue
AFB5AE   Dark Grey


28002b   purpule

*/

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ef7e13",		// background color for the items
		bgOVER:"#efaf47"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};



