.widget.component.ajaxUpdating 
{
	min-width: 24px;
	min-height: 24px;
	background: url('/.style/standard/xhtml/ajax/loading.gif') center center no-repeat;
}

div.layoutSwitcher,
div.modeSwitcher 
{
	text-align: right;
}

div.layoutSwitcher span,
div.modeSwitcher span
{
	cursor: pointer;
	margin-left: 5px;
	text-decoration: underline;
	color: #B50000;
}

div.layoutSwitcher span.selected,
div.modeSwitcher span.selected
{
	color: #000000;
	text-decoration: none;
	cursor: default;
}