<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

* {
    margin: 0;
    padding: 0;
}

#head {
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    width: 100%;
    height: 50px;
    background-image: url("/imgs/FreeWorks1.bmp");
}

#empresa {
    padding-top: 10px;
    position: relative;
    width: 420px;
    height: 40px;
    z-index: 1;
    float: right;
    background-color: transparent;
    font-family: 'Trebuchet MS';
}

#corpo {
    position: relative;
    z-index: 2;
    float: left;
    background-color: #eee;
    width: 100%;
    height: auto;
    min-height: 900px;
    padding: 30px;
}

#menu_div {
    position: relative;
    z-index: 3;
    float: left;
    margin-top: 10px;
    width: 100%;
    height: 24px;
    background-color: #FFA500;
    padding-top: 6px;
}

#home_index {
    position: relative;
    z-index: 4;
    float: left;
    margin-top: 10px;
    width: 100%;
    height: 300px;
    background-color: #fff5c0;
}

#home {
    position: relative;
    float: right;
    padding-top: 15px;
    width: 200px;
    height: auto;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: black;
}

    #home:hover {
        font-weight: bold;
    }

    #home a {
        text-decoration: none;
        color: black;
    }

#hi1 {
    position: relative;
    z-index: 5;
    float: left;
    margin: 5px;
    width: 300px;
    height: 60px;
    background-color: #808080;
    color: white;
    font-family: 'Trebuchet MS';
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    padding-top: 40px;
}

    #hi1:hover {
        font-weight: bold;
    }

    #hi1 a {
        text-decoration: none;
        color: white;
    }

h1, h2, h3,
h4, h5, h6 {
    color: Green;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Verdana;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

table#demfin {
    width: 50em;
}

    table#demfin thead {
        /*background: #ccc url(http://www.devfuria.com.br/html-css/tabelas/bar.gif) repeat-x left center;*/
    }

    table#demfin tr:hover {
        background-color: #eee;
        color: black;
    }

    table#demfin thead tr:hover {
        background-color: #eee;
    }

    table#demfin tr:nth-child(even) {
        background-color: #fff5c0;
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
    }

        table#demfin tr:nth-child(even):hover {
            background-color: #eee;
            color: black;
        }

    table#demfin tr {
        background-color: white;
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
        height: 20px;
    }

    table#demfin tr a{
        text-decoration: none;
        color: #ff6a00;
    }
    table#demfin th {
        font-weight: bold;
        font-family: Arial;
        font-size: 11px;
        text-align: left;
        margin-left: 10px;
        background-color: #BCD2EE;
    }

    table#demfin th a{
        text-decoration: none;
        color: black;
    }
    table#demfin tfoot tr{
        background-color: #e1e6ed;
        color: #4800ff;
        font-weight: bold;
        font-family: Arial;
        font-size: 14px;
    }
    
        /*table#demfin td {
        background-color: white;
    }*/

.progresso {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    height: 90px;
    width: 120px;
}

table#tabelas {
    border-collapse: collapse;
    width: 50em;
}

    table#tabelas thead {
        background: #ccc url(http://www.devfuria.com.br/html-css/tabelas/bar.gif) repeat-x left center;
    }

    table#tabelas tr:hover {
        background-color: #eee;
        color: #fff;
    }

    table#tabelas thead tr:hover {
        background-color: #eee;
    }

    table#tabelas tr:nth-child(even) {
        background-color: #fff5c0;
        font-weight: normal;
        font-family: Arial;
        font-size: 24px;
    }

        table#tabelas tr:nth-child(even):hover {
            background-color: #eee;
            color: #fff;
        }

    table#tabelas tr {
        background-color: white;
        font-weight: normal;
        font-family: Arial;
        font-size: 24px;
    }

    table#tabelas th {
        font-weight: normal;
        font-family: Arial;
        font-size: 20px;
        text-align: left;
        margin-left: 10px;
        background-color: #BCD2EE;
    }

    table#tabelas td {
        padding: 0.1em 1em;
    }

table#tabelasG {
    border-collapse: collapse;
    width: 50em;
    background-color: #BCD2EE;
}

    table#tabelasG thead {
        background: #ccc url(http://www.devfuria.com.br/html-css/tabelas/bar.gif) repeat-x left center;
    }

    table#tabelasG tr:hover {
        background-color: #eee;
        color: black;
    }

    table#tabelasG thead tr:hover {
        background-color: #eee;
    }

    table#tabelasG tr:nth-child(even) {
        background-color: #fff5c0;
        font-weight: normal;
        font-family: Arial;
        font-size: 14px;
    }

        table#tabelasG tr:nth-child(even):hover {
            background-color: #eee;
            color: black;
        }

    table#tabelasG tr {
        background-color: white;
        font-weight: normal;
        font-family: Arial;
        font-size: 14px;
    }

    table#tabelasG th {
        font-weight: bold;
        font-family: Arial;
        font-size: 12px;
        text-align: left;
        margin-left: 10px;
        background-color: #BCD2EE;
    }

        table#tabelasG th a {
            color: black;
            text-decoration: none;
        }

    table#tabelasG td {
        padding: 0.1em 1em;
    }

input#data {
        width: 100px;
        height: 20px;
        font-family: Arial;
        font-size: 16px;
}

input.buttomOK {
        width: 50px;
        height: 25px;
        font-family: Arial;
        font-size: 16px;
}

table#Filtro {
    padding: 10px;
    border: 2px solid white;
}

    table#Filtro td {
        padding-bottom: 5px;
        height: 20px;
        font-family: Arial;
        font-size: 16px;
    }

   table#Filtro td p{
        height: 20px;
        font-family: Arial;
        font-size: 14px;
    }
    table#Filtro input[type=submit] {
        height: 30px;
        width: 30px;
        
    }

table#form_cad {
    border: 2px solid white;
    width: 300px;
    height: auto;
}
    table#form_cad td {
        padding: 3px;
        height: 20px;
        font-family: Arial;
        font-size: 16px;
    }
    table#form_cad input[type=text] {
        width: 300px;
        height: 20px;
        font-family: Arial;
        font-size: 14px;
    }

    table#form_cad select {
        width: 300px;
        height: 20px;
        font-family: Arial;
        font-size: 14px;
    }

table#Dados {
    border: 1px solid black;
    border-collapse: collapse;
}

    table#Dados th {
        background-color: #FFA500;
        color: Black;
        border: 1px solid black;
        padding: 4px;
        font-family: Verdana;
        font-size: small;
    }

    table#Dados td {
        border: 1px solid black;
        padding: 4px;
        font-family: Verdana;
        font-size: x-small;
    }

    table#Dados tr {
        background-color: White;
    }

        table#Dados tr:hover {
            background-color: #BCD2EE;
            cursor: pointer;
        }

fieldset#edit {
    width: 500px;
    font-family: Verdana;
    font-size: x-small;
    border-style: inset;
}

    fieldset#edit a {
        font-size: small;
        font-style: italic;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.0em;
    font-weight: 500;
    font-family: Verdana;
    color: black;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

    ul#menu li {
        display: inline;
        list-style: none;
        color: black;
        padding-left: 5px;
    }

        ul#menu li a {
            background: none;
            color: #000;
            text-decoration: none;
        }

            ul#menu li a:hover {
                text-decoration: none;
                color: black;
                font-weight: bold;
            }

#menu_movim {
    background-color: #ccc;
    color: black;
    width: auto;
    height: 20px;
    padding-left: 50px;
    font-family: Arial;
    font-size: 14px;
    padding-top: 5px;
}
    #menu_movim a {
        text-decoration: none;
        color: black;
    }</pre></body></html>