.myinputstyle {
    border-width: 1px;
    border-color: Gainsboro;
    border-style: solid;
    background: url(Imagens/bg6386874154.png) repeat-x #FFFFFF;
    font-family: verdana;
    font-style: normal;
    font-size: 12px;
    color: #454743;
    text-transform: uppercase;
}

.mybutton {
    border-width: 1px;
    border-color: Gainsboro;
    border-style: solid;
    background: url(Imagens/corcss.png) repeat-x #FFFFFF;
    font-family: verdana;
    font-style: normal;
    font-size: 12px;
    color: #454743;
}

.mylabelstyle {
    
    font-style: normal;
    font-size: 12px;
    color: Black;
    text-align: left;
}

.myinputstyle:hover {
    border-width: 1px;
    border-color: Gray;
    border-style: solid;
    background: url(../Imagens/bg6386874154.png) repeat-x #FFFFFF;
    color: #454743;
}

.myinputstyle:focus {
    border-width: 1px;
    border-color: Gray;
    border-style: solid;
    background: url(../Imagens/bg6386874154.png) repeat-x #FFFFFF;
    color: #454743;
}

select {
    background-color: WhiteSmoke;
    font-family: tahoma, helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #454743;
}

TABLE.tabulardata {
    background: #467 url(../Imagens/bg6386874154.png) repeat-x #FFFFFF;
    font-family: tahoma, helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    color: #454743;
}

    TABLE.tabulardata TR {
        background: #467 url(../Imagens/bg6386874154.png) repeat-x #FFFFFF;
        font-family: tahoma, helvetica, sans-serif;
        font-style: normal;
        font-size: 11px;
        color: #454743;
        text-align: left;
    }

    TABLE.tabulardata TH {
        background: #467 url(../Imagens/bg6386874154.png) repeat-x #FFFFFF;
        font-family: tahoma, helvetica, sans-serif;
        font-style: normal;
        font-size: 11px;
        color: SteelBlue;
        text-align: left;
    }

    TABLE.tabulardata TD {
        padding: 2px;
    }

/* Inicio da layout de tabelas */
body, table {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    
}

.menu {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: SteelBlue;
    background-color: #FFFFFF;
    border-right: 1px solid Gainsboro;
    border-top: 1px solid Gainsboro;
    border-bottom: 1px solid Gainsboro;
    padding: 5px;
    cursor: pointer;
}

.menu-sel {
    font-family: tahoma, helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    color: SteelBlue;
    background: url(../Imagens/bg6386874154.png) repeat-x whitesmoke;
    border-right: 1px solid Gainsboro;
    border-top: 1px solid Gainsboro;
    padding: 5px;
    cursor: pointer;
}

.tb-conteudo {
    border-right: 1px solid Gainsboro;
    border-bottom: 1px solid Gainsboro;
}

.conteudo {
    font-family: verdana;
    font-size: 8px;
    font-weight: normal;
    color: #000033;
    background-color: whiteSmoke;
    padding: 5px;
    width: 760px;
    height: 460px;
}

fieldset {
    border: 1px solid #1C5E55;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


footer {
    background-color: gainsboro;
    text-align: right;
}

#_pnlSalvar, #_pnlBotoes, #_pnlNovo, #_pnlbtnProcedimento {
    background-color: gainsboro;
}

body {
    background-color: white;
}

header {
    text-align: right;
    padding-right: 8px;
}

.gainsboro {
    background-color: gainsboro;
}

.badge-sas {
    color: #fff;
    background-color: #6A1B9A;
}

.badge {
    font-size: 10px;
    width: 35px;
    text-align: center;
    height: 16px;
    vertical-align: middle;
}

.ui-autocomplete {
    margin-left: 375px;
    margin-top: 70px;
    font-size: 8pt;
}

    .ui-autocomplete li {
        padding: 5px;
    }

        .ui-autocomplete li a {
            padding: 5px;
            height: 25px;
            border-radius: 2px;
            background-color: #97f8b7;
            border-top: 1px solid #114e06;
            border-bottom: 1px solid #114e06;
            margin-bottom: 5px;
        }
