﻿/* ==== Questionario de obrigatoriedade ======== */

.container {
width:800px;
margin:0 auto;
}

#perguntas .pergunta {
border:1px solid #b1b5bd;
margin:0 0 20px;
padding:0;
display:none;
}

#perguntas h3 {
border-bottom:1px solid #b1b5bd;
padding:0 1em;
/*cursor:pointer;*/
background-color:#dde4ed;
margin:0;
font-size:1.1em;
line-height:2em;
/*position:relative;*/
zoom:1;
}

/*
#perguntas h3 .resposta{
background-color:#dac;
color:#dc7700;
margin:0;
padding:0;
line-height:30px;
display:block;
width:40px;
position:absolute;
left:0;
text-align:center;
}
*/

/*
#perguntas h3 .resposta.sim{
color:#5375a2;
}
*/

#perguntas .texto {
margin:0;
padding:5px 10px;
background-color:#f3f4f5;
border-bottom:1px solid #b1b5bd;
}

.reiniciar {
text-align:center;
}

#perguntas .opcoes {
/*border:1px dashed green;*/
margin:10px auto;
padding:0;
height:17px;
width:250px;
display:block;
}

#perguntas .opcoes div {
/*border:1px dashed red;*/
background:none;
margin:0;
padding:0;
}

#perguntas .opcoes.desabilitado a {
border-color:#ddd;
color:#ddd;
cursor:default;
}

#perguntas .opcoes.desabilitado a.selecionado {
border-color:#000;
color:#000;
}

#perguntas .opcoes div.sim {
float:left;
}
#perguntas .opcoes div {
float:right;
}

#perguntas #resposta-sim,
#perguntas #resposta-nao {
border-bottom:none;
}

#perguntas #resposta-sim h3, #perguntas #resposta-nao h3 {
background-color:#ccedd7;
}

#perguntas #resposta-sim .texto, #perguntas #resposta-nao .texto {
background-color:#f0faf3;
}

.reiniciar a,
.voltar a,
#perguntas .opcoes a {
border:1px solid orange;
background:transparent url(/PessoaFisica/IRPF/2011/imagens/botao-faq-up.png) repeat-x left center;
color:#000;
font-weight:bold;
font-size:.9em !important;
display:block;
margin:0 20px;
padding:0;
line-height:17px;
width:60px;
text-align:center;
}

.reiniciar a,
.voltar a {
margin:50px auto 0;
}

.reiniciar a,
.voltar a,
#perguntas .opcoes a:hover {
text-decoration:none;
background-image: url(/PessoaFisica/IRPF/2011/imagens/botao-faq-down.png);
}

/* ------- Pagina de respostas ----------- */
.resposta-questionario {
position:static;
font-size:14px;
text-align:center;
padding:20px 20px;
font-weight:bold;
}

.resposta-questionario .menu-pir-inicial {
display:block !important;
position:static;
text-align:center;
background:none;
width:100%;
}

.resposta-questionario .menu-pir-inicial img {
border:none;
}