*{
	font-family:Arial,Helvetica,Sans-serif;
}
html, body{
	height:100%;
	max-height:100%;
	margin:0;
	padding:0;
}
body{
	background-color:#B5BDC9;
	font-size:11pt;
}
img{
	border:0;
}
a{
	text-decoration:none;
}
a:visited{
	color:#11998F;
}
.hidden{
	display:none;
	visibility:hidden;
}
.fill{
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
}

#spacer{
	height:2em;
}

#superPanel{
	width:100%;
	height:85%;
	min-width:20em;
	max-width:55em;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	border:0;
}
#superFormContainer{
	height:2em;
	font-size:1.6em;
}
#superInput, #superInputSubmit{
	height:100%;
	font-size:1em;
}
#superInput{
	margin:0;
	padding:0 0 0 1em;
	border:0;
	background-color:white;
	background-image:url(caret.png);
	background-repeat:no-repeat;
	background-position:8px center;
	width:100%;
	box-sizing:border-box;
}
#superInputWrapper{
	display:block;
	overflow:hidden;
	height:100%;
	max-height:100%;
}
#superInputSubmit{
	background-color:#E0E0E0;
	width:3em;
	margin:0;
	padding:0;
	border:0;
	float:right;
}

form, input, textarea{
	padding:0;
	margin:0;
	border:0;
}

#superFormContainer{
	margin:0;
	border:0;
	padding:0;
}

/* jQuery Autocomplete styles */
span.autocompleteLabel{
	display:inline-block;
	width:6em;
	color:#000000;
}
span.autocompleteName{
	color:#657587;
}
.ui-autocomplete{
	background-image:none;
	background-color:#EEEEEE;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	max-width:100%;
	min-height:3em;
	max-height:80%;
	overflow-x:hidden;
	overflow-y:scroll;
	font-size:1.2em;
	position:relative;
	left:0;
	right:0;
}
.ui-corner-all{
	border-radius:0;
}
.ui-autocomplete li{
	margin-top:0.1em;
	margin-bottom:0.2em;
}
.ui-autocomplete a{
	line-height:1em !important;
}

.ui-widget-content .ui-state-focus{
	background-image:none;
	background-color:#FFE77F;
	border-color:#FFE77F;
}

/* modal popup dialog */
.shadow{
	position:absolute;
	top:0;
	left:0;
	min-width:100%;
	min-height:100%;
	width:100%;
	height:100%;
	z-index:998;
	margin:0;
	border:0;
	padding:0;
	background-color:rgba(0,0,0, 0.6);
}
.modalPopup{
	background-color:#B5BDC9;
	z-index:999;
	margin:10% auto auto auto;
	padding:1em;
}
.modalPopup input{
	font-size:1.5em;
	padding:0.5em;
}

/* popup for localstorage editor */
#localstorageText{
	width:100%;
	height:80%;
	font-family:consolas,monospace;
	white-space:nowrap;
	overflow:auto;
}

/* help elements */
#help{
	background-color:#C2CAD6;
	height:12em;
	margin:0;
	display:none;
}
#helpCloser{
	cursor:pointer;
	float:right;
	margin:4px;
}
.help{
	font-size:1.25em;
	color:#4A4A4A;
	padding:0.2em 0 0 0.2em;
}
.help .name{
	margin-right:1em;
	color:black;
}
.help .description{
}
.help .syntax{
	clear:both;
	padding-top:0.55em;
	margin:0 0 0.5em 0.25em;
	font-family:"lucida console",consolas,monospace,"courier new";
}
.help .example{
	margin-left:2em;
	font-family:"lucida console",consolas,monospace,"courier new";
	padding:0.2em 0 0.2em 1.5em;
	background-color:white;
	background-image:url(caret.png);
	background-repeat:no-repeat;
	background-position:6px center;
	width:80%;
	cursor:pointer;
}
.help .example:hover{
	background-color:#FFE77F;
}