﻿*
{
	font-family: Verdana;
	font-size: 11px;
}

body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
	background-color: #ceb770;
}

#LimitePagina
{
	margin: 0px auto; /* centraliza página no firefox */
	width: 832px;
}

/* rodape */
UL#rodape LI
{
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}

A.link-rodape, A.link-rodape-ultimo
{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
	padding:  5px;
	border-right: 1px solid #FFF;
}
A.link-rodape-ultimo
{
	border: none;
}
A.link-rodape:hover, A.link-rodape-ultimo:hover
{
	text-decoration: underline;
}
.TituloPagina
{
	text-transform: uppercase;
	font-weight: bolder;
}

table.Geral {
	background-color: #FFFFFF;
	border:0px;
/*	width:832px;*/
}

table.Footer 
{
	padding-top: 40px;
	background: #fff;
}

td, div {
	font-size: 11px;
	line-height:16px;

}

img {
	border:0px;
}


img.Linha {
	background-color:#b69d85;
	width:100%;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}


/* Cores de Texto*/

.Marrom {
	color:#b69d85;
}
.Marrom A{
	color:#b69d85;
	font-weight: bolder;
}
.Marrom2 {
	color:#9b4a00;
	font-weight: bolder;
	font-size:12px;
}
.Roxo {
	color:#924491;
	font-weight: bolder;
}
.Vermelho {
	color:#b73328;
	font-weight: bolder;
}
/* Links*/

a.Marrom:link {text-decoration: underline; color: #a04600;}
a.Marrom:visited {text-decoration: underline; color: #552500;}
a.Marrom:hover {text-decoration: underline; color: #c85700;}

.Marrom a:link {text-decoration: underline; color: #a04600;}
.Marrom a:visited {text-decoration: underline; color: #552500;}
.Marrom a:hover {text-decoration: underline; color: #c85700;}



/* Menu Inferior */ 

a.MenuInferior:link {
	font-weight:bold;
	text-decoration: none;
	color: #ffc97c;
}

a.MenuInferior:visited {
	font-weight:bold;
	text-decoration: none;
 	color: #dc9e47;
}

a.MenuInferior:hover {
	color:#ffa92f;
	font-weight:bold;
	text-decoration: none;
}

/* Formularios */

input.Texto {
	background-color: #FFFFFF;
	border-color: #c4ad52;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana;
	font-size: 11px;
	height:20px;
}
input.Textomarrom {
	background-color: #FFFFFF;
	border-color: #c4ad52;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana;
	font-size: 11px;
	color: #c4ad52;
	height:20px;
}

textarea.Texto {
	background-color: #ffffff;
	border-color: #c4ad52;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana;
	font-size: 11px;
	
}
td.CorpoMeio {
	background-image: url(../img/bg_meio.jpg);
	background-repeat: no-repeat;
	width:515px;
}
div.CorpoMeioLimite {
	margin-left:8px;
	margin-right:63px;
}
img.Linha {
	background-color:#b69d85;
	width:100%;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}

TR.Paginacao
{
	background: URL(../img/tit_paginas.gif) no-repeat top left;
	margin-top: 5px;
}
.Paginacao TABLE
{
	margin-left: 60px;
}
.PerguntaQuiz
{
	font-weight: bolder;
	display: block;
	padding: 10px 0px 5px 10px;
}
.EspacoQuiz
{
	margin-left: 30px;
}
.EspacoQuiz INPUT
{
	float:left;
}
.EspacoQuiz LABEL
{
	display:table;
}
.NumeroQuestaoQuiz
{
	float:left;
	padding: 10px 10px 5px 10px;
}
.MensagemBox
{
	position:absolute;
	border: 2px solid #000;
	top:200px;
	left:250px; 
	width:300px; 
	background:#fff;
	display:none;
	visibility:hidden;	
	padding:10px;
	text-align: center;
}
.Mensagem
{
	text-align: center;
}
.MensagemFechar
{
	cursor:pointer;
	float: right;
}
.LabelPerfil
{
	float:left;
	padding-right: 10px;
}
.LabelPerfilValor
{
	display:block;
	padding-bottom:5px;
}
.btBuscaAvancada
{
	visibility: visible;
	display: block;
}