﻿.profilePanel{
	width: 905px;
	height: 54px;
	margin: 0;
	margin: 1px 0 0 0;
	padding: 0;
	position: relative;
	z-index:3;
}

.profilePanel .fadedBG{
	width: 905px;
	height: 54px;
	background-color: #fff;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	left: 0;
	top: 0;
}

.profilePanel .profileContent{
	padding: 20px 15px 0 15px;
	border-right: 1px solid #bce0ec;
	width: 578px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 0;
	z-index:2;
}

.profilePanel .searchContent{
	padding: 20px 15px 0 0;
	width: 270px;
	height: 34px;
	text-align: left;
	position: absolute;
	right: 0px;
	top: 0px;
}

.profilePanel .profileIcon{
	vertical-align: -7px;
	margin: 0 10px 0 0;	
}

.profilePanel span.memberLabel{
	font-size: 14px;
	line-height: 16px;
	color: #367d93;	
}

.profilePanel span.memberName{
	font-size: 14px;
	line-height: 16px;
	color: #0e4d5f;
	font-weight: bold;
}

.profilePanel div.memberLinks{
	float: right;
	padding-top: 3px;	
}

.profilePanel div.memberLinks a{
	color: #367d93;
	text-decoration: none;
	padding-left: 8px;
}

.profilePanel .btnLogout{
	float: right;
	margin: 0 0 0 10px;	
}

.profilePanel span.searchLabel{
	font-size: 14px;
	line-height: 16px;
	color: #0e4d5f;
	margin-right: 10px;
	float:left;
}

.profilePanel .searchContent .searchField{
	height: 13px;
	width: 160px;
	padding: 2px;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #b4ddea;	
	color: #367d93;
	float:left;
}

.profilePanel .searchContent .btnGo{
	float: right;
}
/*Non Member specific*/


.profilePanel div.locked{
	padding: 20px 15px 0 15px;
	width: 875px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 0;
}

.profilePanel div.locked span.memberLabel{
	font-size: 14px;
	line-height: 16px;
	color: #0e4d5f;	
}

.profilePanel div.nonMemberLinks{
	float: right;
	padding-top: 3px;	
}

.profilePanel div.nonMemberLinks a{
	color: #367d93;
	text-decoration: none;
	margin-left: 10px;
}

.profilePanel .loginField{
	height: 13px;
	width: 188px;
	padding: 2px;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #b4ddea;
	margin-left:0 0 0 2px;
	color: #367d93;	
}

.profilePanel input.pwField{
	margin-left: 4px;
}

.profilePanel .btnLogin{
	margin: 0px 0px 0px 4px;
	padding:0;
	vertical-align: -90%;
}
/*.loginPanel
{
	float:left;
}
.loginPanel input
{
	float:left;
}*/