
#controlpanel {
	/*
display: none;
*/
	z-index: 50;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 80%;
	bottom: 0px;
	border: 15px solid grey;
	padding: 5px;
	background-color: #f0faaa;
	z-index: 990;
	
}

/* no longer present
#controlpanel h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	
	margin-top: 0px;
	text-align: center;
	font-size: 14pt;
	font-family: sans-serif;
	font-weight: bold;
	z-index: 990;
}
*/

#controlpanel #cpanelcontrols {
	/* make sure it appears above the h1 so contols that need to be clickable aren't behind it */
	width: 100%;
} 

#cpanelcontrols img {
	cursor: pointer;
}

.controlsection div {
	display: inline;
}

.controlactionbuttons {
	float: right;
}

#cpanelright {
	float: right;
}
#cpanelleft {
	float: left;
}

#blockstatus {
	width: 100%;

}

.sectionlabel {
	display: inline;
	font-weight: bold;
}

#editpanel {
	display: none;
	position: fixed;
	left: 25%;
	right: 25%;
	bottom: 25%;
	top: 25%;
	background-color: #8080a0;
	border: 10px solid grey;
	padding: 25px;
	z-index: 1001;
}

#editblockform {
	
}

