/* HEADER BAR
----------------*/

@font-face {
    font-family: "AvenirLT";
    src: url("/custom/src/@css/fonts/avenir/AvenirLTStd-Medium.otf");
}
@font-face {
    font-family: "AvenirLT";
    src: url("/custom/src/@css/fonts/avenir/AvenirLTStd-Black.otf");
    font-weight: bold;
}

#gsr_LoginBar {
	font-family: "AvenirLT", MuseoSlab700, "Trebuchet MS", sans-serif;
	position:relative;
	height:30px; width:100%; min-width: 990px;
	background: rgb(238, 114, 3);
}

#gsr_LoginBar a {
	font-family: "AvenirLT", MuseoSlab700, "Trebuchet MS", sans-serif;
}

.gs-only #gsr_LoginBar {
	background: none;
	height: 135px;
}

.gsr_LoginBox {
	position:relative;
	width:990px; /* margin-left:-495px; left:50%; */ margin: 0 auto;
}

.gs-only .gsr_LoginBox {
    height: 100%;
    background: url(images/login_bar_new.png) no-repeat;
}

.gs_LogoBar .gs_Vr {
	display:inline-block; float:left;
	height:12px; width:1px; margin:10px 0 0 22px;
	background:#fff;
}

#gsr_LoginBar .gs_Logo {
	display:inline-block;
	height:100%; width:116px;
	background:url("images/mini_logo_gs.png") no-repeat center;
	text-indent:-999px; overflow:hidden;
}

.gtvp_Logo {
	display:inline-block;
	height:100%; width:127px;
	background:url("images/mini_logo_tvp.png") no-repeat center;
	text-indent:-999px; overflow:hidden;
}

.db_Logo {
	display:inline-block;
	height:100%; width:155px;
	background:url("images/mini_logo_edb.png") no-repeat center;
	text-indent:-999px; overflow:hidden;
}

#gsr_LoginBar .gs_LogoBar {
	display:inline-block; float:left; height: 30px;
}

.gs-only #gsr_LoginBar .gs_LogoBar {
    margin-left: 145px;
    height: 38px;
}

.gs-only .dividing-bar {
	width: 2px;
	background: #ffffff;
	height: 25px;
	margin-left: 10px;
	margin-bottom: 6px;
	display: inline-block;
}

.gsr_ProfileBar:after {
	display:block; clear:both;
	content:"";
	height:0;
}

.gsr_ProfileBar {
	position:relative;
	display:inline-block; float:right;
	height:30px;
	font-size:13px; vertical-align:bottom; line-height:30px;
	color:#fff;
	zoom:1;
}

.gs-only .gsr_ProfileBar {
	height: 38px;
}

.gsr_ProfileBar img {
	position:relative; float:right;
	padding:2px; margin:3px 10px 0 0;
	background:#fff;
	-moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; border-radius:4px;
	-moz-box-shadow:2px 2px 1px rgba(0,0,0,.1); -webkit-box-shadow:2px 2px 1px rgba(0,0,0,.1); -o-box-shadow:2px 2px 1px rgba(0,0,0,.1); box-shadow:2px 2px 1px rgba(0,0,0,.1);
}

.gsr_ProfileBar span {
	display:inline-block; float:right;
}
.gsr_ProfileBar span a {
	color: #fff; text-decoration: none;
}
.gs-only .gsr_ProfileBar span a {
    margin-top: 5px;
    display: inline-block;
}
.gsr_ProfileBar span a:hover {
	color: #f1ff9d; text-decoration: underline;
}

.gsr_ProfileBarBtn {
	position:relative;
	display:inline-block; float:right;
	padding:3px 3px 3px 3px; margin:3px 2px 0 10px; height:17px;
	line-height:16px;
	-moz-border-radius:13px; -webkit-border-radius:13px; -o-border-radius:13px; border-radius:13px;
	/* color:#5EC6ED; */ color: #fff;
}
.gs-only .gsr_ProfileBarBtn, .gs-only .gsr_ProfileBar span {
	padding: 0;
	margin: 0;
	height: 100%;
}

.gsr_ProfileBarBtn a {
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 12px;
	height: 17px;
	-moz-border-radius:13px; -webkit-border-radius:13px; -o-border-radius:13px; border-radius:13px;
	color:#fff; text-decoration:none; line-height:19px;
}
.gs-only .gsr_ProfileBarBtn a {
	margin: 10px 10px 0 30px;
}
.gsr_ProfileBarBtn a:visited {
	color:#fff;
}
.gsr_ProfileBarBtn a:hover {
	color: rgb(238, 114, 3);
	text-decoration:none;
	background:#fff;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(218,244,255)),
		color-stop(0.52, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(218,244,255) 35%,
		rgb(255,255,255) 52%
	);
}
.gsr_ProfileBarBtn a.gsr_ProfileBtn {
	padding: 0px 10px;
}

/* END: HEADER BAR
----------------*/

