/**
* @= application Panel
*/

/**
* @= widget header icons
*/
 .wheader{
	background-position: 100%;
	background-repeat: no-repeat;
	height: 26px;
	margin: 0px;
	background-image: url(../images/header_blue2.png);
	z-index: 15;
}

.wheader h2{
	color: #666666;
	font-size: 14px;
	height: 21px;
	padding-left: 32px;
	font-style: italic;
	padding-top: 5px;
}

.clearer{
	clear:both;
}
.defPanel{
	margin-bottom: 20px;
}

.defPanel .wheader {
	background: transparent url(../images/app_header_l.png) top left no-repeat;
	height: 26px;
	z-index: 1;
	margin: 0px;
}
.defPanel .wheader h2{
	background-image: url(../images/app_header_r.png) ;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 3;
	margin: 0px;
}
.defPanel .content{
	border-left: 1px solid #75a1c8;
	border-right: 1px solid #75a1c8;
	border-bottom: 1px solid #75a1c8;
	padding: 10px;
	background-color: #f8fafc;
}

.defPanel .panel{
	padding: 15px;
}

.reg .defPanel .wheader, .reg .defPanel .wheader h2{
	position: relative;
}

.wheader .icon{
  float: left;
  margin-top: 7px;
  margin-left: 6px;
}

#profile{
	width: 600px; 
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 20px;
	text-align: left; 
}

#uBild {
	width: 180px;
	float: left;
}
#uBild .content{
	text-align: center;
	padding: 10px;
}
#uBild .pic {
	padding: 3px;
	border: 1px solid #eeeeee;
}
#uBild .status{
	margin-top: 2px;
	}
#uBild .status_text{
	color: #666666;
	font-style: italic;
	margin-top: 5px;
	font-weight: bold;
	}
#uProfile{
	width: 400px;
	float: right;	
}

#uProfile .uName{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#uProfile .realName{
	display: block;
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #75A1C8;
}

#uProfile .age{
	margin-top: 10px;
	display: block;
}

#uProfile .country{
	display: block;
	padding-bottom: 6px;
	padding-top: 6px;
}
#uProfile .about_me{
	border-top: 1px solid #75A1C8;
	padding-top: 10px;
}
#uProfile .left{
	float:left;
	width: 270px;
	}
#uContactOptions{
	clear: both;
	width: 100%;

}
#uContactOptions .content{
		text-align: center;
		font-size: 10px;
}

#uContactOptions .content p{
	font-size: 12px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
#uContactOptions .content .button_yellow{
		font-size: 10px;
		height: 22px;
		font-style: normal;
}
#uGallery{
	width: 100px;
}
.friend{
	float: left;
	height: 145px;
	width: 99px;
	padding: 5px;
	text-align: center;
}
.friend .uName{
	display: block;
	font-size: 12px;
}
.friend .uPic{
	min-height: 100px;
	}
.friend .fullName{
	display: block;
	font-size: 11px;
	color: #666666;
}
.page_links {
  width: 140px;
  float: right;
  margin-right: 10px; 
}
.page_links a, .page_links span{
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  white-space: nowrap;
}
.page_links span.current{
  text-decoration: underline;
}

.res_items{
  width: 300px;
  float:left;
  padding-left: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

#TB_ajaxContent #profile{
	margin-top: 0px;
	padding-top: 0px;
}

#profileNavigation{
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 30px;
	width: 100%;
	height: 26px;
	background: url(../images/profile_navi_bg.png) 0 0 no-repeat;
	text-align: center;
}
#profileNavigation .trenner{
	padding-right: 10px;
	margin-right: 8px;
	border-right: 1px solid #666666;
}
.private{
	height: 90px;
	background: url(../images/private.png) top left no-repeat;
	padding: 10px;
	padding-left: 100px;
	font-size: 12px;
	color: #666666;
}

#add_friend_link{
	float: right;
}

#uContactOptions .contact_button{
	display: block;
	float: left;
	width: 105px;
	height: 80px;
	text-align: center;
}
#uContactOptions .contact_button span.link{
	color: #336699;
}
#uContactOptions .contact_button img{
	width: 95px;
	height: 60px;
}

#uContactOptions .contact_button a:link,
#uContactOptions .contact_button a:visited
{
	color: #336699;
}

#uContactOptions .three{
	width: 315px;
  margin-left: auto;
  margin-right: auto;
}

#uContactOptions .four{
	width: 420px;
	margin-left: auto;
  margin-right: auto;
}

