﻿body
{
	margin:0px 0px 0px 0px;
}

.SiteLimite
{
	width:1024px;
	margin:0px auto;
}
.Topo
{
	background-image:url(../img/background_topo.jpg);
	background-color:#af2123;
	width:100%;
	height:109px;
}
.Menu
{
	background-image:url(../img/background_menu.jpg);
	position:relative;
	height:26px;
	width:100%;
	z-index:1000;
}
.AreaConteudoSite
{
	-height:200px;
	width:1024px;
	margin:0px auto;
	z-index:0;
}
.AreaLateralConteudoSite
{
	width:187px;
	background-image:url(../img/background_site.jpg);
	height:100%;
}
.AreaFormularioLateral
{
	width:100%;
	background-image:url(../img/background_laterais.png);
	min-height:227px;
}
.AreaControlesPesquisa
{
	padding-bottom:7px;
	padding-top:2px;
}
.AreaMeioConteudoSite
{
	background-color:White;
	width:650px;
	min-height:250px;
	margin:0px auto;
}
.Rodape
{
	background-image:url(../img/background_rodape.jpg);
	width:1024px;
	height:40px;
	margin:0px auto;
}

.LogoRodapeRequinte
{
	position:absolute;
	top:6px;
	left:660px;
}
.LogoRodapeStatus
{
	position:absolute;
	top:11px;
	left:750px;
}
.AlinhaCentro
{
	text-align:center;
}
.SubMenu
{
	text-align:center;
}
.MenuHover
{
	background-image:url('../img/separador_superior.png');
}
.DivLabelLoginSenhaAcessoRestrito
{
	float:left;
	width:55px;
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding-top:3px;
	padding-right:5px;
	text-align:right;
}
.tooltip {
    display:none;
    background:transparent url(/media/img/tooltip/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
  }
  