a, .link, .lookUp {
    text-decoration: underline;
    color: darkBlue;
}

a:hover {
    color: blue;
}

a, .button, .link, .lookUp, .newRowButton, .botaoVendeItem, .icon {
    cursor: move;
    cursor: pointer;
}

.checkBox, .input, .listBox, .textArea, .password {
    font: inherit;
    border-style: inset;
    border-width: 1px;
    background-color: whiteSmoke;
}

.checkBox:focus, .input:focus, .listBox:focus, .textArea:focus {
    background-color: white;
}

.imageButton {
    border-style: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.hand {
    cursor: move;
    cursor: pointer;
}

.helpButton {
    cursor: help;
    background-image: url("sistema/help.gif");
    width: 11px;
    height: 10px;
}

.newRowButton {
    cursor: copy;
    background-position: right top;
    background-image: url("sistema/newRow.gif");
}

.botaoVendeItem {
    background-image: url("sistema/botaoVendeItem.png");
    width: 100px;
    height: 100px;
}

table {
    font: inherit;
    font-size: inherit;
}

.agenda {
    background-image: url("sistema/agenda.png");
    width: 48px;
    height: 48px;
    display: inline-block;
}

.novoEvento {
    background-image: url("sistema/novoEvento.gif");
    width: 16px;
    height: 16px;
    display: inline-block;
}

.persistentListBoxLink {
    cursor: copy;
    background-image: url("sistema/persistentListBox.gif");
}

.botaoVerDocumento {
    background-image: url("sistema/verDocumento.gif");
    width: 20px;
    height: 20px;
}

.verPagina {
    background-image: url("sistema/verPagina.gif");
    width: 20px;
    height: 20px;
}

.botaoRateios {
    background-image: url("sistema/niveis.gif");
    width: 10px;
    height: 13px;
}

.replica {
    background-image: url("sistema/replica.gif");
    width: 20px;
    height: 5px;
}

.pessoaFisica {
    display: none;
}
.pessoaJuridica {
    display: none;
}

#wait {
    position: fixed;
    bottom: 10px;
    left: 50px;
    background-color: gray;
    color: white;
}

#waitProgress {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-image: url("sistema/wait.gif");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    z-index: 10;
}

.replica {
    cursor: copy;
}

.feito {
    text-decoration: line-through;
}

ul.editListBox {
    cursor: pointer;
}

li.editListBox:hover {
    border-right-style: solid;
    border-right-width: 5px;
}

#log {
    font-size: 6pt;
}

img {
    border: none;
    behavior: url(iepngfix.htc);
}

