.initialContent {
	position: absolute;
	top: 185px;
	width: 100%;
	overflow: hidden;
}

.initialContentLeft {
	height: 100%;
	margin: 20px 0 0 0;
	float: left;
	min-width: 500px;
	width: 45%;
}

.initialContentRight {
	float: left;
	margin: 5px 0 20px 0;
	padding-left: 80px;
	width: 45%;
	border-left: 2px dotted black;
}

.ladderHeader, .ladderSubHeader {
	text-align: right;
	float: right;
	margin-right:80px;
	width: 100%;
}

.ladderHeader {
	font-size: 24px;
	margin-bottom: 20px;
}

.ladderSubHeader {
	font-size: 17px;
	margin-bottom: 50px;
}


.ladderLocation {
	width: 100%;
	height: auto;
	display: block;
	float: right;
	margin-bottom: 50px;	
}
.rowStart {
	margin-right: 80px;
	width: 100%;
	float:right;
	display: block;
	height: 80px;
	text-align: right;
}

.block {
	height: 70px;
	display: block;
	float: right;
	width: 70px;
  	border-radius: 10px;
	margin-top: 5px; 
	margin-left: 10px; 
}

.filled {
	background-color: rgb(86, 86, 85);
}

#searchTable {
	margin-bottom: 20px;
}

.searchWrapper {
	margin-bottom: 30px; 
}

.searchResult {
	width: 100%;
	display: table;
	height: 40px;
	margin-top: 10px;
}

.searchElement {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
  	height: 40px;
}

.searchElement:hover {
	cursor:pointer;
	background-color: #DDF0DA;
}

#selectedAssignments {
	width:100%;
	float:left;
}

.currentlySelected {
	float: left;
	background-color: #F0F0F0;
	border: 1px #CDCDCD solid;
	padding: 4px;
	margin: 5px 5px 5px 1px;
}

.currentlySelected:hover {
	cursor: pointer;
}

/*
 * Uploader:
 */

#wrap-upload-box{
	width:97%;
	position:relative;
	height:200px;
	border:5px dotted #3c9bc1;
	padding-top:5px;
	margin-top:45px;
	margin-bottom:10px;
}

#upload-wrapper{
	position:absolute;
	width:100%;
	top:40%;
	text-align:center;
	font-size:2em;
}

#filelist{
	font-size:1.6em;
}

#filelist div{
	width:100%;
}
	
#filelist .bokser{
	width:0px;
	border:0px solid grey;
	position:absolute;
	background-color:#E1F0DD;
	height:24px;
}

.uploadstatus{
	position:relative;
	height:30px;
}

.uploadbutton{
	display:none;
	font-size:1.1em;
	padding:3px 5px;
	margin-bottom:6px;
}

.tekster{
	position:absolute;
	padding:6px;

	font-size:12px;
}

.eText {
	font-size: 18px;
}

