#header-browser-warning {
	color: white;
	background-color: #ad1206;
	font-size: 15px;
	text-align: center;
	line-height: 150%;
	padding: 20px 0px 20px 0px;
}
#header-browser-warning a {
	color: #ffb09d;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#header .container {
	width: 1380px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-repeat: no-repeat;
}

#header .brand {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
	margin-left: 15px;
}
#header .header-functions {
	width: 650px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	float: right;
}
#header-bottom {
	min-width: 1380px;
	background-image: -webkit-linear-gradient(bottom, #32abd4, #34c2f1);
	background-image: -moz-linear-gradient(bottom, #32abd4, #34c2f1);
	background-image: -o-linear-gradient(bottom, #32abd4, #34c2f1);
	background-image: -ms-linear-gradient(bottom, #32abd4, #34c2f1);
	background-image: linear-gradient(to top, #32abd4, #34c2f1);
	background-color: #34c2f1;
}
#header-bottom .container {
	width: 1380px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(/static/img/component/header/top-arrow.png);
	background-repeat: no-repeat;
	background-position: 1230px;
}

#header-bottom .welcome-msg {
	display: inline-block;
	color: white;
	font-size: 15px;
	font-weight: lighter;
	line-height: 26px;
	margin-left: 15px;
}
/*#header-bottom .welcome-msg span.user_name {
	font-weight: bold;
}*/

#header .profile {
	display: inline-block;
	line-height: 90px;
	text-align: right;
	margin-right: 15px;
	padding-left: 30px;
	min-width: 240px;
	vertical-align: top;
}
#header .profile .profile-item {
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
}
#header .profile a {
	text-decoration: none;
	color: black;
	max-width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: right;
}
#header .profile .user-name {
	font-size: 15px;
	font-weight: bold;
	margin-top: 1px;
	height: 33px;
}
#header .profile .tool {
	position: relative;
}
#header .profile .tool-icon {
	cursor: pointer;
	border: 1px solid transparent;
	vertical-align: -7px;
	padding: 3px;
	position: relative;
}
#header .profile .tool-icon.active {
	border: 1px solid #dedede;
	padding: 3px;
	-webkit-box-shadow: 2px 2px 5px rgba(160, 160, 160, 0.75);
	-moz-box-shadow:    2px 2px 5px rgba(160, 160, 160, 0.75);
	box-shadow:         2px 2px 5px rgba(160, 160, 160, 0.75);
	background-color: white;
}
#header .profile .tools {
	background-color: white;
	line-height: 33px;
	width: 130px;
	position: absolute;
	border: 1px solid #dedede;
	-webkit-box-shadow: 2px 2px 5px rgba(160, 160, 160, 0.75);
	-moz-box-shadow:    2px 2px 5px rgba(160, 160, 160, 0.75);
	box-shadow:         2px 2px 5px rgba(160, 160, 160, 0.75);
	text-align: center;
	display: none;
	right: 0px;;
	z-index: 2;
	top: 57px;
}
#header .profile .tools .adhesive {
	position: absolute;
	top: -2px;
	right: 0;
	background-color: white;	
	height:	2px;
	width: 21px;
	z-index: 3;
}
#header .profile .tools .tool-item {
	color: black;
	font-size: 11px;
	background-color: white;
	line-height: 30px;
}
#header .profile .tools .tool-item:hover {
	background-color: #ececec;
}
#header .profile .tools .line {
	border: 0;
	height: 1px;
	background-color: #bcbcbc;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2px;
	margin-bottom: 2px;
}
#header .profile .tools .logout{
	width: 130px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#header .links {
	padding-right: 60px;
	float: right;
	min-width: 240px;
	line-height: 90px;
}
#header .links .prod-intro,
#header .links .member-login {
	color: black;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 5px;
}
#header .links .header-link + .header-link {
	margin-left: 50px;
}

#header .trial_notice {
	font-size: 13px;
	line-height: 22px;
	color: white;
	text-shadow: 0 0 5px black;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px 15px;
	text-align: right;
	z-index: 1;
}
