a.graphic, input.graphic, button.graphic {
	display: block;
	border-width: 0 0 0 0;
	padding: 18px 0 0 0;
	height: 18px;
        width: 68px;
	overflow: hidden;
}

a.graphicLarge, input.graphicLarge, button.graphicLarge{
        display: block;
	border-width: 0 0 0 0;
	padding: 18px 0 0 0;
	height: 18px;
        width: 110px;
	overflow: hidden;
}
input.graphic1 {
	display: block;
	border-width: 0 0 0 0;
	padding: 18px 0 0 0;
	height: 18px;
        width: 110px;
	overflow: hidden;
}
input.graphic2 {
	display: block;
	border-width: 0 0 0 0;
	padding: 18px 0 0 0;
	height: 18px;
        width: 85px;
	overflow: hidden;
}
input.graphic3 , button.graphic3{
	display: block;
	border-width: 0 0 0 0;
	padding: 18px 0 0 0;
	height: 18px;
        width: 130px;
	overflow: hidden;
}
input.graphic4 {
	display: block;
	border-width: 0 0 0 0;
	padding: 18px 0 0 0;
	height: 18px;
        width: 110px;
	overflow: hidden;
}
input.graphic5 {
	display: block;
	border-width: 0 0 0 0;
	padding: 18px 0 0 0;
	height: 18px;
        width: 25px;
	overflow: hidden;
}

/***************Start of classes for dynamic text on buttons***********************/

input.buttons, button.buttons{
    color : #0B3F9A ; 
}

input.buttonsRed{
    color : #8A0B0B ;  
}

input.buttons,input.buttonsRed, button.buttons{
    height: 18px;
    padding: 0 0 0 0;
    border-width: 0 0 0 0; 
    font-family: Tahoma;
    font-weight : 900; 
    font-size : 11px;
    display: block;
}

div.buttons{
    color : #0B3F9A ; 
    height: 18px;
    top:0;
    width: 65px; 
    padding: 0 0 0 0;
    border-width: 0 0 0 0; 
    font-family: Tahoma;
    font-weight : 900; 
    font-size : 11px;
    text-align: center; 
    vertical-align:middle;
    background-position: center;
    background: url("../img/button_small_blank.gif") no-repeat;    
}

input.dynaBtnArrowUp {
	background: url("../img/button_left_on.gif") no-repeat, url("../img/button_right_on.gif") no-repeat right bottom, url("../img/icon-arrow-up.png") no-repeat 95% bottom, url("../img/button_center_on.gif") repeat 12px bottom;
	text-indent: 10px;
	padding-right: 10px;
	border-radius:10px;
}

span.btnIcon {
	font-family: Tahoma;
	font-weight : 900;
	font-size : 11px;
	padding-right:25px;
	padding-left:10px;
	color : #0B3F9A ;
}

span.upArrow{
	background: url("../img/icon-arrow-up.png") no-repeat right;
}

span.downArrow{
	background: url("../img/icon-arrow-down.png") no-repeat right;
}


input.dynaBtn:hover, button.dynaBtn:hover {
	background: url("../img/button_left_on.gif") no-repeat left center, url("../img/button_right_on.gif") no-repeat right center, url("../img/button_center_on.gif") repeat 9px center;
	padding-right: 10px;
	border-radius:10px;
	text-indent: 10px;
	box-shadow: inset 1px -4px 0px 0px rgba(0, 0, 0, 0.2);

}

input.dynaBtn, button.dynaBtn {
	background: url("../img/button_left.gif") no-repeat left center, url("../img/button_right.gif") no-repeat right center, url("../img/button_center.gif") repeat 11px center;
	text-indent: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-radius:10px;
	box-shadow: inset 1px -4px 0px 0px rgba(0, 0, 0, 0.2);
}

input.dynaBtn[disabled], button.dynaBtn[disabled] {
	background: url("../img/button_left.gif") no-repeat left center, url("../img/button_right.gif") no-repeat right center, url("../img/button_center.gif") repeat 11px bottom;
	text-indent: 10px;
	padding-right: 10px;
	border-radius:10px;
	background-size : contain;
	color: grey;
}

input.smallest,input.smallest:hover,input.smallest[disabled]{
    width: 45px;     
}

input.smallest {
    background: url("../img/button_smallest_blank.gif") no-repeat;
}
input.smallest:hover {
    background: url("../img/button_smallest_blank_active.gif") no-repeat;
}
input.smallest[disabled]{
    background: url("../img/button_smallest_blank.gif") no-repeat;
    color: Gray;
}

input.small,input.small:hover,input.small[disabled]{
    width: 65px;     
}

input.small {
    background: url("../img/button_small_blank.gif") no-repeat;
    
}
input.small:hover {
    background: url("../img/button_small_blank_active.gif") no-repeat;
   
}
input.small[disabled]{
    background: url("../img/button_small_blank.gif") no-repeat;
        color: Gray;
}

input.medium,input.medium:hover,input.medium[disabled]{
    width: 85px;     
}

input.medium {
    background: url("../img/button_medium_blank.gif") no-repeat;
   
}
input.medium:hover {
    background: url("../img/button_medium_blank_active.gif") no-repeat;
   
}
input.medium[disabled]{
    background: url("../img/button_medium_blank.gif") no-repeat;
     color: Gray;
}

input.wide,input.wide:hover,input.wide[disabled]{
    width: 110px;     
}

input.wide {
    background: url("../img/button_wide_blank.gif") no-repeat;
   
}
input.wide:hover {
    background: url("../img/button_wide_blank_active.gif") no-repeat;
  
}
input.wide[disabled]{
    background: url("../img/button_wide_blank.gif") no-repeat;
    color: Gray;
}

input.widest,input.widest:hover,input.widest[disabled]{
    width: 130px;     
}

input.widestArr {
	background: url("../img/upArrow.gif") no-repeat 90% 50%,  url("../img/button_widest_blank.gif") no-repeat;
	width: 130px;
	background-position: 90% 50%, left top ;
}

input.widest {
    background: url("../img/button_widest_blank.gif") no-repeat left top;
}
input.widest:hover {
    background: url("../img/button_widest_blank_active.gif") no-repeat;
   
}
input.widest[disabled]{
    background: url("../img/button_widest_blank.gif") no-repeat;
    color: Gray;
}


/***************End of classes for dynamic text on buttons***********************/



input.distDistBank {
	background: url("../img/button_dist_bank.gif") no-repeat;
}

input.distDistBank[disabled]{
    background: url("../img/button_dist_bank_inactive.gif") no-repeat;
}

input.distNonDistBank {
	background: url("../img/button_non_dist_bank.gif") no-repeat;
}

input.distNonDistBank[disabled]{
    background: url("../img/button_non_dist_bank_inactive.gif") no-repeat;
}

input.add {
	background: url("../img/button_add.gif") no-repeat;
}
input.add:hover {
	background: url("../img/button_add_on.gif") no-repeat;
}
input.add[disabled]{
    background: url("../img/button_add_inactive.gif") no-repeat;
}
input.edit {
	background: url("../img/button_edit.gif") no-repeat;
}
input.edit:hover {
	background: url("../img/button_edit_on.gif") no-repeat;
}
input.edit[disabled]{
    background: url("../img/button_edit_inactive.gif") no-repeat;
}
input.details {
	background: url("../img/button_details.gif") no-repeat;
}
input.details:hover {
	background: url("../img/button_details_on.gif") no-repeat;
}
input.details[disabled]{
    background: url("../img/button_details_inactive.gif") no-repeat;
}
input.calculate {
	background: url("../img/button_calculate.gif") no-repeat;
}
input.calculate:hover {
	background: url("../img/button_calculate_on.gif") no-repeat;
}
input.calculate[disabled]{
    background: url("../img/button_calculate_inactive.gif") no-repeat;
}

input.addOC {
	background: url("../img/button_addOC.gif") no-repeat;
}
input.addOC:hover {
	background: url("../img/button_addOC_on.gif") no-repeat;
}
input.addOC[disabled]{
    background: url("../img/button_addOC_inactive.gif") no-repeat;
}

input.deleteOC {
	background: url("../img/button_deleteOC.gif") no-repeat;
}
input.deleteOC:hover {
	background: url("../img/button_deleteOC_on.gif") no-repeat;
}
input.deleteOC[disabled]{
    background: url("../img/button_deleteOC_inactive.gif") no-repeat;
}

input.markSent {
	background: url("../img/button_mark_sent.gif") no-repeat;
}
input.markSent:hover {
	background: url("../img/button_mark_sent_on.gif") no-repeat;
}
input.markSent[disabled]{
    background: url("../img/button_mark_sent_inactive.gif") no-repeat;
}

input.sentEMail {
	background: url("../img/button_send_email.gif") no-repeat;
}
input.sentEMail:hover {
	background: url("../img/button_send_email_on.gif") no-repeat;
}
input.sentEMail[disabled]{
    background: url("../img/button_send_email_inactive.gif") no-repeat;
}
input.sendEmailBlue {
	background: url("../img/button_sendemail.gif") no-repeat;
}

input.editOC {
	background: url("../img/button_editOC.gif") no-repeat;
}
input.editOC:hover {
	background: url("../img/button_editOC_on.gif") no-repeat;
}
input.editOC[disabled]{
    background: url("../img/button_editOC_inactive.gif") no-repeat;
}

input.lookup {
	background: url("../img/icon_lookup.jpg") no-repeat;
}
input.lookup[disabled] {
	background: url("../img/icon_lookup_inactive.jpg") no-repeat;
}
input.moveAction
 {
	background: url("../img/button_moveaction.gif") no-repeat;
}
input.moveAction:hover {
	background: url("../img/button_moveaction_on.gif") no-repeat;
}
input.moveAction[disabled]
 {
	background: url("../img/button_moveAction_inactive.gif") no-repeat;
}
input.manage {
	background: url("../img/button_manage.gif") no-repeat;
}

input.manage:hover {
	background: url("../img/button_manage_on.gif") no-repeat;
}
input.manage[disabled] {
	background: url("../img/button_manage_inactive.gif") no-repeat;
}

input.linkitem {
    background: url("../img/button_linkItems.gif") no-repeat;
}

input.linkitem:hover {
    background: url("../img/button_linkItems_on.gif") no-repeat;
}

input.linkitem[disabled] {
    background: url("../img/button_linkItems_invactive.gif") no-repeat;
}

input.linkactiontoitem {
	background: url("../img/button_linkactionstoitems.gif") no-repeat;
}

input.linkactiontoitem:hover {
	background: url("../img/button_linkactionstoitems_o.gif") no-repeat;
}
input.linkactiontoitem[disabled] {
	background: url("../img/button_linkactionstoitems_i.gif") no-repeat;
}

input.search {
	background: url("../img/button_search.gif") no-repeat;
}

input.search:hover {
	background: url("../img/button_search_on.gif") no-repeat;
}
input.search[disabled] {
	background: url("../img/button_search_inactive.gif") no-repeat;
}

input.to {
	background: url("../img/button_to.gif") no-repeat;
}

input.to:hover {
	background: url("../img/button_to_on.gif") no-repeat;
}

input.addcc {
	background: url("../img/button_addcc.gif") no-repeat;
}

input.addcc:hover {
	background: url("../img/button_addcc_on.gif") no-repeat;
}

input.sendemail {
	background: url("../img/button_sendemail.gif") no-repeat;
}

input.sendemail[disabled] {
	background: url("../img/button_sendemail_inactive.gif") no-repeat;
}

input.sendemail:hover {
	background: url("../img/button_sendemail_on.gif") no-repeat;
}

input.print {
	background: url("../img/button_print.gif") no-repeat;
}

input.print:hover {
	background: url("../img/button_print_on.gif") no-repeat;
}

input.print[disabled]{
    background: url("../img/button_print_inactive.gif") no-repeat;
}


input.save {
	background: url("../img/button_save.gif") no-repeat;
}

input.save:hover {
	background: url("../img/button_save_on.gif") no-repeat;
}

input.save[disabled]{
    background: url("../img/button_save_inactive.gif") no-repeat;
}

input.printlabels {
	background: url("../img/button_printlabels.gif") no-repeat;
}

input.printlabels:hover {
	background: url("../img/button_printlabels_on.gif") no-repeat;
}

input.printlabels[disabled]{
    background: url("../img/button_printlabels_inactive.gif") no-repeat;
}

input.sendMail {
	background: url("../img/button_sendmail.gif") no-repeat;
}

input.sendMail:hover {
	background: url("../img/button_sendmail_on.gif") no-repeat;
}

input.sendMail[disabled]{
    background: url("../img/button_sendmail_inactive.gif") no-repeat;
}

input.previewTxt {
	background: url("../img/icon_preview_text.gif") no-repeat;
        vertical-align: middle;  
}

input.deleteBatch {
	background: url("../img/button_dbatch.gif") no-repeat;
}

input.deleteBatch:hover {
	background: url("../img/button_dbatch_on.gif") no-repeat; 
}

input.deleteBatch[disabled]{
    background: url("../img/button_dbatch_inactive.gif") no-repeat;
}

input.refresh {
	background: url("../img/button_refresh.gif") no-repeat;
}

input.refresh:hover {
	background: url("../img/button_refresh_on.gif") no-repeat; 
}

input.refresh[disabled]{
    background: url("../img/button_refresh_inactive.gif") no-repeat;
}

input.finalize {
	background: url("../img/button_finalize_red.gif") no-repeat;
}

input.finalize:hover {
	background: url("../img/button_finalize_red_on.gif") no-repeat;
}

input.finalize[disabled]{
    background: url("../img/button_finalize_inactive.gif") no-repeat;
}

input.rightArrow {
	background: url("../img/icon_arrow_right.gif") no-repeat;
        width : 30px;
        padding: 20px 0 0 0 ; 
        cursor:hand;
        
}

input.rightArrow[disabled]{
        background: url("../img/icon_arrow_r_disable.gif") no-repeat;
        width : 30px;
        padding: 20px 0 0 0 ; 
        cursor:hand;
}

input.left {
	background: url("../img/icon_arrow_left.gif") no-repeat;
        width : 25px;
        padding: 20px 0 0 0 ; 
        cursor:hand;
}

input.left[disabled]{
        background: url("../img/icon_arrow_l_disable.gif") no-repeat;
        width : 25px;
        padding: 20px 0 0 0 ;    
        cursor:hand;
}

input.assign {
	background: url("../img/button_assign.gif") no-repeat;
}

input.assign:hover {
	background: url("../img/button_assign_on.gif") no-repeat;
}

input.assign[disabled]{
    background: url("../img/button_assign_inactive.gif") no-repeat;
}

input.newrole {
	background: url("../img/button_newrole.gif") no-repeat;
}

input.newrole:hover {
	background: url("../img/button_newrole_on.gif") no-repeat;
}

input.newrole[disabled]{
    background: url("../img/button_newrole_inactive.gif") no-repeat;
}

input.addfunc {
	background: url("../img/button_addfunc.gif") no-repeat;
}

input.addfunc:hover {
	background: url("../img/button_addfunc_on.gif") no-repeat;
}

input.addfunc[disabled]{
    background: url("../img/button_addfunc_inactive.gif") no-repeat;
}

input.assignrole {
	background: url("../img/button_assignrole.gif") no-repeat;
}

input.assignrole:hover {
	background: url("../img/button_assignrole_on.gif") no-repeat;
}

input.assignrole[disabled]{
    background: url("../img/button_assignrole_inactive.gif") no-repeat;
}

input.lookup[disabled]{
    background: url("../img/icon_lookup_inactive.jpg") no-repeat;
}

input.newAction {
	background: url("../img/newAction.gif") no-repeat;
}

input.newAction:hover {
	background: url("../img/newAction_on.gif") no-repeat;
}

input.newAction[disabled]{
    background: url("../img/button_newAction_inactiv.gif") no-repeat;
}

input.saveSrch {
	background: url("../img/button_save_search.gif") no-repeat;
}

input.saveSrch:hover {
	background: url("../img/button_save_search_active.gif") no-repeat;
}

input.saveSrch[disabled]{
    background: url("../img/button_save_search_inactive.gif") no-repeat;
}

input.newpo {
	background: url("../img/button_new_po.gif") no-repeat;
}

input.newpo:hover {
	background: url("../img/button_new_po_active.gif") no-repeat;
}

input.newpo[disabled]{
    background: url("../img/button_new_po_inactive.gif") no-repeat;
}
input.newfee {
	background: url("../img/button_new_fee.gif") no-repeat;
}

input.newfee:hover {
	background: url("../img/button_new_fee_active.gif") no-repeat;
}

input.newfee[disabled]{
    background: url("../img/button_new_fee_inactive.gif") no-repeat;
}
input.select {
	background: url("../img/button_select.gif") no-repeat;
}

input.select:hover {
	background: url("../img/button_select_active.gif") no-repeat;
}

input.select[disabled]{
    background: url("../img/button_select_inactive.gif") no-repeat;
}
input.refund {
	background: url("../img/button_refund.gif") no-repeat;
}

input.refund:hover {
	background: url("../img/button_refund_active.gif") no-repeat;
}

input.refund[disabled]{
    background: url("../img/button_refund_inactive.gif") no-repeat;
}
input.voidreturn {
	background: url("../img/button_void.gif") no-repeat;
}

input.voidreturn:hover {
	background: url("../img/button_void_active.gif") no-repeat;
}

input.voidreturn[disabled]{
    background: url("../img/button_void_inactive.gif") no-repeat;
}

input.renumberbydate {
	background: url("../img/button_renumberbydate.gif") no-repeat;
}

input.renumberbydate:hover {
	background: url("../img/button_renumberbydate_on.gif") no-repeat;
}

input.renumberbydate[disabled]{
    background: url("../img/button_renumberbydate_inactive.gif") no-repeat;
}

input.first {
	background: url("../img/button_first.gif") no-repeat;
}

input.first[disabled] {
	background: url("../img/button_first_inactive.gif") no-repeat;
}

input.prev {
	background: url("../img/button_previous.gif") no-repeat;
}

input.prev[disabled] {
	background: url("../img/button_previous_inactive.gif") no-repeat;
}

input.next {
	background: url("../img/button_next.gif") no-repeat;
}

input.next[disabled] {
	background: url("../img/button_next_inactive.gif") no-repeat;
}

input.last {
	background: url("../img/button_last.gif") no-repeat;
}

input.last[disabled] {
	background: url("../img/button_last_inactive.gif") no-repeat;
}

input.customize {
	background: url("../img/customize.gif") no-repeat;
}

input.customize:hover {
	background: url("../img/customize_on.gif") no-repeat;
}
input.customize[disabled] {
	background: url("../img/customize_inactive.gif") no-repeat;
}

input.customizeEmail {
	background: url("../img/button_customize_email.gif") no-repeat;
}

input.customizeEmail:hover {
	background: url("../img/button_customize_email_active.gif") no-repeat;
}
input.customizeEmail[disabled] {
	background: url("../img/button_customize_email_inactive.gif") no-repeat;
}

input.testEmail {
	background: url("../img/button_test_email.gif") no-repeat;
}

input.testEmail:hover {
	background: url("../img/button_test_email_active.gif") no-repeat;
}
input.testEmail[disabled] {
	background: url("../img/button_test_email_inactive.gif") no-repeat;
}

input.generate {
	background: url("../img/generate.gif") no-repeat;
}

input.generate:hover {
	background: url("../img/generate_on.gif") no-repeat;
}

input.generate[disabled]{
    background: url("../img/button_generate_inactive.gif") no-repeat;
}

input.prepare {
	background: url("../img/button_prepare.gif") no-repeat;
}

input.prepare:hover {
	background: url("../img/button_prepare_on.gif") no-repeat;
}

input.preview {
	background: url("../img/button_preview.gif") no-repeat;
}

input.preview:hover {
	background: url("../img/button_preview_on.gif") no-repeat;
}

input.previewSchdl {
	background: url("../img/button_preview_schdl.gif") no-repeat;
}

input.previewSchdl:hover {
	background: url("../img/button_preview_schdl_active.gif") no-repeat;
}

input.new {
	background: url("../img/button_new.gif") no-repeat;
}

input.new:hover {
	background: url("../img/button_new_active.gif") no-repeat;
}
input.new[disabled]{
     background: url("../img/button_new_inactive.gif") no-repeat;
}

input.big_new {
	background: url("../img/button_new_big.gif") no-repeat;
}

input.big_new:hover {
	background: url("../img/button_new_big_on.gif") no-repeat;
}
input.big_new[disabled]{
     background: url("../img/button_new_big_inactive.gif") no-repeat;
}

input.newmail {
	background: url("../img/button_newMail.gif") no-repeat;
}

input.newmail:hover {
	background: url("../img/button_newMail_on.gif") no-repeat;
}
input.newmail[disabled]{
    background: url("../img/button_newmail_inactive.gif") no-repeat;
}
input.wastebasket {
	background: url("../img/wastebasket.gif") no-repeat;
}
input.linkmail {
	background: url("../img/button_linkmail.gif") no-repeat;
}
input.linkmail:hover {
	background: url("../img/button_linkmail_on.gif") no-repeat;
}
input.linkmail[disabled]{
    background: url("../img/button_linkMail_inactive.gif") no-repeat;
}

input.unlinkmail {
	background: url("../img/button_unlinkMail.gif") no-repeat;
}

input.unlinkmail:hover {
	background: url("../img/button_unlinkMail_on.gif") no-repeat;
}

input.unlinkmail[disabled]{
    background: url("../img/button_unlinkMail_inactive.gif") no-repeat;
}

input.renderCO {
	background: url("../img/button_renderCO.gif") no-repeat;
}

input.renderCO:hover {
	background: url("../img/button_renderCO_on.gif") no-repeat;
}

input.renderCO[disabled]{
    background: url("../img/button_renderCO_inactive.gif") no-repeat;
}

input.selectmail {
	background: url("../img/button_selectMail.gif") no-repeat;
}

input.selectmail:hover {
	background: url("../img/button_selectMail_on.gif") no-repeat;
}

input.exportToExcel {
	background: url("../img/button_exportToExcel.gif") no-repeat;
}

input.exportToExcel:hover {
	background: url("../img/button_exportToExcel_on.gif") no-repeat;
}

input.batchletters {
	background: url("../img/button_batchLetters.gif") no-repeat;
}

input.batchletters:hover {
	background: url("../img/button_batchLetters_on.gif") no-repeat;
}

input.batchletters[disabled]{
    background: url("../img/button_batchLetters_inactive.gif") no-repeat;
}

input.reassign {
	background: url("../img/button_reassign.gif") no-repeat;
}

input.reassign:hover{
	background: url("../img/button_reAssign_on.gif") no-repeat;
}

input.reassign[disabled]{
    background: url("../img/button_reassign_inactive.gif") no-repeat;
}

input.assignUsers {
	background: url("../img/button_assignusers.gif") no-repeat;
}

input.assignUsers:hover {
	background: url("../img/button_assignusers_on.gif") no-repeat;
}

input.assignUsers[disabled]{
    background: url("../img/button_assignusers_inactive.gif") no-repeat;
}

input.move {
	background: url("../img/button_move.gif") no-repeat;
}

input.move:hover {
	background: url("../img/button_move_on.gif") no-repeat;
}
input.move[disabled] {
    background: url("../img/button_move_inactive.gif") no-repeat;
}


input.incompliance {
	background: url("../img/button_incomp.gif") no-repeat;
}

input.outcompliance {
	background: url("../img/button_outcomp.gif") no-repeat;
}

input.associate {
	background: url("../img/button_associate.gif") no-repeat;
}

input.associate:hover {
	background: url("../img/button_associate_on.gif") no-repeat;
}
input.associate[disabled]{
    background: url("../img/button_associate_inactive.gif") no-repeat;
}
input.check {
	background: url("../img/button_checkall.gif") no-repeat;
}

input.check:hover {
	background: url("../img/button_checkall_on.gif") no-repeat;
}

input.uncheck {
	background: url("../img/button_uncheckall.gif") no-repeat;
}

input.uncheck:hover {
	background: url("../img/button_uncheckall_on.gif") no-repeat;
}


input.ok {
	background: url("../img/ok.gif") no-repeat;
}

input.ok:hover {
	background: url("../img/ok_on.gif") no-repeat;
}
input.big_ok {
	background: url("../img/button_OK.gif") no-repeat;
}

input.big_ok:hover {
	background: url("../img/button_ok_on.gif") no-repeat;
}

input.big_ok[disabled] {
	background: url("../img/button_OK_inactive.gif") no-repeat;
}

input.export {
	background: url("../img/button_export.gif") no-repeat;
}

input.export:hover {
	background: url("../img/button_export_on.gif") no-repeat;
}

input.cancel {
	background: url("../img/button_cancel.gif") no-repeat;
}

input.cancel:hover {
	background: url("../img/button_cancel_on.gif") no-repeat;
}

input.cancel[disabled]{
    background: url("../img/button_cancel_inactive.gif") no-repeat;
}

input.clear {
	background: url("../img/button_clear.gif") no-repeat;
}

input.clear:hover {
	background: url("../img/button_clear_on.gif") no-repeat;
}
input.accept {
	background: url("../img/button_accept.gif") no-repeat;
}

input.accept:hover {
	background: url("../img/button_accept_on.gif") no-repeat;
}
input.reject {
	background: url("../img/button_reject.gif") no-repeat;
}

input.reject:hover {
	background: url("../img/button_reject_on.gif") no-repeat;
}

input.go {
	background: url("../img/button_go.gif") no-repeat;
}

input.go:hover {
	background: url("../img/button_go_active.gif") no-repeat;
}



input.mail {
	background: url("../img/button_linkmail.gif") no-repeat;
}

input.mail:hover {
	background: url("../img/button_linkmail_on.gif") no-repeat;
}
input.edit {
	background: url("../img/button_edit.gif") no-repeat;
}

input.edit:hover {
	background: url("../img/button_edit_on.gif") no-repeat;
}

input.arrowrt {
	background: url("../img/button_arrowrt.gif") no-repeat;
}

input.arrowrt:hover {
	background: url("../img/button_arrowrt_on.gif") no-repeat;
}

input.arrowlf {
	background: url("../img/button_arrowlt.gif") no-repeat;
}

input.arrowlf:hover {
	background: url("../img/button_arrowlt_on.gif") no-repeat;
}

input.attachment {
	background: url("../img/button_addattachment.gif") no-repeat;
}

input.attachment:hover {
	background: url("../img/button_addattachment_on.gif") no-repeat;
}

input.attachment[disabled] {
	background: url("../img/button_addattachment_inactive.gif") no-repeat;
}
a.edit {
	background: url("../img/icon_edit.gif") no-repeat;
}

a.unlink {
	background: url("../img/icon_delete_link.gif") no-repeat;
}

a.edit:hover {
	background: url("../img/icon_edit_on.gif") no-repeat;
}

a.info {
	background: url("../img/icon_info.gif") no-repeat;
}

a.info:hover {
	background: url("../img/icon_info_on.gif") no-repeat;
}

a.view {
	background: url("../img/icon_view.gif") no-repeat;
}

a.view:hover {
	background: url("../img/icon_view_on.gif") no-repeat;
}

input.addaction {
	background: url("../img/button_addaction.gif") no-repeat;
}

input.addaction:hover {
	background: url("../img/button_addaction_on.gif") no-repeat;
}
input.newItem {
	background: url("../img/button_new_item.gif") no-repeat;
}

input.newItem:hover {
	background: url("../img/button_new_item_active.gif") no-repeat;
}
input.newItem[disabled]{
    background: url("../img/button_new_item_inactive.gif") no-repeat;
}
input.deleteAction {
	background: url("../img/deleteAction.gif") no-repeat;
}
input.deleteAction:hover {
	background: url("../img/deleteAction_on.gif") no-repeat;
}
input.deleteAction[disabled]{
    background: url("../img/button_deleteAction_inactive.gif") no-repeat;
}


input.renumber {
	background: url("../img/renumber.gif") no-repeat;
}
input.renumber:hover {
	background: url("../img/renumber_on.gif") no-repeat;
}
input.delete {
	background: url("../img/button_delete.gif") no-repeat;
}
input.delete:hover {
	background: url("../img/button_delete_on.gif") no-repeat;
}

input.delete[disabled]{
    background: url("../img/button_delete_inactive.gif") no-repeat;
}

input.deleteRed {
	background: url("../img/button_delete_red.gif") no-repeat;
}
input.deleteRed:hover {
	background: url("../img/button_delete_red_on.gif") no-repeat;
}

input.deleteRed[disabled]{
    background: url("../img/button_delete_red_inactive.gif") no-repeat;
}

input.deleteItem {
	background: url("../img/button_deleteItem_red.gif") no-repeat;
}
input.deleteItem:hover {
	background: url("../img/button_deleteItem_red_on.gif") no-repeat;
}
input.deleteItem[disabled] {
	background: url("../img/button_deleteItem_inactive.gif") no-repeat;
}
input.moveItem {
	background: url("../img/button_moveItem.gif") no-repeat;
}
input.moveItem:hover {
	background: url("../img/button_moveItem_on.gif") no-repeat;
}
input.moveItem[disabled]{
	background: url("../img/button_moveItem_inactive.gif") no-repeat;
}
input.detach {
	background: url("../img/button_detach.gif") no-repeat;
}
input.detach:hover {
	background: url("../img/button_detach_on.gif") no-repeat;
}
input.detach[disabled]{
	background: url("../img/button_detach_inactive.gif") no-repeat;
}
input.attach {
	background: url("../img/icon_attach.gif") no-repeat;
}

input.attach:hover {
	background: url("../img/icon_attach_on.gif") no-repeat;
}

input.adddelete {
	background: url("../img/button_adddelete.gif") no-repeat;
}

input.adddelete:hover {
	background: url("../img/button_adddelete_on.gif") no-repeat;
}
input.view {
	background: url("../img/icon_view.gif") no-repeat;
}

input.view:hover {
	background: url("../img/icon_view_on.gif") no-repeat;
}
input.viewLetter {
	background: url("../img/button_edit_view.gif") no-repeat;
}
input.viewLetter:hover {
	background: url("../img/button_edit_view_active.gif") no-repeat;
}
input.viewLetter[disabled]{
	background: url("../img/button_edit_view_inactive.gif") no-repeat;
}

input.deleteIcon {
	background: url("../img/icon_delete.gif") no-repeat;
}

input.deleteIcon:hover {
	background: url("../img/icon_delete_on.gif") no-repeat;
}

input.cancel {
	background: url("../img/button_cancel.gif") no-repeat;
}

input.cancel:hover {
	background: url("../img/button_cancel_on.gif") no-repeat;
}
input.disassociate {
	background: url("../img/button_disassociate_on.gif") no-repeat;
}

input.disassociate:hover {
	background: url("../img/button_disassociate.gif") no-repeat;
}

input.remove {
	background: url("../img/button_remove.gif") no-repeat;
}

input.remove:hover {
	background: url("../img/button_remove_on.gif") no-repeat;
}
input.remove[disabled]{
    background: url("../img/button_remove_inactive.gif") no-repeat;
}
input.refreshSel {
	background: url("../img/button_refreshSel.gif") no-repeat;
}

input.refreshSel:hover {
	background: url("../img/button_refreshSel_on.gif") no-repeat;
}
input.refreshSel[disabled]{
    background: url("../img/button_refreshSel_inactive.gif") no-repeat;
}

input.createSubmittal {
	background: url("../img/button_createsub.gif") no-repeat;
}

input.createSubmittal:hover {
	background: url("../img/button_createsub_on.gif") no-repeat;
}
input.createSubmittal[disabled]{
    background: url("../img/button_createsub_inactive.gif") no-repeat;
}
input.addSubmittal {
	background: url("../img/button_addsubmittal.gif") no-repeat;
}

input.addSubmittal:hover {
	background: url("../img/button_addsubmittal_on.gif") no-repeat;
}
input.addSubmittal[disabled]{
    background: url("../img/button_addsubmittal_inactiv.gif") no-repeat;
}

input.history {
	background: url("../img/button_history.gif") no-repeat;
}

input.history:hover {
	background: url("../img/button_history_on.gif") no-repeat;
}

input.history[disabled] {
	background: url("../img/button_history_inactive.gif") no-repeat;
}
input.sold {
	background: url("../img/button_sold.gif") no-repeat;
}

input.sold:hover {
	background: url("../img/button_sold_on.gif") no-repeat;
}
input.qa {
	background: url("../img/button_qa.gif") no-repeat;
}

input.qa:hover {
	background: url("../img/button_qa_on.gif") no-repeat;
}
input.calculator {
	background: url("../img/button_calculator.gif") no-repeat;
}

input.calculator:hover {
	background: url("../img/button_calculator_on.gif") no-repeat;
}

input.qad {
	background: url("../img/button_qad.gif") no-repeat;
}

input.qad:hover {
	background: url("../img/button_qad_on.gif") no-repeat;
}

input.changestatus {
	background: url("../img/button_changestatus.gif") no-repeat;
}

input.changestatus:hover {
	background: url("../img/button_changestatus_on.gif") no-repeat;
}

input.removeen50 {
	background: url("../img/button_removeen50_red.gif") no-repeat;
}

input.removeen50:hover {
	background: url("../img/button_removeen50_red_on.gif") no-repeat;
}

input.removeen50[disabled]{
	background: url("../img/button_removeen50_inactive.gif") no-repeat;
}
button.fx4web-close {
	background: url("../img/button_close.gif") no-repeat;
        margin-bottom: 10px; 
}

button.fx4web-yes {
	background: url("../img/button_yes.gif") no-repeat;
        margin-bottom: 10px; 
}

button.fx4web-no {
	background: url("../img/button_no.gif") no-repeat;
        margin-bottom: 10px; 
}

button.fx4web-ok {
	background: url("../img/button_OK.gif") no-repeat;
        margin-bottom: 10px; 
}

button.fx4web-cancel {
	background: url("../img/button_cancel.gif") no-repeat;
        margin-bottom: 10px; 
}

input.close {
	background: url("../img/button_close.gif") no-repeat;
}

input.close:hover {
	background: url("../img/button_close_on.gif") no-repeat;
}

input.adddecimal {
	background: url("../img/button_multiplier.gif") no-repeat;
}

input.adddecimal:hover {
	background: url("../img/button_multiplier_on.gif") no-repeat;
}

input.removedecimal {
	background: url("../img/button_multiplier.gif") no-repeat;
}

input.removedecimal:hover {
	background: url("../img/button_multiplier_on.gif") no-repeat;
}

input.multiply {
	background: url("../img/button_multiby10.gif") no-repeat;
}

input.multiply:hover {
	background: url("../img/button_multiby10_on.gif") no-repeat;
}

input.divide {
	background: url("../img/button_diviby10.gif") no-repeat;
}

input.divide:hover {
	background: url("../img/button_diviby10_on.gif") no-repeat;
}

input.approve {
	background: url("../img/button_approve.gif") no-repeat;
}
input.approve:hover {
	background: url("../img/button_approve_on.gif") no-repeat;
}
input.approve[disabled] {
	background: url("../img/button_approve_inactive.gif") no-repeat;
}
input.reqapprove {
	background: url("../img/button_reApproval.gif") no-repeat;
}
input.reqapprove:hover {
	background: url("../img/button_reApproval_on.gif") no-repeat;
}
input.layout_2x2 {
	background: url("../img/layout_2x2.gif") no-repeat;
}
input.layout_2x2:hover {
	background: url("../img/layout_2x2_on.gif") no-repeat;
}

input.layout_2x2[disabled] {
	background: url("../img/layout_2x2_active.gif") no-repeat;
}
input.layout_2x1 {
	background: url("../img/layout_2x1.gif") no-repeat;
}
input.layout_2x1:hover {
	background: url("../img/layout_2x1_on.gif") no-repeat;
}
input.layout_2x1[disabled] {
	background: url("../img/layout_2x1_active.gif") no-repeat;
}
input.layout_1x2 {
	background: url("../img/layout_1x2.gif") no-repeat;
}
input.layout_1x2:hover {
	background: url("../img/layout_1x2_on.gif") no-repeat;
}
input.layout_1x2[disabled] {
	background: url("../img/layout_1x2_active.gif") no-repeat;
}
input.layout_1sx2 {
	background: url("../img/layout_1sx2.gif") no-repeat;
}
input.layout_1sx2:hover {
	background: url("../img/layout_1sx2_on.gif") no-repeat;
}
input.layout_1sx2[disabled] {
	background: url("../img/layout_1sx2_active.gif") no-repeat;
}
input.layout_2x1s {
	background: url("../img/layout_2x1s.gif") no-repeat;
}
input.layout_2x1s:hover {
	background: url("../img/layout_2x1s_on.gif") no-repeat;
}

input.layout_2x1s[disabled] {
	background: url("../img/layout_2x1s_active.gif") no-repeat;
}

input.layout_2x3 {
	background: url("../img/layout_2x3.gif") no-repeat;
}
input.layout_2x3:hover {
	background: url("../img/layout_2x3_on.gif") no-repeat;
}
input.layout_2x3[disabled]  {
	background: url("../img/layout_2x3_active.gif") no-repeat;
}
input.layout_3x2 {
	background: url("../img/layout_3x2.gif") no-repeat;
}
input.layout_3x2:hover {
	background: url("../img/layout_3x2_on.gif") no-repeat;
}
input.layout_3x2[disabled]{
	background: url("../img/layout_3x2_active.gif") no-repeat;
}
input.layout_3x3 {
	background: url("../img/layout_3x3.gif") no-repeat;
}
input.layout_3x3:hover {
	background: url("../img/layout_3x3_on.gif") no-repeat;
}

input.layout_3x3[disabled]{
	background: url("../img/layout_3x3_active.gif") no-repeat;
}
input.createConsentOrder {
	background: url("../img/button_CCO.gif") no-repeat;
}
input.createConsentOrder:hover {
	background: url("../img/button_CCO_on.gif") no-repeat;
}
input.createConsentOrder[disabled]{
	background: url("../img/button_CCO_inactive.gif") no-repeat;
}

input.createCODocument {
	background: url("../img/button_create_doc.gif") no-repeat;
}
input.createCODocument:hover {
	background: url("../img/button_create_doc_on.gif") no-repeat;
}
input.createCODocument[disabled]{
	background: url("../img/button_create_doc_inactive.gif") no-repeat;
}
input.routeCODocument {
	background: url("../img/button_route_doc.gif") no-repeat;
}
input.routeCODocument:hover {
	background: url("../img/button_route_doc_on.gif") no-repeat;
}
input.routeCODocument[disabled]{
	background: url("../img/button_route_doc_inactive.gif") no-repeat;
}
input.addDocument {
	background: url("../img/button_add_doc.gif") no-repeat;
}
input.addDocument:hover {
	background: url("../img/button_add_doc_on.gif") no-repeat;
}
input.addDocument[disabled]{
	background: url("../img/button_add_doc_inactive.gif") no-repeat;
}

input.addLetter {
	background: url("../img/button_add_letter.gif") no-repeat;
}
input.addLetter:hover {
	background: url("../img/button_add_letter_active.gif") no-repeat;
}
input.addLetter[disabled]{
	background: url("../img/button_add_letter_inactive.gif") no-repeat;
}

input.attchLetter {
	background: url("../img/button_attach_letter.gif") no-repeat;
}
input.attchLetter:hover {
	background: url("../img/button_attach_letter_active.gif") no-repeat;
}
input.attchLetter[disabled]{
	background: url("../img/button_attach_letter_inactive.gif") no-repeat;
}
input.uploadDocument {
	background: url("../img/button_uploaddoc.gif") no-repeat;
}
input.uploadDocument:hover {
	background: url("../img/button_uploaddoc_on.gif") no-repeat;
}
input.uploadDocument[disabled]{
	background: url("../img/button_uploaddoc_inactive.gif") no-repeat;
}
input.render {
	background: url("../img/button_render.gif") no-repeat;
}
input.render:hover {
	background: url("../img/button_render_on.gif") no-repeat;
}
input.render[disabled]{
	background: url("../img/button_render_inactive.gif") no-repeat;
}
input.render_r {
	background: url("../img/button_render_r.gif") no-repeat;
}
input.render_r:hover {
	background: url("../img/button_render_r_on.gif") no-repeat;
}
input.render_r[disabled] {
	background: url("../img/button_render_inactive.gif") no-repeat;
}

input.route {
	background: url("../img/button_route.gif") no-repeat;
}
input.route:hover {
	background: url("../img/button_route_on.gif") no-repeat;
}
input.route[disabled]{
	background: url("../img/button_route_inactive.gif") no-repeat;
}

input.reset {
	background: url("../img/button_reset.gif") no-repeat;
}
input.reset:hover {
	background: url("../img/button_reset_on.gif") no-repeat;
}
input.reset[disabled]{
	background: url("../img/button_reset_inactive.gif") no-repeat;
}
input.attachSigned {
	background: url("../img/button_attachSigned.gif") no-repeat;
}
input.attachSigned:hover {
	background: url("../img/button_attachSigned_on.gif") no-repeat;
}
input.attachSigned[disabled]{
	background: url("../img/button_attachSigned_inactive.gif") no-repeat;
}
input.compare {
	background: url("../img/button_compare.gif") no-repeat;
}
input.compare:hover {
	background: url("../img/button_compare_on.gif") no-repeat;
}
input.compare[disabled]{
	background: url("../img/button_compare_inactive.gif") no-repeat;
}

input.addmultiple {
    background: url("../img/button_addmultiple.gif") no-repeat;
}

input.addmultiple:hover {
    background: url("../img/button_addmultiple_on.gif") no-repeat;
}

input.addmultiple[disabled] {
    background: url("../img/button_addmultiple_inactive.gif") no-repeat;
}

input.addsingle {
    background: url("../img/button_addsingle.gif") no-repeat;
}

input.addsingle:hover {
    background: url("../img/button_addsingle_on.gif") no-repeat;
}

input.addsingle[disabled] {
    background: url("../img/button_addsingle_inactive.gif") no-repeat;
}

input.addrole {
    background: url("../img/button_add_role.gif") no-repeat;
}

input.addrole:hover {
    background: url("../img/button_add_role_on.gif") no-repeat;
}

input.addrole[disabled] {
    background: url("../img/button_add_role_inactive.gif") no-repeat;
}

input.deleterole {
    background: url("../img/button_delete_role.gif") no-repeat;
}

input.deleterole:hover {
    background: url("../img/button_delete_role_on.gif") no-repeat;
}
input.deleterole[disabled] {
    background: url("../img/button_delete_role_inactive.gif") no-repeat;
}


input.modifyrole {
    background: url("../img/button_modify_role.gif") no-repeat;
}

input.modifyrole:hover {
    background: url("../img/button_modify_role_on.gif") no-repeat;
}

input.modifyrole[disabled] {
    background: url("../img/button_modify_role_inactive.gif") no-repeat;
}

input.duplicaterole {
    background: url("../img/button_duplicate_role.gif") no-repeat;
}

input.duplicaterole:hover {
    background: url("../img/button_duplicate_role_on.gif") no-repeat;
}

input.duplicaterole[disabled] {
    background: url("../img/button_duplicate_role_inactive.gif") no-repeat;
}

input.changerolestatus {
    background: url("../img/button_change_role_status.gif") no-repeat;
}

input.changerolestatus:hover {
    background: url("../img/button_change_role_status_on.gif") no-repeat;
}

input.changerolestatus[disabled] {
    background: url("../img/button_change_role_status_inactive.gif") no-repeat;
}

input.genletter {
    background: url("../img/button_genletter.gif") no-repeat;
}

input.genletter:hover {
    background: url("../img/button_genletter_on.gif") no-repeat;
}

input.genletter[disabled] {
    background: url("../img/button_genletter_inactive.gif") no-repeat;
}

input.createpdf {
    background: url("../img/button_create_pdf.gif") no-repeat;
}

input.createpdf:hover {
    background: url("../img/button_create_pdf_on.gif") no-repeat;
}

input.createpdf[disabled] {
    background: url("../img/button_create_pdf_inactive.gif") no-repeat;
}

input.newrecmail {
    background: url("../img/button_newrecmail.gif") no-repeat;
}

input.newrecmail:hover {
    background: url("../img/button_newrecmail_on.gif") no-repeat;
}

input.newrecmail[disabled] {
    background: url("../img/button_newrecmail_inactive.gif") no-repeat;
}

input.newsentmail {
    background: url("../img/button_newsentmail.gif") no-repeat;
}

input.newsentmail:hover {
    background: url("../img/button_newsentmail_on.gif") no-repeat;
}

input.newsentmail[disabled] {
    background: url("../img/button_newsentmail_inactive.gif") no-repeat;
}

input.fileattach {
    background: url("../img/button_clip.gif") no-repeat;
}

input.fileattach:hover {
    background: url("../img/button_clip_on.gif") no-repeat;
}

input.fileattach[disabled] {
    background: url("../img/button_clip_inactive.gif") no-repeat;
}

input.routingsheet {
	background: url("../img/button_routing_sheet.gif") no-repeat;
}

input.routingsheet:hover {
    background: url("../img/button_routing_sheet_on.gif") no-repeat;
}

input.routingsheet[disabled] {
    background: url("../img/button_routing_sheet_inactive.gif") no-repeat;
}

input.scan {
	background: url("../img/button_scan.gif") no-repeat;
}

input.scan:hover {
    background: url("../img/button_scan_on.gif") no-repeat;
}

input.scan[disabled] {
    background: url("../img/button_scan_inactive.gif") no-repeat;
}

input.tsrComplete {
    background: url("../img/button_tsr_complete.gif") no-repeat;
}

input.tsrComplete:hover {
    background: url("../img/button_tsr_complete_on.gif") no-repeat;
}

input.tsrComplete[disabled] {
    background: url("../img/button_tsr_complete_inactive.gif") no-repeat;
}

input.ssDocument {
    background: url("../img/button_ss_document.gif") no-repeat;
}

input.ssDocument:hover {
    background: url("../img/button_ss_document_on.gif") no-repeat;
}

input.ssDocument[disabled] {
    background: url("../img/button_ss_document_inactive.gif") no-repeat;
}

input.addWorkLog {
    background: url("../img/button_work_log.gif") no-repeat;
}

input.addWorkLog:hover {
    background: url("../img/button_work_log_on.gif") no-repeat;
}

input.addWorkLog[disabled] {
    background: url("../img/button_work_log_inactive.gif") no-repeat;
}

input.genWetland {
    background: url("../img/button_gen_wetland.gif") no-repeat;
}

input.genWetland:hover {
    background: url("../img/button_gen_wetland_on.gif") no-repeat;
}

input.genWetland[disabled] {
    background: url("../img/button_gen_wetland_inactive.gif") no-repeat;
}

input.manageMyCond {
    background: url("../img/button_my_condition.gif") no-repeat;
}

input.manageMyCond:hover {
    background: url("../img/button_my_condition_on.gif") no-repeat;
}

input.manageMyCond[disabled] {
    background: url("../img/button_my_condition_inactive.gif") no-repeat;
}
input.addActivity {
    background: url("../img/button_add_activity.gif") no-repeat;
}

input.addActivity:hover {
    background: url("../img/button_add_activity_on.gif") no-repeat;
}

input.addActivity[disabled] {
    background: url("../img/button_add_activity_inactive.gif") no-repeat;
}
input.routetoRim {
    background: url("../img/button_route_to_rim.gif") no-repeat;
}

input.routetoRim:hover {
    background: url("../img/button_route_to_rim_active.gif") no-repeat;
}

input.routetoRim[disabled] {
    background: url("../img/button_route_to_rim_inactive.gif") no-repeat;
}
input.routeComplete {
    background: url("../img/button_route_complete.gif") no-repeat;
}

input.routeComplete:hover {
    background: url("../img/button_route_complete_on.gif") no-repeat;
}

input.routeComplete[disabled] {
    background: url("../img/button_route_complete_inactive.gif") no-repeat;
}

input.printRefund {
	background: url("../img/button_print_refund.gif") no-repeat;
}

input.printRefund:hover {
	background: url("../img/button_print_refund_active.gif") no-repeat;
}

input.printRefund[disabled]{
    background: url("../img/button_print_refund.gif") no-repeat;
}

input.printReceipt {
	background: url("../img/button_print_receipt.gif") no-repeat;
}

input.printReceipt:hover {
	background: url("../img/button_print_receipt_active.gif") no-repeat;
}

input.printReceipt[disabled]{
    background: url("../img/button_print_receipt_inactive.gif") no-repeat;
}

input.gemsLookup {
	background: url("../img/button_gems_lookup.gif") no-repeat;
}

input.gemsLookup:hover {
	background: url("../img/button_gems_lookup_active.gif") no-repeat;
}

input.gemsLookup[disabled]{
    background: url("../img/button_gems_lookup.gif") no-repeat;
}

input.link {
	background: url("../img/button_link.gif") no-repeat;
}

input.link:hover {
	background: url("../img/button_link_active.gif") no-repeat;
}

input.link[disabled]{
    background: url("../img/button_link_inactive.gif") no-repeat;
}

input.unlink {
	background: url("../img/button_unlink.gif") no-repeat;
}

input.unlink:hover {
	background: url("../img/button_unlink_active.gif") no-repeat;
}

input.unlink[disabled]{
    background: url("../img/button_unlink_inactive.gif") no-repeat;
}


input.createLink {
	background: url("../img/button_create_link.gif") no-repeat;
}

input.createLink:hover {
	background: url("../img/button_create_link_active.gif") no-repeat;
}

input.createLink[disabled]{
    background: url("../img/button_create_link_inactive.gif") no-repeat;
}

input.addContact {
	background: url("../img/button_add_contact.gif") no-repeat;
}

input.addContact:hover {
	background: url("../img/button_add_contact_on.gif") no-repeat;
}

input.addContact[disabled]{
    background: url("../img/button_add_contact_inactive.gif") no-repeat;
}

input.addAddress {
	background: url("../img/button_add_address.gif") no-repeat;
}

input.addAddress:hover {
	background: url("../img/button_add_address_on.gif") no-repeat;
}

input.addAddress[disabled]{
    background: url("../img/button_add_address_inactive.gif") no-repeat;
}
input.copyRoles {
	background: url("../img/button_copy_roles.gif") no-repeat;
}

input.copyRoles:hover {
	background: url("../img/button_copy_roles_active.gif") no-repeat;
}

input.copyRoles[disabled]{
    background: url("../img/button_copy_roles_inactive.gif") no-repeat;
}
input.showAssoc {
	background: url("../img/button_show_assoc.gif") no-repeat;
}

input.showAssoc:hover {
	background: url("../img/button_show_assoc_active.gif") no-repeat;
}

input.showAssoc[disabled]{
    background: url("../img/button_show_assoc_inactive.gif") no-repeat;
}
input.assocTsrDocs {
	background: url("../img/button_assoc_tsr_docs.gif") no-repeat;
}

input.assocTsrDocs:hover {
	background: url("../img/button_assoc_tsr_docs_active.gif") no-repeat;
}

input.assocTsrDocs[disabled]{
    background: url("../img/button_assoc_tsr_docs_inactive.gif") no-repeat;
}
input.findReplace {
	background: url("../img/button_find_replace.gif") no-repeat;
}

input.findReplace:hover {
	background: url("../img/button_find_replace_active.gif") no-repeat;
}

input.findReplace[disabled]{
    background: url("../img/button_find_replace_inactive.gif") no-repeat;
}
input.undoReplace {
	background: url("../img/button_undo_replace.gif") no-repeat;
}

input.undoReplace:hover {
	background: url("../img/button_undo_replace_active.gif") no-repeat;
}

input.undoReplace[disabled]{
    background: url("../img/button_undo_replace_inactive.gif") no-repeat;
}
input.addEdit {
	background: url("../img/button_add_edit.gif") no-repeat;
}

input.addEdit:hover {
	background: url("../img/button_add_edit_active.gif") no-repeat;
}

input.addEdit[disabled]{
    background: url("../img/button_add_edit_inactive.gif") no-repeat;
}

input.previewWord {
	background: url("../img/button_preview_word.gif") no-repeat;
}

input.previewWord:hover {
	background: url("../img/button_preview_word_active.gif") no-repeat;
}

input.previewWord[disabled]{
    background: url("../img/button_preview_word_inactive.gif") no-repeat;
}

input.previewPdf {
	background: url("../img/button_preview_pdf.gif") no-repeat;
}

input.previewPdf:hover {
	background: url("../img/button_preview_pdf_active.gif") no-repeat;
}

input.previewPdf[disabled]{
    background: url("../img/button_preview_pdf_inactive.gif") no-repeat;
}

input.deleteStation {
	background: url("../img/button_delete_station.gif") no-repeat;
}

input.deleteStation:hover {
	background: url("../img/button_delete_station_on.gif") no-repeat;
}

input.deleteStation[disabled]{
    background: url("../img/button_delete_station_inactive.gif") no-repeat;
}

input.butAttach {
	background: url("../img/button_attach.gif") no-repeat;
}


input.butAttach[disabled]{
    background: url("../img/button_attach_inactive.gif") no-repeat;
}

input.addSbmttl {
	background: url("../img/button_add_new.gif") no-repeat;
}

input.addSbmttl:hover {
	background: url("../img/button_add_new_active.gif") no-repeat;
}

input.addSbmttl[disabled]{
    background: url("../img/button_add_new_inactive.gif") no-repeat;
}

input.addExstSbmttl {
	background: url("../img/button_add_exist.gif") no-repeat;
}

input.addExstSbmttl:hover {
	background: url("../img/button_add_exist_active.gif") no-repeat;
}

input.addExstSbmttl[disabled]{
    background: url("../img/button_add_exist_inactive.gif") no-repeat;
}

input.upload {
	background: url("../img/button_upload.gif") no-repeat;
}

input.upload:hover {
	background: url("../img/button_upload_active.gif") no-repeat;
}

input.upload[disabled]{
    background: url("../img/button_upload_inactive.gif") no-repeat;
}

input.yes {
	background: url("../img/button_yes.gif") no-repeat;
}

input.yes:hover {
	background: url("../img/button_yes_active.gif") no-repeat;
}

input.yes[disabled]{
    background: url("../img/button_yes_inactive.gif") no-repeat;
}

input.no {
	background: url("../img/button_no.gif") no-repeat;
}

input.no:hover {
	background: url("../img/button_no_active.gif") no-repeat;
}

input.no[disabled]{
    background: url("../img/button_no_inactive.gif") no-repeat;
}

input.additionalRole {
	background: url("../img/button_dupl_role.gif") no-repeat;
}

input.additionalRole:hover {
	background: url("../img/button_dupl_role_active.gif") no-repeat;
}

input.additionalRole[disabled]{
    background: url("../img/button_dupl_role_inactive.gif") no-repeat;
}

input.activateDeactivateRole {
	background: url("../img/button_change_status.gif") no-repeat;
}

input.activateDeactivateRole:hover {
	background: url("../img/button_change_status_active.gif") no-repeat;
}

input.activateDeactivateRole[disabled]{
    background: url("../img/button_change_status_inactive.gif") no-repeat;
}

input.genSummary {
	background: url("../img/button_station_table.gif") no-repeat;
}

input.genSummary:hover {
	background: url("../img/button_station_table_active.gif") no-repeat;
}

input.timeFrameTbl {
	background: url("../img/button_timeframe.gif") no-repeat;
}

input.timeFrameTbl:hover {
	background: url("../img/button_timeframe_active.gif") no-repeat;
}

input.copySelectedRoles {
	background: url("../img/button_copy_selected.gif") no-repeat;
}

input.copySelectedRoles:hover {
	background: url("../img/button_copy_selected_active.gif") no-repeat;
}

input.copySelectedRoles[disabled]{
    background: url("../img/button_copy_selected_inactive.gif") no-repeat;
}


input.attachCO {
	background: url("../img/button_attach_co.gif") no-repeat;
}

input.attachCO:hover {
	background: url("../img/button_attach_co_active.gif") no-repeat;
}

input.attachCO[disabled]{
    background: url("../img/button_attach_co_inactive.gif") no-repeat;
}

input.generateCO {
	background: url("../img/button_generate_co.gif") no-repeat;
}

input.generateCO:hover {
	background: url("../img/button_generate_co_active.gif") no-repeat;
}

input.generateCO[disabled]{
    background: url("../img/button_generate_co_inactive.gif") no-repeat;
}

input.printCO {
	background: url("../img/button_print_co.gif") no-repeat;
}

input.printCO:hover {
	background: url("../img/button_print_co_active.gif") no-repeat;
}

input.printCO[disabled]{
    background: url("../img/button_print_co_inactive.gif") no-repeat;
}

input.selectDoc {
	background: url("../img/button_select_doc.gif") no-repeat;
}

input.selectDoc:hover {
	background: url("../img/button_select_doc_active.gif") no-repeat;
}

input.newTemplate {
	background: url("../img/button_new_template.gif") no-repeat;
}

input.addItem {
	background: url("../img/button_additem.gif") no-repeat;
}

input.addItem:hover {
	background: url("../img/button_additem_active.gif") no-repeat;
}

input.addItem[disabled]{
    background: url("../img/button_additem_inactive.gif") no-repeat;
}
input.uploadSingle {
	background: url("../img/button_upload_single.gif") no-repeat;
}

input.uploadSingle:hover {
	background: url("../img/button_upload_single_active.gif") no-repeat;
}
input.uploadMultiple {
	background: url("../img/button_upload_multiple.gif") no-repeat;
}

input.uploadMultiple:hover {
	background: url("../img/button_upload_multiple_active.gif") no-repeat;
}

input.recreateTsr {
	background: url("../img/button_recreate_tsr.gif") no-repeat;
}

input.recreateTsr:hover {
	background: url("../img/button_recreate_tsr_active.gif") no-repeat;
}
input.removeTsr {
	background: url("../img/button_remove_tsr.gif") no-repeat;
}

input.removeTsr:hover {
	background: url("../img/button_remove_tsr_active.gif") no-repeat;
}
input.convToBuss {
	background: url("../img/button_conv_to_buss.gif") no-repeat;
}

input.convToBuss:hover {
	background: url("../img/button_conv_to_buss_on.gif") no-repeat;
}
input.delCntctPerson {
	background: url("../img/button_del_cntct_person.gif") no-repeat;
}

input.delCntctPerson:hover {
	background: url("../img/button_del_cntct_person_on.gif") no-repeat;
}

input.delDash {
	background: url("../img/button_del_dash.gif") no-repeat;
}

input.delDash:hover {
	background: url("../img/button_del_dash_active.gif") no-repeat;
}

input.delDash[disabled]{
    background: url("../img/button_del_dash_inactive.gif") no-repeat;
}
input.delDash {
	background: url("../img/button_del_dash.gif") no-repeat;
}

input.delDash:hover {
	background: url("../img/button_del_dash_active.gif") no-repeat;
}

input.delDash[disabled]{
    background: url("../img/button_del_dash_inactive.gif") no-repeat;
}
input.addDash {
	background: url("../img/button_add_dash.gif") no-repeat;
}

input.addDash:hover {
	background: url("../img/button_add_dash_active.gif") no-repeat;
}

input.addDash[disabled]{
    background: url("../img/button_add_dash_inactive.gif") no-repeat;
}
input.defaultDash {
	background: url("../img/button_default_dash.gif") no-repeat;
}

input.defaultDash:hover {
	background: url("../img/button_default_dash_active.gif") no-repeat;
}

input.defaultDash[disabled]{
    background: url("../img/button_default_dash_inactive.gif") no-repeat;
}
input.notifyRIM {
	background: url("../img/button_notify_rim.gif") no-repeat;
}

input.notifyRIM:hover {
	background: url("../img/button_notify_rim_active.gif") no-repeat;
}

input.notifyRIM[disabled]{
    background: url("../img/button_notify_rim_inactive.gif") no-repeat;
}
input.ntfyRIMRefund {
	background: url("../img/button_rim_refund.gif") no-repeat;
}

input.ntfyRIMRefund:hover {
	background: url("../img/button_rim_refund_active.gif") no-repeat;
}

input.ntfyRIMRefund[disabled]{
    background: url("../img/button_rim_refund_inactive.gif") no-repeat;
}
input.ntfyCmplt {
	background: url("../img/button_complete.gif") no-repeat;
}

input.ntfyCmplt:hover {
	background: url("../img/button_complete_active.gif") no-repeat;
}

input.ntfyCmplt[disabled]{
    background: url("../img/button_complete_inactive.gif") no-repeat;
}

input.convToPer {
	background: url("../img/button_conv_to_per.gif") no-repeat;
}

input.convToPer:hover {
	background: url("../img/button_conv_to_per_on.gif") no-repeat;
}

input.convToPer[disabled]{
    background: url("../img/button_conv_to_per_inactive.gif") no-repeat;
}
input.routeToExec {
	background: url("../img/button_route_exec.gif") no-repeat;
}

input.routeToExec:hover {
	background: url("../img/button_route_exec_active.gif") no-repeat;
}

input.routeToExec[disabled]{
    background: url("../img/button_route_exec_inactive.gif") no-repeat;
}
input.noaction {
	background: url("../img/button_noaction.gif") no-repeat;
}

input.noaction:hover {
	background: url("../img/button_noaction_active.gif") no-repeat;
}

input.noaction[disabled]{
    background: url("../img/button_noaction_inactive.gif") no-repeat;
}

input.incomplete {
	background: url("../img/button_incomplete.gif") no-repeat;
}

input.incomplete:hover {
	background: url("../img/button_incomplete_active.gif") no-repeat;
}

input.incomplete[disabled]{
    background: url("../img/button_incomplete_inactive.gif") no-repeat;
}

input.reqAgenda {
	background: url("../img/button_agenda.gif") no-repeat;
}

input.reqAgenda:hover {
	background: url("../img/button_agenda_active.gif") no-repeat;
}

input.reqAgenda[disabled]{
    background: url("../img/button_agenda_inactive.gif") no-repeat;
}
input.sendReq {
	background: url("../img/button_send_request.gif") no-repeat;
}
input.sendReq:hover {
	background: url("../img/button_send_request_active.gif") no-repeat;
}
input.sendReq[disabled]{
    background: url("../img/button_send_request_inactive.gif") no-repeat;
}

input.tsrExhbts {
	background: url("../img/button_tsr_exhibits.gif") no-repeat;
}

input.tsrExhbts:hover {
	background: url("../img/button_tsr_exhibits_active.gif") no-repeat;
}

input.tsrExhbts[disabled]{
    background: url("../img/button_tsr_exhibits_inactive.gif") no-repeat;
}

input.saveFilter {
	background: url("../img/button_save_filters.gif") no-repeat;
}

input.saveFilter:hover{
    background: url("../img/button_save_filters_active.gif") no-repeat;
}
input.validate {
	background: url("../img/button_validate.gif") no-repeat;
}

input.validate:hover {
	background: url("../img/button_validate_active.gif") no-repeat;
}

input.validate[disabled]{
    background: url("../img/button_validate_inactive.gif") no-repeat;
}

input.process {
	background: url("../img/button_process.gif") no-repeat;
}

input.process:hover {
	background: url("../img/button_process_active.gif") no-repeat;
}

input.process[disabled]{
    background: url("../img/button_process_inactive.gif") no-repeat;
}

input.load {
	background: url("../img/button_load.gif") no-repeat;
}

input.load:hover {
	background: url("../img/button_load_active.gif") no-repeat;
}

input.load[disabled]{
    background: url("../img/button_load_inactive.gif") no-repeat;
}

input.deleteAll {
	background: url("../img/button_deleteall.gif") no-repeat;
}

input.deleteAll:hover {
	background: url("../img/button_deleteall_active.gif") no-repeat;
}

input.deleteAll[disabled]{
    background: url("../img/button_deleteall_inactive.gif") no-repeat;
}

input.lookupStn {
	background: url("../img/button_look_stn.gif") no-repeat;
}

input.lookupStn:hover {
	background: url("../img/button_look_stn_active.gif") no-repeat;
}

input.lookupStn[disabled]{
    background: url("../img/button_look_stn_inactive.gif") no-repeat;
}
input.sendtoRvw {
	background: url("../img/button_sendto_revw.gif") no-repeat;
}

input.sendtoRvw:hover {
	background: url("../img/button_sendto_revw_active.gif") no-repeat;
}

input.sendtoRvw[disabled]{
    background: url("../img/button_sendto_revw_inactive.gif") no-repeat;
}

input.nextPage {
	background: url("../img/button_nextpage.gif") no-repeat;
}

input.nextPage:hover {
	background: url("../img/button_nextpage_active.gif") no-repeat;
}


input.prevPage {
	background: url("../img/button_prevpage.gif") no-repeat;
}

input.prevPage:hover {
	background: url("../img/button_prevpage_active.gif") no-repeat;
}


input.viewMap {
	background: url("../img/button_view_map.gif") no-repeat;
}

input.viewMap:hover {
	background: url("../img/button_view_map_active.gif") no-repeat;
}

input.viewMap[disabled]{
    background: url("../img/button_view_map_inactive.gif") no-repeat;
}

input.attchPermit {
    background: url("../img/button_attach_permit.gif") no-repeat;
}

input.attchPermit:hover {
    background: url("../img/button_attach_permit_active.gif") no-repeat;
}

input.attchPermit[disabled] {
    background: url("../img/button_attach_permit_inactive.gif") no-repeat;
}

input.genPermit {
    background: url("../img/button_gen_permit.gif") no-repeat;
}

input.genPermit:hover {
    background: url("../img/button_gen_permit_active.gif") no-repeat;
}

input.genPermit[disabled] {
    background: url("../img/button_gen_permit_inactive.gif") no-repeat;
}

input.issProj {
    background: url("../img/button_issue_project.gif") no-repeat;
}

input.issProj:hover {
    background: url("../img/button_issue_project_active.gif") no-repeat;
}

input.issProj[disabled] {
    background: url("../img/button_issue_project_inactive.gif") no-repeat;
}


input.closProj {
    background: url("../img/button_close_project.gif") no-repeat;
}

input.closProj:hover {
    background: url("../img/button_close_project_active.gif") no-repeat;
}

input.closProj[disabled] {
    background: url("../img/button_close_project_inactive.gif") no-repeat;
}
input.editPermit {
    background: url("../img/button_edit_permit.gif") no-repeat;
}

input.editPermit:hover {
    background: url("../img/button_edit_permit_active.gif") no-repeat;
}

input.editPermit[disabled] {
    background: url("../img/button_edit_permit_inactive.gif") no-repeat;
}

input.viewTSRPDF {
    background: url("../img/button_view_tsr_pdf.gif") no-repeat;
}

input.viewTSRPDF:hover {
    background: url("../img/button_view_tsr_pdf_active.gif") no-repeat;
}

input.viewTSRPDF[disabled] {
    background: url("../img/button_view_tsr_pdf_inactive.gif") no-repeat;
}

input.signPermit {
    background: url("../img/button_sign_permit.gif") no-repeat;
}

input.signPermit:hover {
    background: url("../img/button_sign_permit_active.gif") no-repeat;
}

input.signPermit[disabled] {
    background: url("../img/button_sign_permit_inactive.gif") no-repeat;
}

input.routervwrs {
    background: url("../img/button_routervwrs.gif") no-repeat;
}

input.routervwrs:hover {
    background: url("../img/button_routervwrs_active.gif") no-repeat;
}

input.routervwrs[disabled] {
    background: url("../img/button_routervwrs_inactive.gif") no-repeat;
}

input.extend {
    background: url("../img/button_extend.gif") no-repeat;
}

input.extend:hover {
    background: url("../img/button_extend_active.gif") no-repeat;
}

input.extend[disabled] {
    background: url("../img/button_extend_inactive.gif") no-repeat;
}

input.createPDFweb {
    background: url("../img/button_createPDFweb.gif") no-repeat;
}

input.createPDFweb:hover {
    background: url("../img/button_createPDFweb_active.gif") no-repeat;
}

input.createPDFweb[disabled] {
    background: url("../img/button_createPDFweb_inactive.gif") no-repeat;
}
input.placeHolder {
    background: url("../img/button_placeholder.gif") no-repeat;
}

input.placeHolder:hover {
    background: url("../img/button_placeholder_active.gif") no-repeat;
}

input.ledger {
    background: url("../img/button_ledger.gif") no-repeat;
}

input.ledger:hover {
    background: url("../img/button_ledger_active.gif") no-repeat;
}

input.generateAC {
    background: url("../img/button_generate_ac.gif") no-repeat;
}

input.generateAC:hover {
    background: url("../img/button_generate_ac_active.gif") no-repeat;
}

input.generateAC[disabled] {
    background: url("../img/button_generate_ac_inactive.gif") no-repeat;
}

input.attachAC {
    background: url("../img/button_attach_ac.gif") no-repeat;
}

input.attachAC:hover {
    background: url("../img/button_attach_ac_active.gif") no-repeat;
}

input.attachAC[disabled] {
    background: url("../img/button_attach_ac_inactive.gif") no-repeat;
}

input.printAC {
    background: url("../img/button_printac.gif") no-repeat;
}

input.printAC:hover {
    background: url("../img/button_printac_active.gif") no-repeat;
}

input.printAC[disabled] {
    background: url("../img/button_printac_inactive.gif") no-repeat;
}

input.createAC {
    background: url("../img/button_create_ac.gif") no-repeat;
}

input.createAC:hover {
    background: url("../img/button_create_ac_active.gif") no-repeat;
}

input.createAC[disabled] {
    background: url("../img/button_create_ac_inactive.gif") no-repeat;
}

input.open{
    background: url("../img/button_open.gif") no-repeat;
}

input.open:hover {
    background: url("../img/button_open_active.gif") no-repeat;
}

input.copy {
    background: url("../img/button_copy.gif") no-repeat;
}

input.copy:hover {
    background: url("../img/button_copy_active.gif") no-repeat;
}

input.copy[disabled] {
    background: url("../img/button_copy_inactive.gif") no-repeat;
}


