body {
  font-family: Helvetica, Arial, sans-serif !important;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ebebeb;
  background: #ebebeb;
  /*
  background: -webkit-linear-gradient(180deg, white, #f8f5f1) fixed;
  background: -o-linear-gradient(180deg, white, #f8f5f1) fixed;
  background: -moz-linear-gradient(180deg, white, #f8f5f1) fixed;
  background-image: -ms-linear-gradient(top, white 0%, #f8f5f1 100%);	
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f8f5f1');
  background: linear-gradient(180deg, white, #f8f5f1) fixed;
  */
}

#header {
  background-color: #ebebeb;
  color: #2C2C2C;
}

#header a {
	/*
	color: #9090A4;
*/
  background-color: #ebebeb;
  color: #2C2C2C;
}

/*
#footer {
  font-family: Helvetica, Arial, sans-serif !important;
}
*/

#navigation a {
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 14px;  
	color: #2C2C2C;
}

#navigation a.dropdown-item {
    color: black;
}

.navbar {
    padding-top: 0; !important;
    padding-left: 0; !important;
}

.dropdown-menu {
    padding-top: 0; !important;
    padding-bottom: 0; !important;
}

#navigation a:hover
{ 
	background-color: #cccccc;
    text-decoration:none;
}

.logo {
	margin-top: 0.2em;
	width: 300px;
}

.GridHeader {
    BACKGROUND-COLOR: #ebebeb;
}

@media screen and (max-width: 499px) {
	.logo {
		width: 40vw;
	}
}


@media screen and (min-width: 500px) and (max-width: 899px) {
	.logo {
		width: 30vw;
	}
}

.ucWebLoginUser, .ucWebLoginPassword {
	background: white;
}
