body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	background-image: url("../img/color_beige_177.jpg");
	background-color: #93bccf;
}
h1, h2, h3, h4{
    color: #0070c0;
}
input[type=radio], input[type=checkbox]{
    border: 0;   
}
fieldset{
	border: 1px solid #999;
	*width: 98,3%;
	overflow: hidden;
	padding:5px;   
}
legend{
	font-size: 12px;
	font-weight: bold;
	color: #1a4269;
}
select, input{
	font-size: 11px;
	border: 1px solid #003366;
	margin-left: 15px;
}
hr{
	border: 1px solid #CCC;
}
th{
	background-color: #e2e2e2;
	height: 25px;
}

#content{
	height: auto;
	line-height:130%;
	margin:auto;
	width:896px;
	padding-bottom: 10px;
	background-color: #e0eafb;
/*	border: 1px solid #000; */
}
#bannerSuperior{
	height: 141px;
	background-image: url('../img/fundo_bannerSuperior.jpg');
	background-position: left top;
	width: 896px;
}
.logoAnac{
	margin-left: 10px;
	margin-top: 10px;
}
.topicosQuestionario{
	font-weight: bold;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 30px;
	height: 26px;
	background-image: url("../img/icon_aviao.png");
	background-repeat: no-repeat;
	clear: left;
}
.perguntasQuestionario{
	margin-left: 30px;
	font-size:12px;
	clear: left;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.centralizar{
	margin-left: auto;
	margin-right: auto;
}
.botoes{
	clear: both;
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.linhasFormulario{
	clear: left;
	width: 100%;
	float: left;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}
.nomeCampo{
	display:inline;
	position:static;
	vertical-align: middle;
	float:left;
	height:auto;
	width: 15%;
	font-size:11px;
	margin-left: 30px;
}
.campo{
	float:left;
	position:relative;
	height:auto;
	width:auto;
	margin-right: 5px;
	font-size:11px;
	vertical-align: bottom;
	top: 0px;
	left: 0px;
}
.backgroundAzul
{
	background-color: #e0eafb;
	}
#questionario{
	max-width: 894px;
	height: 100%;
	margin-top: -1px;
	background-color: #e0eafb;
	border: 1px solid #174f6b;
	border-top: 0px;
	padding: 10px;
}
.textoExplicativo{
	width: 90%;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	line-height: 160%;
	text-align: justify;
}
.observacao{
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 10px;	
}
.tituloLista{
	text-align:center;
	border:1px solid #CCC;
	font-weight:bold;
	background-color:#F4F5F6;
}

.itensLista{
	text-align:left;
	border:1px solid #CCC;
	font-size: 09px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*PONTUAÇÃO*/
table.pontuacao {
   border: 5px solid #E0EAFB;
   }
            
table.pontuacao td {
  background:#ffffff;
  text-align:center;
}  
table.pontuacao th {
    background:#bed4f8;
    text-align:center;}
            
table.pontuacao tr.resultado, div.advertencia p.titulo {
    color:Red;
    font-weight:bold;
    text-align:center;
}
            
div.advertencia {
    background: #ffeeaa;
    width:550px;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:30px;
    padding:25px;
}

#ajuda
{
	margin-right:0;
	right:0;
	text-align:right;
	
	}
		

/**/