
/**************************
* PR Header
**************************/
#pr-header-wrapper {
	display:block;
	text-align:center;
}

#buttonbar {
    min-height:29px;
	padding: 2px;
    display: flex;
    justify-content: center;
    background:url("/global/images/nav-primary-bg.gif") repeat-x scroll left top / auto 100% #313131;
	position: relative;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

#buttonbar .header-buttonspan {
	width:98%;
	left:5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.menu-button {
	font-size: 12px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	overflow: hidden;
    margin: 0px 5px 0px 5px;
	background-color: #222222;
	vertical-align: middle;
	text-align: center;
	color: white;
	max-width: 100%;
	min-width : 90px;
	height: 20px;
	line-height: 20px; /* Easiest Hack to vertically align one-line text.*/
	border-radius: 10px;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(65, 65, 65, 1) 0%, rgba(10, 10, 10, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(65, 65, 65, 1) 0%, rgba(10, 10, 10, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(65, 65, 65, 1) 0%, rgba(10, 10, 10, 1) 100%)!important;
	/* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bbe9', endColorstr='#17567f',GradientType=0 ); IE6-9 */
	filter: none; /*IE6-9 */
	-moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), /*top external highlight*/
 1px 1px 1px rgba(0, 0, 0, 0.2), /*bottom external shadow*/
 inset 0 -1px 1px rgba(0, 0, 0, 0.7), /*bottom internal shadow*/
 inset 0 1px 1px rgba(255, 255, 255, 0.7); /*top internal highlight*/
	-webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), /*top external highlight*/
 1px 1px 1px rgba(0, 0, 0, 0.2), /*bottom external shadow*/
 inset 0 -1px 1px rgba(0, 0, 0, 0.7), /*bottom internal shadow*/
 inset 0 1px 1px rgba(255, 255, 255, 0.7); /*top internal highlight*/
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), /*top external highlight*/
 1px 1px 1px rgba(0, 0, 0, 0.2), /*bottom external shadow*/
 inset 0 -1px 1px rgba(0, 0, 0, 0.7), /*bottom internal shadow*/
 inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.menu-button:hover {
	background: -o-linear-gradient(to bottom, rgba(30, 30, 30, 1) 0%, rgba(50, 50, 50, 1) 100%);
	background: -ms-linear-gradient(to bottom, rgba(30, 30, 30, 1) 0%, rgba(50, 50, 50, 1) 100%);
	background: linear-gradient(to bottom, rgba(30, 30, 30, 1) 0%, rgba(50, 50, 50, 1) 100%);
	box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5), /*top external highlight*/
 1px 1px 1px rgba(255, 255, 255, 0.3), /*bottom external shadow*/
 inset 0 -1px 1px rgba(0, 0, 0, 0.7), /*bottom internal shadow*/
 inset 0 1px 1px rgba(0, 0, 0, 0.7);
}

a.menu-button, a.menu-img {
	text-decoration: none!important
}
a.menu-button:visited, a.menu-img:visited, a.menu-button:link, a.menu-img:link {
	color:white;
}

#donobar {
	background-color: #1a1a1a;
	display: flex;
	padding: 3px 0px 3px 0px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
