/*
|----------------------------------------------------------------------------------------------------|
|  Site: ABAC - Focusnetworks Brasil                                                                 |
|  Descrição: Estilo CSS do Site.                                                                    |
|                                                                                                    |
|  Criado:     08/03/2006 | Por:Mauro Willian                                                        |
|  Modificado: __/__/____ | Por:                                                                     |
|----------------------------------------------------------------------------------------------------|
*/
/*
|--------------------------------------|
|          Recurso da Direita          |
|--------------------------------------|
*/
#recurso_direita {
	width: 206px;
	position: absolute;
	top: 75px;
	right: 10px;
	/*Hack para o IE*/
	_z-index: 0;
}
#recurso_direita h5 {
	height: 11px;
	text-indent: -99999em;
	overflow: hidden;
	/*Só funciona no IE*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='estilo/img/recurso_direita_cabecalho.png');
}
html > body #recurso_direita h5 {
	background: url(img/recurso_direita_cabecalho.png) no-repeat top;
	margin-top: 27px;
}
#recurso_direita h6 {
	height: 9px;
	text-indent: -99999em;
	overflow: hidden;
	/*Só funciona no IE*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='estilo/img/recurso_direita_rodape.png');
}
html > body #recurso_direita h6 {
	background: url(img/recurso_direita_rodape.png) no-repeat top;
}
#recurso_direita_corpo {
	height: 100%;
	padding: 0px 4px 0px 4px;
	/*Só funciona no IE*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='estilo/img/recurso_direita_fundo.png');
}
html > body #recurso_direita_corpo {
	background: url(img/recurso_direita_fundo.png) repeat-y top;
}
#mapa {
	width: 198px;
	height: 186px;
	border-bottom: 1px solid #D6D6D6;
	text-align: center;
}

#banner_direito {
	text-align: center;
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #FFF;
	padding: 3px 0px 4px 0px;
}
#enquete {
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #FFF;
}
#enquete h3 {
	text-indent: -99999em;
	width: 64px;
	height: 17px;
	background: url(img/titEnquete.gif) no-repeat bottom;
	margin: 3px 0px 5px 0px;
	padding-left: 3px;
}
#enquete p {
	font: bold 11px Arial;
	color: #2B6175;
	margin: 0px 4px 10px 15px;
}
#enquete label {
	font: 10px Arial;
}
.iptRadio {
	margin-left: 17px;
}
.btnVerResultados {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 79px;
	height: 16px;
	background:transparent url('img/botoes/btnVerResultados.gif') no-repeat;
	border: none;
	cursor: pointer;
	margin-bottom:20px;
}

html:first-child > body .btnVerResultados {
	font-size: 1px;
	padding-left: 200px;
}
.btnResponder {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 60px;
	height: 16px;
	background:transparent url('img/botoes/btnResponder.gif') no-repeat;
	border: none;
	cursor: pointer;
	margin: 10px 0px 10px 0px;
	/*Hack para o IE*/
	_text-indent: 0px;
	_line-height: 999999px;
	_border: 0px;
	_margin-bottom: 13px;
}
html:first-child > body .btnResponder {
	font-size: 1px;
	padding-left: 90px;
}
.total_votos {
	font-size: 10px;
	font-style: italic;
}
#newsletter {
	border-top: 1px solid #FFF;
	background: url(img/recurso_direita_degrade.png) repeat-x bottom;
}
#newsletter h3 {
	text-indent: -99999em;
	width: 185px;
	height: 14px;
	background: url(img/titRecebaNossasNovidades.gif) no-repeat bottom;
	margin: 3px 0px 9px 0px;
	padding-left: 3px;
}
#newsletter span {
	width: 100%;
	height: 20px;
	color: #000099;
	font-size: 10px;
	text-align: center;
	display: block;
}
.txtEmail {
	width: 172px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #9D9D9D;
	vertical-align: middle;
	font: 11px Trebuchet MS;
	margin-left: 14px;
	padding-left: 4px;
}
.txtEmail:focus {
	border: 1px solid #3F87A5;
}
.btnEnviar {
	display: block;
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 40px;
	height: 16px;
	/*background-image: url(img/botoes/btnEnviar.gif);*/
	background:transparent url('img/botoes/btnEnviar.gif') no-repeat;
	border: none;
	cursor: pointer;
	margin: 7px 0px 0px 150px;
	/*Hack para o IE*/
	_text-indent: 0px;
	_line-height: 999999px;
	_border: 0px;
}
html:first-child > body .btnEnviar {
	font-size: 1px;
	padding-left: 90px;
}

.sem_menu
{
	top:-25px !important;
}