/* 
-------------------------------------------------
Estrutura
-------------------------------------------------
*/

html, body, #Janela {
min-height: 100%;
width: 100%;
height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #Janela {
height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #5A5E54;
background-color:#F8F5E9;
background-image: url(/Memoria/imagens/linha_menu.gif);
background-repeat:repeat-y;

/*
scrollbar-arrow-color:#b0b1a1;
scrollbar-base-color:#7d8375;
scrollbar-dark-shadow-color:#7d8375;
scrollbar-face-color:#7d8375;
scrollbar-highlight-color:#7d8375;
scrollbar-shadow-color:#7d8375;
scrollbar-3d-light-color:#7d8375;
scrollbar-track-color:#7d8375;
*/
/* Para IE 5.x, pois nao funciona o margin:auto */
/*text-align:center;*/
}

#Janela {
position: absolute;
top: 0;
left: 0;
background-image: url(/Memoria/imagens/linha_coluna.gif);
background-repeat:repeat-y;
background-position:right;


/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
  left: 50%;
  width: 50%;
  margin-left: -25%;
*/
}

img.LogoImpressao {display:none;}
img.LogoRFImpressao {display:none;}

#Cabecalho {
/*border:1px dashed #00f;*/
background-color:#D7CC9B;
color: #4A5249;
height:23px;
padding-left:174px;
}

#MenuPrincipal {
/*border:1px dashed #00f;*/
background-color: #7D8375;
color: #FFFFFE;
/*
background-image: url(/Memoria/imagens/logo_receita.gif);
background-repeat:no-repeat;
*/
height:26px;
}

#BarraLaranja {
padding:2px;
background-color:#DEA539;
}

a#imprimir {
float:right;
margin-top:30px;
margin-right:90px;
}

a#imprimir img{
border:none;
}

#BarraLateral {
/*border:1px dashed #00f;*/
float:left;
width:174px;
padding-right:8px;
padding-bottom:15px;
background-image: url(/Memoria/imagens/logo_memoria_fundo.gif);
background-repeat:no-repeat;
}

#LogoMemoria {
position:absolute;
border:none;
margin-top:91px;
}

#NomeArea {
/*border:1px dashed #00f;*/

position:absolute;
top:192px;
left:0;
border:none;

/*background-color: #7D8375;
color:#fff;
font-size:18px;
line-height:1em;

padding-left:5px;
width:169px;
position:absolute;
top:192px;
left:0;
*/
}

#MenuLateral {
/*border:1px dashed #00f;*/
margin:195px 0px 0px 0px;
padding-bottom:15px;
}

#ColunaGrega{
position:absolute;
right:0;
}

#Conteudo {
/*border:1px dashed #00f;*/
margin-top:0px;
margin-bottom:30px;
margin-right:39px;
margin-left:182px;
}

#RodapeFixo {
/*border:1px dashed #00f;*/
font-size:83%;
color:#fff;
background-color: #7D8375;

/*width: 70%; /* See note below */
text-align: center;
padding: 0 15%;
}

#Rodape {
/*border:1px dashed #00f;*/
font-size:83%;
color:#fff;
background-color: #7D8375;

position: absolute;
bottom: 0;
left:0;
width: 70%; /* See note below */
text-align: center;
padding: 0 15%;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#Rodape {
\width: 100%;
w\idth: 70%;
}

.Escondido { display:none; }
.Reservado { visibility:hidden; }
.FlutuarDireita { float:right; }
.FlutuarEsquerda { 
float:left;
margin-right:5px;
 }

#ListaPaginacao li#font-family {
display:inline;
padding-right: 10px;
}

#ListaPaginacao li a:hover{
font-weight:normal;
text-decoration:underline;
}

.naoler { speak:none; }
.soletrar { speak:spell-out; }

