/*
	CSS file only used when merging all css files to "all.css". This fixes the problems caused by
	merging the files, for example the background-image's url may get broken, because these are relative
	to the CSS file including them.
	$Id$
 */


/*
  fix the background image urls of calendar (see 'sam' skin), need to override, because
  the all.css is in different directory than the original calendar.css
 */
.yui-skin-sam .yui-calcontainer .title {
	background-image: url(../js/yui/assets/skins/sam/sprite.png);
}
.yui-skin-sam .yui-calcontainer .calclose {
	background-image: url(../js/yui/assets/skins/sam/sprite.png);
}
.yui-skin-sam .yui-calendar .calnavleft {
	background-image: url(../js/yui/assets/skins/sam/sprite.png);
}
.yui-skin-sam .yui-calendar .calnavright {
	background-image: url(../js/yui/assets/skins/sam/sprite.png);
}

/* fix location of autocomplete widget's image */
.yui-multibox .box a.deleteButton {
	background-image: url('../js/multiselectautocomplete/close.gif');
}
