/* HEADER BAR
----------------*/

#gsr_LoginBar {
	position:relative;
	height:30px; width:100%; min-width: 990px;
	background:#55CDFF;
}

.gsr_LoginBox {
	position:relative;
	width:990px; /* margin-left:-495px; left:50%; */ margin: 0 auto;
}


.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; float:left;
	height:25px; width:105px;
	background:url("../img/gs_Logo.gif") no-repeat 0 0;
	text-indent:-999px; overflow:hidden;
}

.gtvp_Logo {
	display:inline-block; float:left;
	height:26px; width:80px; margin:0 22px;
	background:url("../img/logo_TVP_S.png") no-repeat 0 9px;
	text-indent:-999px; overflow:hidden;
}

.db_Logo {
	display:inline-block; float:left;
	height:22px; width:142px;
	background:url("../img/db_LogoSmall.png") no-repeat 0 7px;
	text-indent:-999px; overflow:hidden;
}

.edu_Logo {
	display:inline-block; float:left;
    height: 15px;
    width: 173px;
    background: url(../img/edu_logo.png) no-repeat;
    text-indent: -999px;
    background-size: contain;
    overflow: hidden;
    margin-top: 8px;
    margin-left: 15px;
}

#gsr_LoginBar .gs_LogoBar {
	display:inline-block; float:left;
}

.gsr_ProfileBar:after {
	display:block; clear:both;
	content:"";
	height:0;
}

.gsr_ProfileBar {
	position:relative;
	display:inline-block; float:right;
	height:30px;
	font:12px MuseoSlab700, "Trebuchet MS", sans-serif; vertical-align:bottom; line-height:30px;
	color:#fff;
	zoom:1;
}

.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 {
	font-family: MuseoSlab700, "Trebuchet MS", sans-serif;
	color: #fff; text-decoration: none;
}
.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;
	background:#36B5EA;
	-moz-border-radius:13px; -webkit-border-radius:13px; -o-border-radius:13px; border-radius:13px;
	/* color:#5EC6ED; */ color: #fff;
}

.gsr_ProfileBarBtn a {
	display: inline-block;
	padding: 0px 15px;
	height: 17px;
	-moz-border-radius:13px; -webkit-border-radius:13px; -o-border-radius:13px; border-radius:13px;
	font:12px MuseoSlab500, "Trebuchet MS", sans-serif; color:#fff; text-decoration:none; line-height:17px;
}
.gsr_ProfileBarBtn a:visited {
	color:#fff;
}
.gsr_ProfileBarBtn a:hover {
	color: #36B5EA;
	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
----------------*/

