#my_profile_header_bg
{
	overflow:hidden;
}
#my_profile_header
{
	overflow:hidden;
	height:110px;
}
#my_profile_header .hello_block
{
	float:right;
	overflow:hidden;
	width:250px;
}
#my_profile_header .line
{
	display:block;
	margin-top:20px;
	height:20px;
	line-height:20px;
	color:#676767;
	font-size:12pt;
}

#my_profile_header .left_link
{
	display:inline-block;
	float:left;
	overflow:hidden;
	height:40px;
	line-height:40px;
	padding:0px 15px;
	font-size:16pt;
	color:white;
	background-color:#0FBFD6;
	border-radius:10px;
	margin-top:60px;
}
#my_profile_header .left_link:hover
{
	background-color:#006471;
}

#my_profile_header .left_link2
{
	display:inline-block;
	float:left;
	overflow:hidden;
	height:55px;
	margin-top:45px;
	margin-left:25px;
}
#my_profile_header .left_link2 img
{
	height:55px;
}
#my_profile_header .left_link2 img.mask
{
	position:relative;
	top:-55px;
	opacity:0;
}
#my_profile_header .left_link2:hover img.mask {opacity:1;}

#my_profile_header_tabs_bg
{
	overflow:hidden;
	height:70px;
	border-top:1px solid #E8E8E8;
	border-bottom:2px solid #0197f1;
}
#my_profile_header_tabs
{
	overflow:hidden;
	height:70px;
}
#my_profile_header_tabs .tab
{
	border-left:1px solid #E8E8E8;
	border-bottom:0;
	height:70px;
	line-height:70px;
	display:inline-block;
	float:right;
	padding:0px 35px;
	font-size:12pt;
	color:#676767;
}
#my_profile_header_tabs .tab.first {border-right:1px solid #E8E8E8;}

#my_profile_header_tabs .tab.selected,
#my_profile_header_tabs .tab:hover
{
	background-color:#0197f1;
	color:white;
}







