/*
	BOX DA ESQUERDA, MENU DE CURSOS
*/

#boxGeral #boxSite .site .conteudo .boxListaConcursos{
	width:240px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos p.concurso{
	color:#2b4a5f;
	font-size:18px;
	font-weight:bold;
	margin:0px auto;
	padding-top:23px;
	width:206px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos p.localize{
	width:206px;
	margin:0px auto;
	padding-top:12px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.menuConcursos{
	width:206px;
	margin:0px auto;
	display:table;
	margin-top:16px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.menuConcursos li{
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	font-size:9px;
	margin-right:1px;
	height:22px;
	padding-top:11px;
	width:62px;
	padding-left:6px;
	cursor:pointer;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.menuConcursos li a{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	width:250px;
	height:20px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.menuConcursos li a:hover{
	text-decoration:none;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.menuConcursos li.salario{
	margin-right:0px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.menuConcursos li.ativa{
	background-image:url('../imagens/aba-ativa.png');
	background-repeat:no-repeat;
}
#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.menuConcursos li.inativa{
	background-image:url('../imagens/aba-inativa.png');
	background-repeat:no-repeat;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.listaConcursos{
	width:206px;
	background-color:#ececec;
	margin:0px auto;
	padding-top:16px;
}


#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.listaConcursos li{
	background-image:url('../imagens/icone-flecha-concurso.gif');
	background-repeat:no-repeat;
	background-position:12px 0px;
	color:#393939;
	font-size:10px;
	height:27px;
	margin:0px auto;
	padding-left:32px;
	padding-right:12px;
	padding-top:3px;
	width:162px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.listaConcursos li:hover{
	background-color:#dedede;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.continuacaoListaConcursos{
	width:206px;
	background-color:#ececec;
	margin:0px auto;
	padding-top:16px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.continuacaoListaConcursos li.botoes{
	background-image:url('../imagens/bg-btn-lista-concursos.png');
	background-repeat:no-repeat;
	height:50px;
	width:136px;
	margin:0px auto;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.continuacaoListaConcursos li.botoes a{
	color:#4d4d4d;
	display:block;
	line-height:45px;
	text-align:center;
	width:136px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.continuacaoListaConcursos li.verTodos{
	padding-left:12px;
	padding-top:12px;
	padding-bottom:30px;
}

#boxGeral #boxSite .site .conteudo .boxListaConcursos ul.continuacaoListaConcursos li.verTodos a{
	color:#037782;
	font-size:11px;
	text-decoration:underline;
}

