.page-header {
	width: 100%;

	padding: 0px;
	border: #222 solid 1px;
	border-width: 0px 0px 2px 0px;
	height: 80px;
	background: #257AED url("../../images/header-background.png");
	position: relative;
	z-index: 20;
	
	white-space:nowrap;
}

.app_tab-fullscreen .page-header {
	z-index: auto;
}

.page-header a:link,
.page-header a:visited {
/*	color: #DDD;*/
}

.page-header .header_logo a {
/*	Official Azure*/
/*	background-color: #007FFF; */
/*	Pantone Azure*/
/*	background-color: #005DAA;*/
	background: url("../../images/header-logo.png") no-repeat;

	float: left;
	clear: none;
	width: 122px;
	height: 90px;

	padding: 0px;
	margin-left: 20px;
	margin-right: 10px;
	z-index: 19;
}

.page-header .header_tabs {
	display: block;
	white-space:nowrap;
	overflow: hidden;
	height: 82px;
}

.page-header .header_tabs a {
	display: block;
	float: left;
	font-size: 18px;
	height: 20px;
	padding: 10px 10px 5px 10px;

	margin: 0px 10px;
	margin-top: 45px;
	
	text-decoration: none;
/*	background-image: url("../../images/grey-swatch.png");*/
	
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	
	white-space:nowrap;
}

.page-header .header_tabs a:hover {
	height: 21px;
	padding-top: 11px;
	margin-top: 43px;
}

.page-header .header_tabs a.header_tab.small {
	float: right;
/*	margin-right: 26px;*/
	padding-left: 4px;
	padding-right: 4px;	
}

.page-header .header_tabs a.current, .page-header .header_tabs a.current:hover {
	height: 24px;
	border: 2px solid #222;
	border-bottom-width: 0px;
	margin: 39px 8px 0px 8px;
	padding: 12px 16px 5px 16px;

/*	background-image: none;*/
	background-image: url("../../images/current-tab-background.png") !important;	
/*	background-image: url("../../images/all-pages-background2.png") 50% -100px ;*/

/*	-webkit-box-shadow: 0px 0px 8px #FFF;
	-moz-box-shadow: 0px 0px 8px #FFF;	
	box-shadow: 0px 0px 8px #FFF;*/	
}



.page-header a.header_tab img {
	vertical-align: text-middle;
}

.page-header a.header_tab.small.home{
	vertical-align: top;
	padding: 8px 8px 7px 8px;
}
.page-header a.header_tab.small.home:hover{
	padding-bottom: 8px;
}
.page-header a.header_tab.small.home.current{
	vertical-align: top;
	padding-bottom: 9px;
	background-image: none !important;
}

a.header_tab.home {
/*	background-color: #0060b1;*/
	color: #FFF;
}
a.header_tab.actions {
	
}





.breadcrumbs {
	display: block;
	clear: both;
	width: 90%;
	padding-top: 10px;
	height: 40px;
}

.breadcrumbs .left_cap {
	background: url("../../images/breadcrumb-dock-left.png") no-repeat;
	width: 14px;
	height: 32px;
	display: block;
	float: left;
	display: none;	
}
.breadcrumbs img {
	float: left;
}

.breadcrumbs a {
/*	background-color: #ff7d20;*/
	background: url("../../images/breadcrumb-dock-background.png") repeat-x;
	float: left;
	display: block;
	height: 22px;
	padding: 5px 10px;
	padding-top: 8px;
	font-size: 14px;
	color: #E9E9E9;
	color: #DDD;
	
}
.breadcrumbs a:hover {
	color: #FFF;
}

.breadcrumbs .right_cap {
	background: url("../../images/breadcrumb-dock-right.png") no-repeat;
	width: 16px;
	height: 32px;
	display: block;
	float: left;
}
#top_status_bar {
	position:absolute;
	width: 60%;
	height: 20px;
	top: 6px;
	right: 4px;

}
#clock {
	float: right;
	color: #ABDFFB;
	font-size: 16px;
	opacity: 1;
	text-shadow: 0px 1px 1px #3A4C5B;	
}
#help_btn {
	float: right;
	margin-right: 10px;
}

#help_btn img {
	padding-bottom: 4px;
	vertical-align: middle;
}
#help_btn .caption {
	color: #EEE;
	font-weight: bold;
	-webkit-text-shadow: 0px 1px 1px #3A4C5B;
	-moz-text-shadow: 0px 1px 1px #3A4C5B;
	text-shadow: 0px 1px 1px #3A4C5B;
	
	display: none;
}
#help_btn:hover .caption {
	float: right;
	display: block;
	margin-right: 6px;	
}
#help_btn #help_icon {
	float: right;
	background: url("../../images/help-button-grey-16.png") 0px 0px no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}
#help_btn.showing #help_icon {
	background-image: url("../../images/help-button-cream-16.png");
}
#quick_jump_box {
	float: right;
	padding: 0px 5px;
	margin: -2px 10px 0px 0px;
}
#quick_jump_box input {
	font-size: 12px;
	border: 0px;
}
.invalid_message {
	display: none;
	text-align: center;
	color: red;
}
#quick_jump_box .quick_jump_help {
	display: none;
}
#quick_jump_box #id_quick_jump_submit {
	font-size: 12px;
	padding: 2px 5px;
	margin: 0px;
}
#quick_jump_box #id_quick_jump {
	width: 100px;
	background-color: rgba(255, 255, 255, 0.8);
}
#quick_jump_box #id_quick_jump:focus {
	background-color: rgba(255, 255, 255, 1);
}
