﻿.deleteIcon
{
    background: url(images/delete.gif) no-repeat center center;
    height: 16px;
    width: 16px; display:block;
}
.editIcon
{
    background: url(images/edit.gif) no-repeat center center;
    height: 16px;  
    width: 16px;display:block; 
}
.publishIcon
{
    background: url(images/publish_g.png) no-repeat center center;
    height: 16px;  
    width: 16px;display:block; 
}
.pendingIcon
{
    background: url(images/publish_y.png) no-repeat center center;
    height: 16px;  
    width: 16px;display:block; 
}
.unpublishIcon
{
    background: url(images/publish_r.png) no-repeat center center;
    height: 16px;  
    width: 16px;display:block; 
}

.mod.vehicles .title .editIcon
{
    background: url(images/edit.gif) no-repeat center center;
    height: 16px;  
    width: 16px;display:block;  float:right;
}

