.userprofile_tabbox{
	width: 600px;
	height: 300px;
	margin-bottom: 25px;
	_margin-bottom: 5px;
	font-family: verdana;
	font-size: 11px;
	color: black;
}

.userprofile_tabs{

}

.userprofile_tabbox div.active{
	font-weight: bold;
	background-color: #B5C8DF;
}

.userprofile_tab{
	float: left;
	border-right: 1px solid #BFBFBF;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	cursor: hand;
	cursor: pointer;
}

.userprofile_tabbox div.tabbox_bodies{
	clear:both;
	width: 100%;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #B5C8DF;
	border-bottom: 1px solid #6B9BCA;
	border-right: 1px solid #6B9BCA;
}

.tabbox_body{
	float: left;
	width:100%;
}

.tabbox_bodies div.ith_visible{
	padding: 5px;
}

.tabbox_bodies div.ith_not_visible {
	width: 0px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}

div#up_handball_career.ith_visible{
	height:auto;
	background-color:#B5C8DF;
	width:590px;
}

.userprofile{
	font-family: verdana;
	font-size: 11px;
	color: black;
}

#user_image_section{
	border:1px solid #6B9BCA;
	min-height: 185px;	
	width:140px;
	height:185px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;	
}

div.lock_on{
	width: 18px;
	height: 18px;
	background: transparent url('Brix/Images/Locks.gif') no-repeat top left;
}

.userelementdata{
	font-weight: bold;
}

.tabbox_body .fieldsection{
	clear:both;
	padding-bottom: 40px;
}

.fieldsection .field{
	float:left;
	padding-right: 20px;
}



div.ith_btn {
	-moz-user-focus: ignore;
	-moz-user-select: none;
	font: bold 11px Arial, sans-serif;
	background-color: #CCDCEA;
	border: 1px solid #6B9BCA;
	padding:3px;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
}

div.ith_btn:hover, span.ith_btn:hover  {
	background-color: #97b8d5;
}

