﻿body {
	font:11px Tahoma;
	margin:0px;
	height:100%;
	background:url('../Imagens/fundo_grande.jpg');
}
#corpo 
{
	border:1px solid #000000;
	/*margin:0 auto;*/
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-390px;
	width:778px;
	padding:10px 0;
	height:95%;
	background-color:#FFFFFF;	
}
#esquerda {
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	height:100%;
	border-right:1px solid #000000;
	background:#EFEDEE;
}
#esquerda_fundo {
	background:#EFEDEE;
	position:absolute;
	height:200px;
	bottom:0px;
	left:0px;
	width:150px;
	border-right:1px solid #000000;
}
#direita {
	float:right;
	width:240px;
}
#direita table 
{
	font:11px Tahoma;
}
#centro {
	margin:0 250px 0 160px;
}
.menu {
	margin-top:10px;
	font:11px Tahoma;
	text-align:center;
	width:150px;
	padding:5px;
	border-collapse:collapse;
}
.menu td {
	background:url('../Imagens/fundo.jpg');
	padding:5px;
}
.menu a {
	display:block;
	text-decoration:none;
	color: #696768;
}
.menu a:hover {
	color:#000000;
}
.tabela
{
	border:1px solid #B70716;
	font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
    background-color:#FFFFFF;
}
.titulo_tabela {
	background-color: #B70716;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding:5px;
}

#botoes 
{
	text-align:center;
}
#botoes input 
{
	cursor:hand;
}

#rodape 
{
	position:absolute;
	right:0px;
	bottom:0px;
	padding-right:5px;
}
.botoes input 
{
	width:95px;
	border:1px solid #666666;
	background-color:#CCCCCC;
}
#grdLogAcesso table
{
	font:11px Tahoma;
}
#centro_sem_direita 
{
	position:relative;
	margin-left:150px; /* tamanho do menu + 10px */
}
