#wrapper {
	/*border: 2px navy solid;*/
	color: white;
	background-color: black;
}

body {
	margin-top: 10%;
	font-size: 12pt;
	font-family: "Verdana", "Geneva", sans-serif;
	
	margin-left: 20%;
	margin-right: 20%;
	/*border: 2px grey solid;*/
	
	/*background-image: url("../images/background.gif");*/
	background-color: black;
}

#userbar {
	color: black;
	background-color: white;
	text-align: center;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

#header {
	color: grey;
	background-color: black;
	text-align: center;
}

#content {
	background-color: black;
	text-align: center;
}

#footer {
	color: grey;
	background-color: black;
	text-align: center;
}

h1 {
	color: orange;
}

h2 {
	color: gray;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

#leftColumn {
	float: left;
	width: 50%;
	text-align: right;
}

#rightColumn {
	float: left;
	margin-left: 10px;
	width: 46%;
	text-align: left;
}

.formLabel {
	/*border: solid red 2px;*/
	float: left;
	width: 50%;
}

.formLabelLeft {
	/*border: solid blue 2px;*/
	float: left;
	width: 70%;
}

.formTextInput {
	/*border: solid red 2px;*/
	float: left;
	width: 10em;
}

#selection_boxes {
	width: 610px;
	margin: auto;
	
	overflow: hidden;
}

.selection_box {
	height: 200px;
	width: 300px;
	
	text-align: left;
	overflow-y: scroll;
	
	float: left;
	
	/*margin: auto;*/
	border: solid white 1px;
}

.list {
	list-style: none;
}

#sortering{
	float: right;
}