/*Main Menu Navigation*/
.ux-head {
	border-bottom: 1px solid #F47B29;
}

.ux-pnav li.ux-pnav-selected > a {
	border-top-color: #F47B29;
}

.ux-hnav {
	border-bottom: 4px solid #F47B29;
}

/*All the tables (entries & results)*/
.ux-tabl-data th { 
	background: #DEDEDE;
	color: #333;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border-bottom: none;
}

/*All the buttons*/
button.ux-btn, input.ux-btn[type="reset"]:hover, input.ux-btn[type="submit"]:hover, input.ux-btn[type="button"]:hover {
	border: 2px solid #F47B29;
	box-shadow: 0 0 0 1px white inset;
}

button.ux-btn:active,input[type="reset"].ux-btn:active,input[type="submit"].ux-btn:active,input[type="button"].ux-btn:active {
	background: #F47B29;
}

/*Headings*/
h2, h3, h4{
	color: #F47B29;
}

.firstColumn {
       width: 70px;
  }

.toppadding{
	padding-top: .18cm;
}

.fielderrorMessages{
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: red;
    background-color: #f8f0ef;
   
    width: 642px;
    border-width: 3px;
    margin-left: -1px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}

.searchClaimsButton[disabled] {
	pointer-events: none;
	border: 1px solid #B3B3B3 !important;

}
