/*
sort 			#000
hvit 			#fff
blågrå			#354253
blågrålysere	#757965
lysbrun			#b2b79a
orange  		#ee7000
kjempelys		#eeeeee
*/

#userArea {
  position: relative;
  width: 590px;
  height: auto;
  margin: 7px 10px 10px 10px;
  font-size: 10px;
  float: left;
}

#userArea .inner { 
  margin: 8px;
}

#profileTop {
  position: relative;
  width: 100%;
  height: 118px;
  background-color: #eee;
  border: 1px solid #ddd;
}

#profileTop .avatar {
  float: left;
  margin: 0px 10px 4px 0px;
  border: 1px solid #ddd;
}

#profileTop h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #000;
}

#profileTop h4 {
  font-size: 10px;
  font-weight: normal;
  margin: 4px;
  padding: 0px;
}

#profileTop h4 span {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  font-style: italic;
}

#rank, #guru {
  float: left;
  position: relative;
  font-size: 9px;
  bottom: 4px;
  margin-right: 20px;
}


#rank .rankImg {
  position: relative;
  top: 6px;
  margin-right: 2px;
}

#rank .rankImg,
#guru .guruImg {
  position: relative;
  top: 4px;
  margin-right: 2px;
}


#profileButtons {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 160px;
  height: 116px;
  background-color: #eee;
}

.profileBox {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 10px;
  font-size: 10px;
}

.profileBox h2 {
  font-weight: normal;
  font-size: 10px;
}

.profileBox h2 a {
  text-decoration: underline;
}

.profileBox li {
  margin-bottom: 8px;
}

#profileText {
  color: #000;
}

.profileButton {
  background-color: #b2b79a;
  background-color: #fff;
  border: 1px solid #b2b79a;
  width: 140px;
  position: relative;
  margin: 6px 4px 4px 4px;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 10px;
}

.profileButton .inner {
}

.profileButton:hover {
  background-color: #354253;
  color: #fff;
}

.profileBox .inputLabel {
  float: left;
  clear: left;
  width: 150px;
}

#fullNameInput {
  width: 300px;
  height: 20px;
}

#emailInput {
	width: 200px;
	height: 20px;
}

#profileTextInput {
  width: 500px;
  height: 200px;
}

#pimpedPCs img {
  margin: 8px 4px 4px 4px;
}

#moderatorInfoBox {
  background-color: #eee;
}

#reportProfile {
	padding: 10px 4px;
	font-size: 0.9em;
	text-decoration: underline;
}
