a {
    text-decoration: none;
}

.myinputstyle {
    border: 1px solid Gainsboro;
    background: #FFFFFF url('Imagens/bg6386874154.png') repeat-x;
    font-family: verdana;
    font-style: normal;
    font-size: 12px;
    color: #333399;
    text-transform: uppercase;
    margin-bottom: 0px;
    height: 18px;
}

.mybutton {
    border: 1px solid Gainsboro;
    background: #FFFFFF url('Imagens/corcss.png') repeat-x;
    font-family: verdana;
    font-style: normal;
    font-size: 12px;
    color: #454743;
    margin-top: 0px;
}

.mylabelstyle {
    
    font-style: normal;
    font-size: 12px;   
    color: #000000;/*#4682b4*/
}

.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;
}

table {
    border-collapse: collapse;
}

tr {
    vertical-align: top;
}

fieldset {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #868e96;/*#4682b4;*/
}

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;
}


.alert-info, .alert-success, .alert-warning, .alert-danger {
    padding: 20px;
    font-weight: bold;
}

.gainsboro {
    background-color: gainsboro;
}
