﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0px;
}

/* ELEMENTOS DO CABECALHO E RODAPE */
#global
{
    background: url(../images/BkgGlobal.jpg) repeat-x;
    height: 63px;
    width: 100%;
}

#logo
{
    overflow: hidden;
    width: 360px;
    height: 65px;
    background: url(../images/LogoSefaz.png) no-repeat;
    float: left;
    margin: 0px; /* Evita a margem com valor dobrado no IE */
    display: inline;
}

#logo a
{
    width: 385px;
    height: 48px;
    display: block;
    text-indent: -5000em;
    float: right;
}



#LinkFazenda
{
    float:left; 
    text-align: left; 
    width: 25%;
}

#LogoSP
{
    float: left; 
    text-align:  center; 
    width: 50%;
}

#bgHeader
{
    float: right;
    text-align: right; 
    width: 24%;
}

#footer
{
    margin: 50px 0 0 0;
    background-color: #F0F0F0;
    padding: 3px 0;
    color: #000000;
    font-size: xx-small;
    text-align: center;
    height: 30px;
    padding-top: 7px;
    width: 100%;
    
}

#footer p, #footer address
{
    margin: 0;
    font-style: normal;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    text-align: center;
}

#contentMain
{
    width: 100%;
}


.cabecalhoMenu
{
    height: 22px;
    background-image: url("../Images/internet/fundo_preto3.gif");
    background-repeat: repeat;
    text-align: right;
}


/*FORMULARIOS*/
image, input.imgButton
{
    border: none;
}

image.imgButton, input.imgButton
{
    cursor: pointer;
}

input, textarea, select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
}

input[disabled]
{
    color: #cccccc;
    font-size: 10px;
}

input.text, textarea.text, select.text
{
    color: #cc0000;
    border: solid 1px #adadad;
}

input.button
{
    background-color: #cdcdcd;
    border: solid 1px #adadad;
    color: #000000;
    margin: 2px;
}

input.button[disabled]
{
    background-color: #cdcdcd;
    border: solid 1px #adadad;
    color: #ffffff;
    margin: 2px;
    padding: 0px 6px 0px 6px;
}



input.fileUploader
{
    width: 250px;
}



/*ALINHAMENTOS*/
.clear
{
    clear: both;
}

.centralizar
{
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.linhaInteira
{
    width: 100%;
}

.flutuaEsquerda
{
    float: left;
}

.flutuaDireita
{
    float: right;
    text-align: right;
}

#overlay
{
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 400px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background-image: url(background-trans.png);
}

#overlay div
{
    width: 700px;
    margin: 100px auto;
    background-color: #fff;
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
}

/*
 * menu do sistema
 */

.menuEstatico, .menuDinamico
{
    background-color: #FFFFFF;
}

.menuItemEstatico, .menuItemDinamico
{
    background-color: #CCCCCC;
    padding: 3px 5px 3px 5px;
    margin: 0 0 0 3px;
    text-align: left;
}

.menuHoover
{
    background-color: #666666;
    color: #FFFFFF;
    font-weight: bold;
}

.menuSelected
{
    background-color: #666666;
    color: #FFFFFF;
    font-weight: bold;
}

.erro
{
    color:Red;
    border: none;
    font-weight: bold;
    font-style:italic;
}

 
 