/* Override the Ext Vista theme */
.x-dlg-bd, .x-dlg-dlg-body { background:#0B0B0D !important; }
.x-dlg-mask {
	background:#0B0B0D !important;
	opacity:.8;
	-moz-opacity:.8;
	filter: alpha(opacity=80);
}

.x-dlg-shadow{
	background:#aaa;
	opacity:.3;
	-moz-opacity:.3;
	filter: alpha(opacity=30);
}

.x-dlg-proxy {
	background:#202020;
	border:1px solid #656565;
}

.x-combo-list-item { color:#404040; }