﻿
.Campo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #ffffff;
    border-right: #4678ae 1px solid;
    border-top: #4678ae 1px solid;
    border-left: #4678ae 1px solid;
    border-bottom: #4678ae 1px solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    color: #4678ae;
}

.CampoComFoco
{
    border: 1px solid #4678ae;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #f7f3ef;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    color: black;
}

.CampoList TD, .CampoList DIV
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

.CampoList
{
    border: 1px solid black;
    overflow: auto;
    position: absolute;
    width: 2000px;
}

.CampoBtn
{
    border-right: #4678ae 1px solid;
    border-top: #4678ae 1px solid;
    border-left: none;
    border-bottom: #4678ae 1px solid;
    overflow: hidden;
    background-color: #c9cfde;
    background-image: url(Imagens/fundo_botao.gif);
    background-position: center;
    text-align: center;
    color: #4678ae;
    cursor: hand;
    cursor: pointer; /* Firefox */
}

.CampoItem
{
    background-color: white;
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
    height: 18px;
    cursor: hand;
    cursor: pointer; /* Firefox */
}

.CampoItemSel
{
    background-color: highlight;
    color: highlighttext;
    padding-right: 5px;
    padding-left: 5px;
    height: 18px;
    white-space: nowrap;
    cursor: hand;
    cursor: pointer; /* Firefox */
}

.CampoItemOver
{
    color: Black;
    background-color: #f2f2ff;
    padding-right: 5px;
    padding-left: 5px;
    height: 18px;
    white-space: nowrap;
    cursor: hand;
    cursor: pointer; /* Firefox */
}

.ModalBack
{
    background: #000022;
    filter: alpha(opacity=20);
    opacity: 0.20;
}

.Processando
{
    font-size: 14px;
    font-weight: bold;
}

.Botao
{
    font-family: Arial, Helvetica, sans-serif; /*border: solid 1px #4678ae;*/
    border: 0px;
    color: #4678ae;
    font-size: 10px;
    background-image: url(Imagens/fundo_botao.gif);
    cursor: hand;
    cursor: pointer; /* Firefox */
    padding: 0px 5px 0px 5px;
    margin-top: auto;
    margin-bottom: auto;
    height: 21px;
    vertical-align: bottom;
}

.BotaoAcao
{
    font-family: Arial, Helvetica, sans-serif; /*border: solid 1px #4678ae;*/
    border: 0px;
    color: green;
    font-size: 10px;
    background-image: url(Imagens/fundo_botao_acao.gif);
    cursor: hand;
    cursor: pointer; /* Firefox */
    padding: 0px 5px 0px 5px;
    margin-top: auto;
    margin-bottom: auto;
    height: 21px;
    font-weight: bold;
    vertical-align: bottom;
}

.GroupTitle
{
    font-weight: bold;
}
