// JESS - Javascript-Enhanced Style Sheets
// Copyright (c) 2009 Petr Stanicek, http://pixy.cz

// JESS predefined styles (from the JESS StyledBox Library)

JE$$.styledBox({
	id : 'blueround',
	border: '1px solid blue',
	bgColor : '#ccf',
	img : '/img/default/blueround',
	ext : 'png',
	width : { top:10, right:10, bottom:10, left:10 },
	//padding : '15px 20px',
	minHeight : 20,
	minWidth : 20
	});

JE$$.styledBox({
	id : 'greenshadow',
	border: '1px solid green',
	bgColor : '#cfc',
	img : '/img/default/greenshadow',
	ext : 'png',
	width : { top:15, right:15, bottom:15, left:15 },
	padding : '15px 25px 25px 20px',
	minHeight : 30,
	minWidth : 30
	});

JE$$.styledBox({
	id : 'orangewaves',
	border: '1px double orange',
	bgColor : '#fc9',
	img : '/img/default/orangewaves',
	ext : 'png',
	width : { top:15, right:15, bottom:15, left:15 },
	padding : '15px 25px',
	minHeight : 30,
	minWidth : 30
	});

JE$$.styledBox({
	id : 'blueroundbars',
	border: '1px solid blue',
	bgColor : '#ccf',
	img : '/img/default/blueroundbars',
	ext : 'png',
	width : { top:17, right:15, bottom:52, left:15 },
	padding: '31px 20px 65px 20px',
	minHeight : 42,
	minWidth : 20
	});

JE$$.styledBox({
	id : 'bubble',
	border: '1px solid silver',
	bgColor : 'white',
	img : '/img/default/bubble',
	ext : 'png',
	width : { top:25, right:155, bottom:91, left:145 },
	padding: '20px 151px 68px 25px',
	minHeight : 116,
	minWidth : 300
	});

