/*-------------------
	Ajuste no CSS geral
-----------------------------------------------------------------------------------------------------------------------------------------------*/
#corpo { padding-bottom:0;margin-bottom:0;}
#spTitulo {
	float:			left;
	width:			776px;
	padding:		35px 0 30px 10px;
	margin:0;
	
}
#spTitulo H2{
	font-size:		22px; 
	font-family:	Tahoma;
	color:			#516149;
	font-weight:	bold; 
}
/*-----------------
Combo de Perguntas
-------------------*/
#combo_perguntas{
	width:			754px;
	height:			77px;
	background:		url("../_images/background/bg_combo_pergunta.jpg") no-repeat top left;
	margin-bottom:	35px;
	float:			left;
}
#combo_perguntas #colEsquerda{
	width:			530px;
	height:			76px;
	float:			left;
}
#combo_perguntas SELECT{
	margin:			23px 35px 0 160px;
	font-size:		14px;
	width:			330px;
}
#combo_perguntas #colDireito{
	float:			left;
	width:			220px;
	height:			76px;
	color:			#555555;
}
#combo_perguntas #colDireito H2{
	margin:			15px 20px 0 20px;
	font-size:		12px;
	font-weight:	bold;
}
#combo_perguntas #colDireito P{
	margin:			0 20px 0 20px;
	font-size:		12px;
}

/*-----------------------------------
	Conteudo Pergunta
----------------------------------------------------------------------------------------------------------------------------------------------*/
.spSubTitulo{
	float:			left;
	width:			746px;
	padding:		0 0 0px 10px;
	margin-bottom:	25px;
}

.spSubTitulo .ttTrabalhador, .spSubTitulo .ttEmpregador{
	background:		url("../_images/title/tt_para_trabalhador.gif") no-repeat top left;
	width:			172px;
	height:			15px;
	display:		block;
	text-indent:	-9000px;
	overflow:		hidden;
	float:			left;
	margin-top:		5px;
}
.spSubTitulo .ttEmpregador{
	background:		url("../_images/title/tt_para_empregador.gif") no-repeat top left;
}

.spSubTitulo .ttTodasPerguntas {
	display:		block;
	float:			right;
}
.spSubTitulo .ttTodasPerguntas  A{
	background:		url("../_images/title/tt_ver_todas_perguntas.gif") no-repeat top left;
	width:			143px;
	height:			25px;
	display:		block;
	text-indent:	-9000px;
	overflow:		hidden;
}

#conteudo_pergunta{
	float:			left;
	width:			746px;
	padding:		0 0 30px 10px;
	font-size:		12px;
}
#conteudo_pergunta UL{
	background:			#CFDCC8;
	list-style-type:	disc;
	list-style-position:inside;
	padding:			7px 0 10px 0;
	margin-bottom:		10px
}
#conteudo_pergunta LI{
	color:			#54614D;
	margin-left:	20px;
	font-weight:	bold;
}
#conteudo_pergunta P{
	margin-bottom:	20px;
	color:			#333333;
}

/*--------------------------------------------
Formatação dos lados Trabalhador e Empregador
------------------------------------------------------------------------------------------------------------------*/
#colTrabalhador,#colEmpregador {
	width:			364px;
	float:			left;
	display:		block;
}
#colEmpregador {
	margin-left:	25px;
}
#colTrabalhador .spSubTitulo ,#colEmpregador .spSubTitulo {
	width:			354px;
}
.ttVerSomenteAsPerguntas{
	display:		block;
	float:			right;
	width:			100px;
} 
.ttVerSomenteAsPerguntas A{
	background:		url("../_images/title/tt_ver _somente_trabalhador.gif") no-repeat top left;
	width:			100px;
	height:			25px;
	display:		block;
	text-indent:	-9000px;
	overflow:		hidden;
	float:			left;
}
#colEmpregador .ttVerSomenteAsPerguntas A{
	background:		url("../_images/title/tt_ver _somente_empregador.gif") no-repeat top left;
}
/*trocar imagem no javascript*/
.ttTodasPerguntasA {
	display:		block;
	float:			right;
}
.ttTodasPerguntasA  A{
	background:		url("../_images/title/tt_ver_todas_perguntas.gif") no-repeat top left;
	width:			143px;
	height:			25px;
	display:		block;
	text-indent:	-9000px;
	overflow:		hidden;
}
.ttVerSomenteAsPerguntasA{
	display:		block;
	float:			right;
	width:			100px;
} 
.ttVerSomenteAsPerguntasA A{
	background:		url("../_images/title/tt_ver _somente_trabalhador.gif") no-repeat top left;
	width:			100px;
	height:			25px;
	display:		block;
	text-indent:	-9000px;
	overflow:		hidden;
	float:			left;
}
/*----------------*/
.dvListaQuestoes {
	background:		url("../_images/background/bg_lista_perguntas.jpg") #C8D5C1 no-repeat top left;
	width:			364px;
	display:		block;
	float:			left;
}
.dvListaQuestoes UL{
	list-style-type:	disc;
	list-style-position:inside;
}
.dvListaQuestoes LI{
	color:			#54614D;
	font-weight:	bold;
	padding:		8px 0 8px 20px;
}
.dvListaQuestoes LI A, .dvListaQuestoes LI A:active, .dvListaQuestoes LI A:link,.dvListaQuestoes LI A:hover,.dvListaQuestoes LI A:visited{
	color:			#333333;
	font-size:		11,5px;
	text-decoration:underline;
}
.dvListaQuestoes LI A:hover{
	text-decoration:none;
}
.dvListaQuestoes LI A:visited{
	color:			#555555;
}
.dvListaQuestoes .liClara {
	background:		#CFDCC8;
}
.divDegrader {
	background:		url("../_images/background/bg_lista_perguntas_degrader.jpg") top left;
	width:			364px;
	height:			61px;
	display:		block;
	text-indent:	-9000px;
	overflow:		hidden;
	float:			left;
}