/*
#40441

Background images can't be in CSS files that are dynamically loaded since their starting path
can't be guaranteed to be always the same.

*/

/*
/admin/css/datatype.css
*/
.dtWarning {
  background-image:url("../../components/toolbar/img/warning.gif"); 
}

.dtException {
  background-image:url("../../components/toolbar/img/stop.gif");  
}

.dtInfo {
  background-image:url("../../components/toolbar/img/info.gif");  
}

/*
/admin/css/skins/calendar.css
*/
.calendarForm .nonworking{
  background: url(../../components/img/calendar_nonworking-rept.gif) repeat; 
}
.calendarForm .nonworking.highlight{
  background: #b4d0d6 url(../../components/img/calendar_nonworking-rept.gif) repeat; 
}

/*
/forms/css/skins.css
*/
fieldset.conditionalInput{
  background: url(../../forms/img/conditionalhidden.gif) top left repeat;
}

/*
/forums/css/forums.css
*/
.asiGrid.forumGrid {
  background-image: url('../../forums/img/bg.gif'); 
  background-repeat: repeat-y;
}

.asiGrid.messageListGrid {
  background-image: url('../../forums/img/bg.gif'); 
  background-repeat: repeat-y;
}

/*
/framework/css/skins/dialogSection.css
*/

.dialogSection h2 .instructions{
  background: transparent url(../../components/toolbar/img/info.gif) left center no-repeat;
}

/* 
/portlet/dt/css/skins/view.css 
*/
.forumsChannelMsgList th.ascending{
  background: #bcd0d7 url(../../components/img/sort_asc.gif) 96% 50% no-repeat;
}
.forumsChannelMsgList th.descending{
  background: #bcd0d7 url(../../components/img/sort_desc.gif) 96% 50% no-repeat;
}

/* /portlet/quicktask/css/skins/quickTaskPortlet.css */
.quickTaskList.vertical ul li {
  background: url(../../components/toolbar/img/quicktask.gif) no-repeat left center;
}
.quickTaskList.toolbar {
  background: #EEEEEE url(../../components/img/toolbar_bg.gif) scroll bottom left repeat-x;
}
.quickTaskList.toolbar ul li a {
  background: url(../../components/toolbar/img/9dots.gif) no-repeat left center;
}
.quickTaskList.toolbar ul li strong {
  background: url(../../components/toolbar/img/9dots.gif) no-repeat left center;
}
.quickTaskList.toolbar ul li.disabledQT {
  background: url(../../components/toolbar/img/9dots.gif) no-repeat left 25%;
}

/* 
/rules/css/rules.css 
*/
#freeformRuleCreation.asiForm  fieldset .confirmValue{
  background: url(../../rules/img/rule.gif) center left no-repeat;
}

/**
YUI
*/
.yuimenu .yuimenuitem-selected {
  background: white url(../../portal/img/dropdown_lightblue_hover.gif) repeat-x;
}