body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#geral
{
	width: 100%;
}


#pagina_conteudo
{
	width: 100%;
	/*height:400px;*/
	background:url(../imgs/background.jpg) repeat-x;
}
#pagina
{
	width:780px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#topo
{
	width:780px;
	height:98px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
.logo_cliente
{
	width: 200px;
	height: 58px;
	background: url(../imgs/logo_empresa.jpg) no-repeat;/*Alterar o logo do Cliente*/
	margin-top:15px;
	margin-left:45px;
	float:left;
}
/*Div onde fica o logo do sistemas*/
#logo_sistema
{
	width: 513px;
	float:left;
	background:#FFFFFF;
}
.logo_sistema
{
	width: 348px;
	height: 69px;
	margin-top:10px;
	background:url(../imgs/logo_maisvirtual.gif) no-repeat; /*Logo do sistema*/
}
#barra_menu
{
	width:100%;
	height:26px;
	background: url(../imgs/barra_menu.jpg) repeat-x;
}
#conteudo
{
	width:575px;
	padding-left:14px;
	margin-top: 5px;
	margin-bottom:5px;
	float:left;
}
#barra_rodape
{
	width:100%;
	height:66px;
	font-size:11px;
	color:#FFFFFF;
	margin-top:10px;
	background:url(../imgs/rodape.jpg) repeat-x ;
	float:left;
}
#rodape
{
	width:780px;
	margin-left: auto;
	margin-right:auto;
}
#rodape a
{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
#copyright
{
	width:570px;
	margin-top:23px;
	float:left
}
#logo_rodape
{
	width:200px;
	height: 66px;
	background:url(../imgs/logo_fourbrasil.jpg) no-repeat;
	float:left;
}



#ajuda
{
	width: 100%;
	margin-top: 50px;
	background: #f1f1f1;
	color: #58595B;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
#ajuda .thTitulo
{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	background: #F1F1F1;
	text-align: left;
	vertical-align:middle;
	padding-top: 5px;
	
	float:left;
}
#ajuda .ajuda
{
	background:#FFFFFF;
	float:left;
}
#ajuda .ajuda2
{
	padding: 5px;
	background:#FFFFFF;
	float:left;
}
#ajuda a, #ajuda a:visited
{
	color:#666666;
	outline:none;
}
.thErro
{
	background: #F1F1F1;
	text-align:left;
}

.problema
{
	color: #58595B;
	text-align:left;
}
.problema a, .problema a:active, .problema a:visited
{
	color:#666666;
	outline:none;
}
