.ui-symbol {
	background-image: url('ui-sprites.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 20px;
}
.ui-symbol span {
	display: none;
}
.fullscreen {
	background-position: 0 -160px;
	float:right;
}
.if-framed, .if-top {
	display:none;
}
.saving {
	background: yellow;
}
#ui-status {
	position: absolute;
	bottom: 4px;
	right: 4px;
}
div.ui-tabs .ui-tabs-panel {
	padding: 6px;
}
div.alert {
	border-radius: 4px;
	border-width: 1px;
	border-style:solid;
	padding: 10px;
	max-width: 500px;
	margin-bottom: 4px;
}
div.alert.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;	
}
div.alert.info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;	
}
div.alert.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
div.alert.warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
ul.buttons {
	list-style-type: none;
	display: flex;
	padding-left: 0;
	margin: 0;
}
ul.buttons li {
	margin: 2px;
}
ul.buttons li a, a.button {
	display: inline-block;
	padding: 4px;
	border: 1px outset #8d8da8;
	background-color: rgba(0, 0, 0, 0.18);
	border-radius: 6px;
	white-space: nowrap;
}
ul.buttons li a:hover, a.button:hover {
	border-style: solid;
	background-color: rgba(64, 64, 64, 0.18);
}
ul.buttons li a:active, a.button:active {
	border-style: inset;
	background-color: rgba(128, 128, 128, 0.18);
}
fieldset.stuffbox {
	padding: 10px;
	border-radius: 10px;
	border: 1px outset #8d8da8;
	margin-bottom: 10px;
}
fieldset.stuffbox > legend {
	border-radius: 10px;
	border: 1px outset #8d8da8;
	padding: 4px;
}
/* Buttons */
a.button.symbol {
	display: inline-flex;
	align-items: center;
}
a.button.symbol::before {
	background-image: url(ui-sprites.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	display:inline-block;
	content: ' ';
}
a.edit.symbol::before  { background-position: 2px 2px; }
a.copy.symbol::before  { background-position: 2px -18px; }
a.paste.symbol::before  { background-position:2px -38px; }
a.delete.symbol::before  { background-position:2px -58px; }
a.new.symbol::before  { background-position:2px -78px; }

