/* START CORE YUI RESET */
/**
 * We have a yui_core.css file that includes images. Since we are not pulling them from their original folders
 * we are going to reset them in core_yui_reset.css so we retain their default properties and hopefully reduce log errors.
 * In addition, we are also going to !important override some common css files like the calendar.
 * Current YUI build: 2.7.0
 */
/* From Container */
.yui-panel .container-close {
  width: 19px;
  height: 19px;
  background:url(/images/cubetree_global/body/icons/ic_close.png) no-repeat;
  top: 2px;
}
.yui-simple-dialog .bd span.blckicon {
   background: url(/images/cubetree_global/YUI/container/blck16_1.gif) no-repeat;
}
.yui-simple-dialog .bd span.alrticon {
   background: url(/images/cubetree_global/YUI/container/alrt16_1.gif) no-repeat;
}
.yui-simple-dialog .bd span.hlpicon {
   background: url(/images/cubetree_global/YUI/container/hlp16_1.gif) no-repeat;
}
.yui-simple-dialog .bd span.infoicon {
   background: url(/images/cubetree_global/YUI/container/info16_1.gif) no-repeat;
}
.yui-simple-dialog .bd span.warnicon {
   background: url(/images/cubetree_global/YUI/container/warn16_1.gif) no-repeat;
}
.yui-simple-dialog .bd span.tipicon {
   background: url(/images/cubetree_global/YUI/container/tip16_1.gif) no-repeat;
}
/* Calendar Override - calendar-skin.css */
.yui-skin-sam .yui-calcontainer .title {
	background:url(/images/cubetree_global/YUI/assets/skins/sam/sprite.png) repeat-x 0 0 !important;
}
.yui-skin-sam .yui-calcontainer .calclose {
	background:url(/images/cubetree_global/YUI/assets/skins/sam/sprite.png) no-repeat 0 -300px !important;
}
.yui-skin-sam .yui-calendar .calnavleft {
	background:url(/images/cubetree_global/YUI//assets/skins/sam/sprite.png) no-repeat 0 -450px !important;
}
.yui-skin-sam .yui-calendar .calnavright {
	background:url(/images/cubetree_global/YUI/assets/skins/sam/sprite.png) no-repeat 0 -500px !important;
}
.yui-skin-sam .yui-calendar a.calnav:hover { 
	background: url(/images/cubetree_global/YUI/assets/skins/sam/sprite.png) repeat-x 0 0 !important;
}
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
	background: url(/images/cubetree_global/YUI/assets/skins/sam/sprite.png) repeat-x 0 0 !important;
}
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
	background: url(/images/cubetree_global/YUI/assets/skins/sam/sprite.png) repeat-x 0 -1400px !important;
}
/* END CORE YUI RESET */