﻿
body, img
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 11px;
    color: #000099;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Verdana, sans-serif, Arial;
}
a:link
{
    font-size: 11px;
    font-style: normal;
    color: #000099;
    word-spacing: normal;
    font-weight: normal;
    text-decoration: none;
}

a:visited
{
    font-size: 11px;
    font-style: normal;
    color: #000099;
    word-spacing: normal;
    text-decoration: none;
    font-weight: normal;
}

a:hover
{
    font-size: 11px;
    font-style: normal;
    color: #000099;
    text-decoration: underline;
    word-spacing: normal;
    font-weight: normal;
}

a:active
{
    font-size: 11px;
    font-style: normal;
    color: #000099;
    word-spacing: normal;
    text-decoration: none;
    font-weight: normal;
}

a
{
    font-size: 11px;
    font-style: normal;
    color: #000099;
    word-spacing: normal;
    text-decoration: none;
    font-weight: normal;
}
label
{
    padding-right: 4px;
}

input.textbox
{
    background-image: url(../Images/textboxbg.gif);
    background-repeat: repeat-x;
    text-align: left;
    font-size: x-small;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    height: 12px;
}

h1
{
    font-size: 13px;
    color: #000099;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Verdana, sans-serif, Arial;
}
h2
{
    font-size: 11px;
    color: #000099;
    margin-bottom: 3px;
    margin-top: 3px;
    font-weight: normal;
    font-family: Verdana, sans-serif, Arial;
}

.button
{
    background-color: #669999;
    color: #000099;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
    border-right: cadetblue 1px solid;
    border-top: cadetblue 1px solid;
    background-image: url(../Images/buttonbg.gif);
    border-left: cadetblue 1px solid;
    border-bottom: cadetblue 1px solid;
    background-repeat: repeat-x;
}

.button:hover
{
    border-color: #CC3232;
    border-style: double;
    border-width: 1;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
    background-image: url(../Images/buttonhbg.gif);
}

.alert
{
    color: Red;
    width: 100%;
    text-align: center;
}

.floatleft
{
    float: left;
    display: inline;
}

.date
{
    line-height: 22px;
    margin: 5px;
}
.date label
{
    float: left;
    width: 130px;
    text-align: left;
}
.nextpass
{
    float: left;
}

#topdiv
{
    background-image: url('../images/header_02.jpg');
    background-repeat: repeat-x; /*altura do div pode ser diferente, respeitando o tamanho da imagem*/
    height: 67px;
    overflow: hidden;
}

#header01
{
    float: left;
    margin-left: -4px;
}

#header03
{
    float: right;
    margin-right: -4px;
}

#welcome
{
    border-bottom: solid 1px;
    border-top: solid 1px;
    border-color: #e7e7e7;
    height: 18px;
    padding-left: 5px;
}

#login_container
{
    width: 375px;
    height: 182px;
    margin: auto;
}

#login
{
    background-image: url(../images/meio_tabela.gif);
    background-repeat: repeat-x;
    width: 245px;
    display: inline;
    height: 182px;
    float: left;
    padding-top: 20px;
    padding-right: 5px;
    text-align: right; /*margin-left:-3px;*/ /*margin-right:-3px;*/
}


#notlogged_container
{
    width: 731px;
    height: 182px;
    margin: auto;
}

#notlogged
{
    background-image: url(../images/meio_tabela.gif);
    background-repeat: repeat-x;
    width: 600px;
    display: inline;
    height: 182px;
    float: left;
    padding-top: 20px;
    padding-left: 5px;
    text-align: left;
    line-height: 20px; /*margin-left:-3px;*/ /*margin-right:-3px;*/
}


.date_container
{
    width: 731px;
    height: 182px;
    margin: auto;
}

.date_class
{
    background-image: url(../images/meio_tabela.gif);
    background-repeat: repeat-x;
    width: 600px;
    display: inline;
    height: 182px;
    float: left;
    padding-top: 20px;
    padding-left: 5px;
    text-align: left;
    line-height: 20px;
}

#datecontact_container
{
    width: 731px;
    height: 250px;
    margin: auto;
}

#datecontact
{
    background-image: url(../images/meio_tabela_prov.gif);
    background-repeat: repeat-x;
    width: 600px;
    display: inline;
    height: 250px;
    float: left;
    padding-top: 20px;
    padding-left: 5px;
    text-align: left;
    line-height: 20px;
}




#web-news_container
{
    width: 731px;
    height: 182px;
    margin: auto;
}

#web-news
{
    background-image: url(../images/meio_tabela.gif);
    background-repeat: repeat-x;
    width: 600px;
    display: block;
    height: 182px;
    float: left;
    padding-top: 20px;
    padding-left: 5px;
    text-align: left;
    line-height: 20px; /*margin-left:-3px;*/ /*margin-right:-3px;*/
}

#scrooldiv
{
    overflow: hidden;
    height: 115px;
    width: 560px;
    float: left;
}
#table_scrool
{
    width: 15px;
    height: 115px;
    float: right;
}

/* 05.08.2010 - Start Alteração CSS para Atender CACHOEIRO_ITAPEMIRIM Task: 10534 */
.icon-top-right
{
    position: absolute;
    right: 20px;
    float: right;
}

.icon-top-left
{
    position: absolute;
    left: 0px;
    float: left;
}
/* 05.08.2010 - End */
/* 21.05.2018 - Start Alteração no layout da funcionalidade de adicionar foto quando edita funcionário*/
.padding
{
    padding:5px;
}
.padding10
{
    padding:10px;
}
/* 21.05.2018 - End */

/* 22.01.2021 - Start Alteração para incluir recaptcha na autenticação da tela inicial*/
.g-recaptcha > div {
    margin: 0 auto;
}

/* 22.01.2021 - End */