#designspace {
	margin-left: 5%;
	margin-right: 5%;
}

#viewport {
	width: 100%;
	border: solid 1px black;
}

strong.important {
	color: red;
	font-weight: bold;
}

#designmenu {
	background: #3254a2; //lightblue;
	color: yellow;
}

#saveThis {
	margin: 10%;
}

.popupMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-top: solid 2px #6284d2;
	border-left: solid 2px #6284d2;
	border-bottom: solid 2px black;
	border-right: solid 2px black;
	background: #3254a2; //lightblue;
	z-index: 100000;
}

#popupColorMenu { position: absolute; display: none; }
.colorBox { display: inline-block; height: 1em; width: 1em; border: inset 1px #3254a2; }

.popupMenuItem, .popupMenuItemSelected, .menuExpander {
	background: none;
	color: yellow;
	font-family: arial;
	font-size: 9pt;
	cursor: default;
}

#textValue { width: 20em; }

.popupMenu a {
	text-decoration: none;
}

.popupMenuItemSelected {
	background: darkblue;
}

.popupMenuSeparator {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: dotted 1px yellow;
}

.customImageMenu {
	width: 172px;
	border-top: dotted 1px yellow;
	border-bottom: dotted 1px yellow;
	margin-top: 2px;
	margin-bottom: 2px;
}

#side1backgroundimage_imagelist {
	display: none;
}

#side1backgroundimageMenu {
	width: 176px;
}

#side1backgroundimage {
	-moz-user-select: none;
}

.popupMenu img {
	margin: 1px;;
}

.menuRule {
	width: 100%;
	height: 1px;
}

.menuExpander {
	width: 10px;
	float: right;
}

#propertiesmenu {
	width: 150pt;
}
