<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dijitAdditionalEditorIcon.dijitAdditionalEditorIconParaLeftToRight{
	background-image: url('../images/bidiIconsEnabled.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
	background-position: -828px;
}
.dijitDisabled .dijitAdditionalEditorIcon.dijitAdditionalEditorIconParaLeftToRight {
	background-image: url('../images/bidiIconsDisabled.png');
}
.dijitAdditionalEditorIcon.dijitAdditionalEditorIconParaRightToLeft{
	background-image: url('../images/bidiIconsEnabled.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
	background-position: -846px;
}
.dijitDisabled .dijitAdditionalEditorIcon.dijitAdditionalEditorIconParaRightToLeft {
	background-image: url('../images/bidiIconsDisabled.png');
}
</pre></body></html>