body {
	padding-top: 60px;
}

#navtable {
	margin-top: 10px;
}

#maincontent {
	position: relative;
}

.maincontentholder {
	position: absolute;
	width: 100%;
	visibility: hidden;
}

#commandwindow {
  border: solid 1px black;
  background-color: #dddddd;
  height:100px;
  width: 100%;
  resize: none;
}

#resultwindow {
  border: solid 1px black;
  min-height: 300px;
  width: 100%;
	overflow-x: scroll;
	padding: 6px;
}

.editorwindow {
  border: solid 1px black;
  height:300px;
  width: 100%;
  overflow-y: scroll;
  resize: none;
	margin-top: 10px;
}

.resulttable {
  margin-bottom: 20px;
}

.resulttable th,
.resulttable td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.resulttable th {
  font-weight: bold;
}

.resulttable thead th {
  vertical-align: bottom;
}

.resulttable caption + thead tr:first-child th,
.resulttable caption + thead tr:first-child td,
.resulttable colgroup + thead tr:first-child th,
.resulttable colgroup + thead tr:first-child td,
.resulttable thead:first-child tr:first-child th,
.resulttable thead:first-child tr:first-child td {
  border-top: 0;
}

.resulttable tbody + tbody {
  border-top: 2px solid #dddddd;
}

.resulttable .resulttable {
  background-color: #ffffff;
}