﻿button.icon, input[type="submit"].icon {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    float: none;
    clear: both;
    /*float: left;*/
    font-size: inherit;
    height: 1.7em;
    margin: 0;
    min-height: 1px;
    padding: 0;
    text-align: center;
    text-indent: -99999px;
    vertical-align: top;
    width: 22px;
}

a.icon {
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    display: block;
    float: left;
    /*text-indent: -99999px;*/
    width: 22px;
}

button.icon, input.icon {
    background-position: center;
}

div.icon {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    color: transparent;
    float: left;
    width: 22px;
}

span.icon {
    background-repeat: no-repeat;
    padding-left: 24px;
}

.icon:active {
    /*color: transparent;*/
}

.icon:hover {
    /*color: transparent;*/
}

.pdf:active {
    color: transparent;
}

.pdf:hover {
    color: transparent;
}

.docx:active {
    color: transparent;
}

.docx:hover {
    color: transparent;
}

.xlsx:active {
    color: transparent;
}

.xlsx:hover {
    color: transparent;
}

.upbutton {
    background-image: url("images/up16.ico");
}

.downbutton {
    background-image: url("images/down16.ico");
}

button.delete {
    background-image: url("images/remove.png");
}

.deletebutton {
    background-image: url("images/remove.png");
}

button.openlist, input[type="submit"].openlist {
    background-image: url("images/db.png");
    margin-left: -25px;
}

button.select {
    background-image: url("images/db.png");
}

.pdf {
    background-image: url("images/Pdf16.png");
}

.docx {
    background-image: url("images/Word16.png");
}

.xlsx {
    background-image: url("images/Excel16.png");
}

.Added {
    background-image: url("images/Added16.png");
}

.Deleted {
    background-image: url("images/Deleted16.png");
}

.Modified {
    background-image: url("images/Modified16.png");
}

.Unchanged {
    background-image: url("images/Unchanged16.png");
}

.NotTracked {
    background-image: url("images/NotTracked16.png");
}
