/* Nobody really wants a border by default */
img {
	border-width: 0px;
}

.float-stretch {
	position: relative;
	width: 100%;
	visibility: hidden;
	clear: both;
}

/* Any generic block that is floated over the page */
.panel {
	border: 1px solid #000;
	padding: 1ex 1em;
	background-color: #c0c0c0;
}

/* Labels for forms */
.form th {
	vertical-align: top;
	text-align: right;
}

/* Activated when the user hovers over a editable field */
.field.hover,
.snippet {
	cursor: pointer;
}

/* Widget to drag content with */
.drag.text {
	font-size: 60%;
	border: 1px solid #000;
	background-color: #17004F;
	color: #fff;
	padding: 0.15ex 0.20em;
	-moz-border-radius: 1em;
}

#unused_page label {
	font-weight: bold;
}

#control-panel {
	background-color: #000000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 26px;
	left: 0px;
}
#control-panel select {
  margin: 0px;
}

#sitemap.edit ul {
	min-height: 4ex;
}

#sitemap .folder {
	font-weight: bold;
}

#sitemap form,
#sitemap form div {
	display: inline;
}

#editor-window,
#image-editor-window {
	width: 650px;
	height: 70ex;
	padding: 1ex 1em;
}

