﻿.address-icon, .phone-icon, .email-icon, .homepage-icon, .details-icon, .document-icon, .drag-handle-icon,
.black-flag-igon, .edi-icon, .pdf-icon, .report-icon, .test-icon, .video-icon, .glass-icon,
.blank-icon, .drop-down-icon, .excel-icon
{
    display: inline-block;
    padding-left: 16px;
    height: 16px;
    line-height: 16px;
    overflow: visible;
    vertical-align: middle;
}

.address-icon 
{
    background: url(address.png) 0 0 no-repeat;    
}

.phone-icon {
    background: url(phone.png) 0 0 no-repeat;        
}

.email-icon {
    background: url(email.png) 0 0 no-repeat;    
}

.homepage-icon {
    background: url(homepage.png) 0 0 no-repeat;    
}

.details-icon {
    background: url(detali_doc.png) 0 0 no-repeat;    
}

.document-icon {
    background: url(document.png) 0 0 no-repeat;    
}

.drag-handle-icon {
    background: url(drag_handle.png) 0 0 no-repeat;
    cursor: move;
}

.black-flag-igon {
    background: url(black_flag.png) 0 0 no-repeat;    
}

.edi-icon {
    background: url(edi.png) 0 0 no-repeat;    
}

.pdf-icon {
    background: url(pdf.png) 0 0 no-repeat;    
}

.report-icon {
    background: url(report.png) 0 0 no-repeat;    
}

.test-icon {
    background: url(test.png) 0 0 no-repeat;    
}

.video-icon {
    background: url(video.png) 0 0 no-repeat;    
}

.glass-icon {
    background: url(glass.png) 0 0 no-repeat;    
}

.drop-down-icon {
    background: url(drop-down-icon.png) 0 0 no-repeat;
}

.excel-icon {
    background: url(excel.png) 0 0 no-repeat;    
}

/* special case - cannot be bundled into sprite*/
.ajax-loader-icon {
    display: inline-block;
    padding-left: 16px;
    height: 16px;
    line-height: 16px;
    overflow: visible;
    vertical-align: middle;
    background: url(ajax-loader.gif) 0 0 no-repeat;
}
