body {
  padding: 0;
  margin: 0;
  background-color: #000000;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  khtml-user-select: none;
  user-select: none;
}
a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.projectChooser {
  width: 100%;
	height: 50px;
	border: 1px solid white;
	text-align: center; 
	font-size: 14pt;
}
.userWithoutPass {
  width: 100%;
  height: 50px;
  border: 1px solid green;
  text-align: center; 
  font-size: 14pt;
}
.userWithPass {
	padding-top: 1px;
  width: 100%;
  height: 50px;
  border: 1px solid orange;
  text-align: center; 
  font-size: 14pt;
}
#toolbar {
  position: absolute;
  background-color:yellow;
  top: 0px;
  height: 50px;
}
#pageindex {
  position: absolute;
  background-color: orange;
  margin-left: 0px;
  top: 50px;
  margin-bottom: 30px;
  width: 180px;
  padding: 0;
  overflow: auto;
}
#statusbar {
  position: absolute;
  background-color: yellow;
  height: 30px;
  left: 0px;
  bottom: 30px;
}
#page {
  khtml-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
