.afHR{
    height:16px;
    width:100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image:url('../../assets/ui/afHR.png');
    margin-bottom:10px;
}

.afVR {
	height:100%;
    width:20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image:url('../../assets/ui/afBigVR2.png');    
}


input.search {
    border: 1px solid #a4a4a4;
    box-shadow: 0px;
    width: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url('../../assets/ui/inputImages/searchSelectBG.jpg') no-repeat right;
    outline: none;
}



input.edit {
    border: 1px solid #a4a4a4;
    box-shadow: 0px;
    width: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url('../../assets/ui/inputImages/editInputBG.jpg') no-repeat right;
    outline: none;
}

input.email {
    border: 1px solid #a4a4a4;
    box-shadow: 0px;
    width: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*TODO: This will likely need to change. Hardcoding the URL right now is no bueno.*/
    background: url('../../assets/ui/inputImages/emailInputBG.jpg') no-repeat left;
    padding: 5px 8px 5px 44px !important;
    outline: none;
}

input.password {
    border: 1px solid #a4a4a4;
    box-shadow: 0px;
    width: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 5px 8px 5px 44px !important;
    /*TODO: This will likely need to change. Hardcoding the URL right now is no bueno.*/
    background: url('../../assets/ui/inputImages/passwordInputBG.jpg') no-repeat left;
    outline: none;
}

.firefox select{    
/*    padding: initial;
    -webkit-appearance:inherit;
    background:#fff;
    */
}
.firefox select:hover{  
    /*background:#fff;*/
}
select {
    height: 26px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    cursor:pointer;    
    -webkit-appearance: none;  
    padding: 2px 38px 5px 10px;
    color: #6d6d6d;    
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    
    background:url('../../assets/ui/inputImages/dropdownArrowGreyWBG.jpg') no-repeat right;
    background-color: #fff;
    outline: none;
}

.ie9 select{
    /*targeting ie9*/
    padding:3px;
    background:#fff;    
}

select::-ms-expand { display: none; }
select:hover{ background:url('../../assets/ui/inputImages/dropdownArrowGreyWBGOver.jpg') no-repeat right;background-color: #fff;}
 
.afBigVRBackground{
    background-image:url('../../assets/ui/afBigVR.png');    
}

.breadcrumbButtonFill{
    background-image:url('../../assets/ui/breadcrumbButtonFill.png');    
}
  
/*background: url(../../assets/ui/icons/calendarIcon.png) top left no-repeat; */

.backgroundTexture{
    background-image:url('../../assets/ui/BackgroundTexture2.png');
}
