﻿body
{
    margin: 0px;
    background-color: #308B8D;
}

a.Link1:link
{
    text-decoration: underline;
    color: #339933;
}
a.Link1:visited
{
    text-decoration: underline;
    color: #339933;
}
a.Link1:hover
{
    text-decoration: none;
    color: #339933;
}
a.Link1:active
{
    text-decoration: underline;
    color: #339933;
}

a.Linkx5:link
{
    text-decoration: underline;
    color: #19A0A2;
}
a.Linkx5:visited
{
    text-decoration: underline;
    color: #19A0A2;
}
a.Linkx5:hover
{
    text-decoration: none;
    color: #19A0A2;
}
a.Linkx5:active
{
    text-decoration: underline;
    color: #19A0A2;
}

a.Link2:link
{
    font-family: "trebuchet MS";
    font-size: 15px;
    color: #000000;
    text-decoration: underline;
}
a.Link2:visited
{
    font-family: "trebuchet MS";
    font-size: 15px;
    color: #000000;
    text-decoration: underline;
}
a.Link2:hover
{
    font-family: "Trebuchet MS";
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}
a.Link2:active
{
    font-family: "trebuchet MS";
    font-size: 15px;
    color: #000000;
    text-decoration: underline;
}

a.Link3:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
}
a.Link3:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
}
a.Link3:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
}
a.Link3:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    text-align: right;
}


a.Link4:link
{
    color: #000000;
    text-decoration: underline;
}
a.Link4:visited
{
    color: #000000;
    text-decoration: underline;
    
}
a.Link4:hover
{
    color: #000000;
    text-decoration: none;
    
}
a.Link4:active
{
    color: #000000;
    text-decoration: underline;
}

.titulo_paginas
{
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: bolder;
}
.titulo_grupo_campos
{
    font-weight: bold; 
    font-size: 18px;
}
.titulo_campos
{
    font-weight: bold; 
    font-size: 18px;
}
.texto_campos
{
    font-size: 16px;
    color: #333333;
}
.titulo_observacoes
{
    font-size: 14px;
    color: #808080;
}
.titulo_receitas
{
    font-family: Arial, Helvetica, sans-serif;
    color: #914619;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.texto_empresa
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    color: #FFFFFF;
}

.titulo_categoria_produtos
{
    font-family: 'agency FB';
    font-size: 27px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
}

.titulo_pagina_produtos
{
    font-family: Calibri;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.titulo_fotos_detalhes
{
    font-family: Calibri;
    font-size: 27px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    z-index: 1;
    left: 330px;
    top: 18px;
    position: absolute;
    width: 322px;
}
.bg_detalhes
{
    background-image: url('img/bg_detalhes.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.textbox1
{
    border: 1px solid #01AAAD;
    font-size: 15px;
    color: #666666;
    margin-left: 0px;
}
.textbox2
{
    border: 1px solid #507F28;
    font-family: calibri;
    font-size: 16px;
    margin-left: 0px;
}
.label_titulo_paginas
{
    font-family: Verdana;
    font-size: 25px;
    color: #507F28;
}
.button1
{
    border: 1px solid #C0C0C0;
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    }
.div_titulo_paginas
{
    font-family: verdana;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.cor_nao_pago
{
    background-color: #FBE1E2; 
}

.cor_previsto
{
    background-color: #D7EBFF;
}

.cor_pago
{
    background-color: #D9FFD9;
}
.labRelatorio
{
    border: 1px solid #666666;
}

.button2 {
    -moz-box-shadow: inset 0px 1px 3px 0px #2b665e;
    -webkit-box-shadow: inset 0px 1px 3px 0px #2b665e;
    box-shadow: inset 0px 1px 3px 0px #2b665e;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c) );
    background: -moz-linear-gradient( center top, #768d87 5%, #6c7c7c 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c');
    background-color: #768d87;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #566963;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 140px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px -1px 0px #528ecc;
}

.button2:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87) );
    background: -moz-linear-gradient( center top, #6c7c7c 5%, #768d87 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87');
    background-color: #6c7c7c;
}

.button2:active {
    position: relative;
    top: 1px;
}

