.megaDisplay.container
{
	padding:20px 35px 0px 35px;
	overflow:hidden;
}

.megaDisplay.apps
{
	/*border-style:solid;
	border-color:red;*/
	float:right; 
	width: 333px;
	/*overflow-y: auto;*/
	text-align: center;
	margin-left:5px;
}
.megaDisplay.controls
{
	/*background-color:green;*/
	text-align: center;
	padding-left:39px;
}

.megaDisplay.textContainer
{
	margin-top:20px;
	/*background-color: yellow;*/ 
	/*width: 550px;*/ 
	overflow-y: auto;
}

.megaDisplay.lineNumbers
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	position: relative;
	width: 20px;
}

.megaDisplay.lineNumber
{
	position: absolute;
	vertical-align: middle; /* No effect, because there is no other object in the same line. */
}

.megaDisplay.text
{
	position: relative;
	left: 36px;
	/* Hack to handle margin-top of first child element correctly. 
	 * See e.g. http://complexspiral.com/publications/uncollapsing-margins */
	border: 1px solid rgba(255, 255, 255, 0.0); 
}

.megaDisplay.foot
{
	/*background-color:red;*/
	height:40px;
	width:100%;
}

.megaDisplay.referenceURLDialog
{
	padding: 20px;
	text-align: center;
}

.megaDisplay.referenceURLDialog-intro
{
	
}

.megaDisplay.referenceURLDialog-url
{
	margin-top: 1em;
	padding: 0;
	width: 100%;
	resize: none;
	overflow: auto;
	font-weight: bold;
	word-wrap: break-word;
	text-align:center;
	background: none;
	border: none;
}

.megaDisplay.referenceURLDialog-close
{
	margin-top: 0.6em;
}
