﻿
#editmodeHeaderContainer {
	font-family:'Yanone Kaffeesatz', verdana, serif;
	font-size: x-large;
	height: auto;
	width: auto;
	text-align: center !important;
	padding: 10px 40px;
	box-shadow:none;
	background-image: linear-gradient( #fceda7, #ffe156);
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7), to( #fbef7e));
	background-image: -webkit-linear-gradient( #A4D962, #60A82B);
	background-image: -moz-linear-gradient( #fceda7, #ffe156);
	background-image: -ms-linear-gradient( #fceda7, #ffe156);
	background-image: -o-linear-gradient( #fceda7, #ffe156);
	top: 0 !important;
	display:block !important;
	margin: auto !important;
	
}

.editmodeHeaderContainerScrolled {
	position: fixed;
	z-index: 1;
	align-self:center !important;
}

	#editmodeHeaderContainer input[type="button"] {
		font-family:'Yanone Kaffeesatz', verdana, serif;
		font-size: large;
		width: 75px;
		height: 30px;
		display: inline;
		border-radius: 10px;
		box-shadow:none !important;
		background-image: linear-gradient( #fceda7, #ffe156);
		background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7), to( #fbef7e));
		background-image: -webkit-linear-gradient( #fceda7,  #ffe156);
		background-image: -moz-linear-gradient( #fceda7, #ffe156);
		background-image: -ms-linear-gradient( #fceda7, #ffe156);
		background-image: -o-linear-gradient( #fceda7, #ffe156);
	}

.loader {
	width: 100%;
	height: 45px;
	background: url('../Images/ajax-loader.gif') 50% 50% no-repeat;
}
#searchResults table {
   width: 100%;
}