.controls {
	display: block;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
}
#log {
	font-size: 80%
}
#statusBar {
	font-family: monospace;
	color: #9F000F;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}
#serverStatusBar {
	position: fixed;
	bottom: 0.4em;
	right: 0.4em;
	top: auto;
	left: auto;
	font-family: monospace;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
.highlight {
	color: red;
}
ins {
	background-color: #c6ffc6;
	text-decoration: none;
}

del {
	background-color: #ffc6c6;
}
.diff {
	font-family: monospace;
}


.buttonsContainer {
	display: table;
	position: relative;
	left: 0%;
	width: 100%;
	height: 10%;
	text-align: center;
}

.buttons {
	display: table-cell;
	vertical-align: middle;
	padding: 0.5em;
}

button {
	width: 7em;
}

.floattxt {
	width: 95%;
	float: left;
	max-width: 95%;
}

.floatvu {
	position: absolute;
	height: 100%;
	width: 5%;
	float: left;
	max-height: 200px;
}

.outputvu {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	min-height: 100px;
}

div#headerlinksholder {
	width: 100%;	
}

div#headerlinksholder table {
	width: 100%;	
}

div.pagepartholder {
	width: 100%;		
}

div#sitenameholder {
	width: 100%;		
}

div#siteheader {
	height: 99px;
}

div#sitefooter {
}

div#footerlinks {
	position:absolute;
	left: auto;
	right: .5em;
}

div#footerutlogo {
	position:absolute;
	left: auto;
	right: .5em;
}

pre {
	height: 500px;
	overflow: auto;
}
