.headerStyle { /**background: url("../images/rangitoto-500x33.jpg"); **/
	height: 30px;
	border-width: 1px;
	border-color: buttonshadow;
	width: 1224px;
	/** border-style: solid; /** Uncomment this when border line between the Logo and header links/texts is required **/
  border-bottom: none; /** Comment this when only header links are needed along with border between Logo and header link **/  
}

.headerLink {
	font-family: verdana;
	font-size: 9px;
	color: blue;
}

a.headerLink:hover {
	color: red;
}

.headerText {
	color: black;
	border-width: 1px;
	/** border-style: solid; /** Uncomment this when border line between the Logo and header links/texts is required **/
	border-top: none; /** Comment this when only header texts are needed along with border between Logo and header text **/
	border-color: buttonshadow;
	font-family: verdana;
	font-size: 9px;
	width: 1224px;    
}

.ux-close-line {
    position: relative;
    width: 19px;
    height: 19px;
    left: 35px;
    top: 6px;
    z-index: 1;
}

.ux-close-line:hover {
    cursor: pointer;
}

.ux-close-line-facility {
    left: 95px;
}

.disabledMenu{
    pointer-events: none;
    opacity: 0.7;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
  z-index: 100;
}

#ui-datepicker-div {
    z-index: 3 !important;
}