
/**** Disabled cursor *****/
.nihilo .dijitSliderDisabled *,
.nihilo .dijitDisabledClickableRegion,	/* a region the user would be able to click on, but it's disabled */
.nihilo .dijitSpinnerDisabled *,
.nihilo .dijitButtonDisabled *,
.nihilo .dijitDropDownButtonDisabled *,
.nihilo .dijitComboButtonDisabled *,
.nihilo .dijitComboBoxDisabled *
{
	cursor: not-allowed !important;
}

/* DnD avatar-specific settings */
/* For now it uses a default set of rules. Some other DnD classes can be modified as well. */
.nihilo .dojoDndAvatar			{font-size: 75%; color: black;}
.nihilo .dojoDndAvatarHeader td	{padding:5px 20px;}
.nihilo .dojoDndAvatarHeader	{background: #ccc;}
.nihilo .dojoDndAvatarItem		{background: #eee;}
.nihilo.dojoDndMove .dojoDndAvatarHeader	{background-image: url(images/dndNoMove.png); background-repeat: no-repeat;}
.nihilo.dojoDndCopy .dojoDndAvatarHeader	{background-image: url(images/dndNoCopy.png); background-repeat: no-repeat;}
.nihilo.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader	{background-image: url(images/dndMove.png); background-repeat: no-repeat;}
.nihilo.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader	{background-image: url(images/dndCopy.png); background-repeat: no-repeat;}

.nihilo .dojoDndItem {

}
