/* CSS */

/* Comeo css reset */
body,div,dl,dt.dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockete,th,td{padding:0; margin:0}
addres,th{font-style:normal; font-weight:normal;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none;}
/* fim css reset */

/* Font-face */


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Trade Gothic';
    src: url('fonts/tradegothicltstd-cn18-webfont.eot');
    src: url('fonts/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_std_cnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Fim do Font-face */

body{
	margin:0;
	padding:0;
	background:url(../img/bg.png) repeat top center #fff;
	font-family:Montserrat, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#666;
	counter-reset:section; /* Set the section counter to 0 */
}

h1{
	position:relative;
	margin-bottom:40px;
	padding-bottom:5px;
	font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	border-bottom:1px solid #A8A8A8;
}

h1 span{
	position:absolute;
	display:block;
	top:26px;
	width:100%;
	font-size:14px;
	font-weight:normal;
	color:#aaa;
	border-top:1px solid #fff;
}

h2{
	margin:30px 0 15px 0;
	font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	font-size:18px;
}

h2 span{
	display:block;
	font-size:16px;
	font-weight:normal;
	margin-top:5px;
}

h3{
}

h4{
}

a{
	color:#A07253;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}

/******* Inicio TOPO *******/
#topo{
	width:100%;
	height:400px;
}

#contTopo{
	position:relative;
	width:960px;
	height:350px;
	margin:0 auto;
}

/*** Início LOGO ***/
.logo{
	position:absolute; 
	top:80px;
	left:30px;
	cursor:pointer;
}
/*** Fim LOGO ***/

/*** Início BANNER ***/
#banner{
	background:url(../img/bgBanner.png) no-repeat center;
	border:0px solid red;
	position:relative;
	float:right;
	margin:15px -5px;
	width:650px;
	height:320px;
	z-index:0;
	overflow:hidden;
}

.cadapagina{
	position:relative;
	width:626px;
	height:287px;
	margin:15px 12px 18px 12px;
	overflow:hidden;
}

.cadapagina img{
	width:100%;
}
/*** Fim BANNER ***/

/*** Início MENU ***/
.menu{
	width:940px;
	height:50px;
	padding:0 10px;
	margin:0 auto;
	background:#FCBF8D;
	color:#946226;
	border:1px solid #FCC49D;
	border-radius:7px;
}

.menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

.menu li{
	float:left;
	width:120px;
	height:40px;
	display:block;
	margin:5px 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	border-left:#E5AE85 1px solid;
	border-right:#FCC49D 1px solid;
}

.menu li:first-child{
	border-left:none;
}

.menu li a{
	background:#FCBF8D;
	color:#946226;
	text-decoration:none;
	display:block;
	margin:-5px 0;
	height:50px;
	line-height:50px;
	font-weight:normal;
	text-align:center;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.menu li:hover a{
	background:#FFD8BD;
}

.menu li ul{
	display:none;
	height:auto;
	width:120px;
	padding:5px 0 0 0;
	margin:0px;
	position:absolute;
	z-index:1000;
	border-bottom:1px solid #E5AE85;
}

.menu li:hover ul{
	display:block;
}

.menu li ul li{
	display:block;
	float:none;
	margin:0px 10px;
	border:none;
	border-top:1px solid #E5AE85;
	width:100px;
	height:auto;
}

.menu li ul li:first-child{
	margin:0px;
	padding:0 10px;
}

.menu li ul li a{
	margin:0 -10px -1px -10px;
	height:auto;
	line-height:14px;
	padding:10px;
}

.menu li ul li:hover a{
	background:#FCBF8D;
}
/*** Fim MENU ***/

/*** Início BUSCA ***/
.buscaTopo{
	margin:5px 0;
	padding:5px 5px 5px 15px;
	float:left;
	width:188px;
	height:30px;
	border-left:#E5AE85 1px solid;
}

.inputBusca{
	float:left;
	padding:5px;
	width:148px;
	height:20px;
	background:#fff;
	border:none;
	border-radius:5px 0 0 5px;
}

.botaoBusca{
	display:block;
	float:left;
	padding:5px;
	width:20px;
	height:20px;
	background:#fff;
	border:none;
	outline:0;
	border-radius:0 5px 5px 0;
	cursor:pointer;
}
/*** Fim BUSCA ***/

/******* Fim TOPO *******/



/******* Início CENTRO *******/
#centro{
	width:960px;
	height:auto;
	margin:25px auto; 
}

/*** Inicio INTERNO ***/

/*** Fim INTERNO ***/

/*** Inicio LATERAL ***/
#lateral{
	float:right;
	width:235px; 
	height:auto;
}

.boxLateralTopo{
	height:34px;
	background:url(../img/boxTopo.png) center top no-repeat #FCBF8D;
	font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	font-size:18px;
	color:#946226;
	border-radius:7px;
}

.boxLateral{
	width:225px;
	margin:0 4px;
	margin-bottom:20px;
	border-left:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;
	border-bottom:4px solid #FCBF8D;
	background:url(../img/bgBoxLateral.png) center bottom no-repeat #fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.boxLateral a{
	color:#946226;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:7px;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.boxLateral a:hover{
	color:#6B451C;
	cursor:pointer;
}

/* Início LOGIN */
.boxLogin{
	min-height:193px;
	padding-top:1px;
	margin-bottom:20px;
	background:url(../img/bgBoxTransp.png) repeat-x #915F43 bottom center;
	border-radius:7px;
	color:#f1f1f1;
}

.boxLogin span{
	color:#f1f1f1;
	margin-left:20px;
	width:190px; display:block; clear:both;
	margin-top:15px; 
}

.tituloLogin{
	font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	font-size:18px;
	color:#FCBF8D;
	border-top:1px solid #fff;
	margin:0 auto;
	padding-top:10px;
	width:205px;
}

.inputLogin, .inputLoginOff{
	font-family:Montserrat, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:183px;
	height:18px;
	background-color:#fff;
	border:1px solid #E5E5E5;
	margin:10px 20px 0 20px;
	padding:5px;
	border-radius:7px;
	color:#666;
}

.btOkLogin, .btInternoLogin{
	float:right;
	padding:3px 8px;
	border:0;
	margin:10px 20px 0 0;
  font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	color:#946226;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	background-color:#FCBF8D;
	border-radius:5px;
	cursor:pointer;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.btInternoLogin{
	float:none;
	width:85px;
	margin:0 0 0 20px;
}

.btOkLogin:hover, .btInternoLogin:hover{
	background-color:#FCCCA7;
}

.esqueciSenha{
	font-size:12px;
	color:#FCBF8D;
	text-decoration:none;
	float:left;
	margin-left:12px;
	margin-top:10px;
	line-height:30px;
}
/* Fim LOGIN */

/* Início INSCRIÇÃO */
.boxInscrevase{
	display:block;
	min-height:110px;
	padding-top:20px;
	margin-bottom:20px;
	background:url(../img/bgBoxTransp.png) repeat-x #915F43 bottom center;
	text-align:center;
	border-radius:7px;
	font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	font-size:18px;
	color:#FCBF8D;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.boxInscrevase:hover{
	background-color:#ba7852;
	text-decoration:none;
}

.boxInscrevase img{
	width:60px;
	margin-bottom:10px;
}
/* Fim INSCRIÇÃO */

/* Início RECADASTRAMENTO */
.boxRecadastramento{
	display:block;
	min-height:110px;
	padding:20px 0 15px;
	margin-bottom:20px;
	background:url(../img/boxTopo.png) center top no-repeat #FCBF8D;
	color:#915F43;
	text-align:center;
	border-radius:7px;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.boxRecadastramento span{
	display:block;
	margin-bottom:5px;
	font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	line-height:22px;
	font-size:18px;
	color:#915F43;
}

.boxRecadastramento:hover{
	background-color:#FCCCA7;
	text-decoration:none;
}
/* Fim RECADASTRAMENTO */

/* Início SELO */
.boxSelo img{
	height: 160px;
	margin: 0 35px 10px;
}

/*** Fim LATERAL ***/

/*** Início CONTEUDO ***/
#conteudo{
	float:left;
	width:650px;
	margin-bottom:20px;
	background:#EFEFEF;
	padding:25px;
	height:auto;
	border:1px solid #E5E5E5;
	border-radius:7px;
}

.imgInterna{
	width:282px;
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	z-index:0;
}

.sombraImgInterna{
	background:url(../img/sombraImgInterna.png) bottom center no-repeat;
	z-index:200;
	margin-top:-25px;
}

.contAgrupado{
	border-left:2px solid #E2E2E2;
	border-bottom:2px solid #E2E2E2;
	margin-top:30px;
	padding:10px;
}

.contDetalhe{
	padding:5px;
	display:table;
	margin:-10px 0 10px -10px;
	background-color:#fff;
}

.boxDownload{
	float:left;
	display:table;
	padding:0 30px 0 20px;
	margin-right:10px;
	height:35px;
	background:url(../img/boxTopo.png) center top no-repeat #FCBF8D;
	font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	line-height:35px;
	font-size:18px;
	color:#946226;
	border-radius:7px;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.boxDownload img{
	float:left;
	margin:2px 5px 0 0;
}

.boxDownload:hover{
	background-color:#FCCCA7;
	text-decoration:none;
}

.contGrade{
	display:table;
	margin-top:7px;
	background-color:#fff;
}

/*OLD .colunaEsq{
	float:left;
	font-weight:bold;
	width:100px;
	padding:5px 10px;
	text-align:right;
	border-top:1px solid #E7E7E7;
}*/

.colunaEsq {
	display: none;
}

.colunaDir{
	float:left;
	padding:5px 10px;
	width:509px;
	border-top:1px solid #E7E7E7;
	border-left:1px solid #E7E7E7;
}

.colunaDir2{
	float:left;
	padding:22px 0px 2px 10px;
	width:509px;
}

/* modificado 18-06-2015 */
.colunaDir, .contGrade {
	width: 100%;
}
.contGrade .saibaMais {
	display: none !important;
}
.contGrade, .contGrade * {
    box-sizing: border-box;
}
.colunaUnica, .colunaDir {
	border: 1px solid #e7e7e7 !important;
}
.colunaDir {
	border-bottom: none !important;
}

.tabelaAssociados, .tabelaEspecialista{
	width:100%;
}
.tabelaAssociados tbody tr, .tabelaEspecialista tbody tr{
	height:30px;
}
.tabelaAssociados tbody tr td, .tabelaEspecialista tbody tr td{
	padding: 5px ;
}
.tabelaAssociados tr th, .tabelaEspecialista tr th{
	height:30px;
	padding: 0 5px;
	font-weight:500;
}

.tabelaAssociados tr td:first-child{
	width:50%;
}
.tabelaEspecialista tr td:first-child{
	width: 61px;
}
.tabelaAssociados tbody tr:nth-child(odd), .tabelaEspecialista tbody tr:nth-child(odd){
	background-color: #FFF;
}
.nomeAssociado{
	margin: 30px 0 -20px;
	text-transform:uppercase;
	padding:5px;
	font-weight: 500;
	background:#FCBF8D url(../img/btn_down.png) no-repeat center right;
}
.nomeAssociado a {
	color:#946226;
}
/* fim */

.colunaUnica{
	padding:10px;
	border-top:1px solid #E7E7E7;
}

.contGrade .saibaMais{
	text-decoration:none;
	color:#fff;
	text-align:right;
	padding:5px 10px;
	line-height:15px;
	font-size:10px;
	font-style:italic;
	display:block;
	background:#bbb;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.contGrade .saibaMais:hover{
	background:#ccc;
	text-decoration:none;
}

.numeracao:before{
	counter-increment: section; /* Increment the section counter */
  content: counter(section) ". "; /* Display the counter */
}

.dataAutor{
	color:#999;
	margin-top:-10px;
	margin-bottom:15px;
}

.paginacao{
	display:table;
	margin:30px auto 10px auto;
}

.paginacao li{
	float:left;
	margin:0 5px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #915F43;
	color:#915F43;
}

.paginacao li a{
	display:block;
	background:#915F43;
	color:#fff;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.paginacao li a:hover{
	background-color:#ba7852;
	text-decoration:none;
}

/* Início HOME */
.chamadaIndex{
	position:relative;
	width:610px;
	height:auto;
	margin:20px 0 30px 0;
	padding:19px;
	background:#fff;
	border:1px solid #ddd;
	display:table;
}

.imgChamadaIndex{
	float:left;
	margin:0px 20px 0 -25px;
	width:220px;
	max-height:243px;
	border:1px solid #ddd;
	border-left:5px solid #946226;
	overflow:hidden;
}

.imgChamadaIndex img{
	width:100%;
}

.tituloChamadaIndex{
	font-size:16px;
	line-height:18px;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}

.chamadaIndex p{
	margin-bottom:20px;
}

.chamadaIndex .btMais{
	position:absolute;
	bottom:-5px;
	right:20px;
	width:118px; 
	height:40px;
	z-index:100;
	background:url(../img/saibaMais1.png) bottom center no-repeat;
}

.chamadaIndex .btMais:hover{
	background:url(../img/saibaMais2.png) bottom center no-repeat;
}
/* Fim HOME */

/* Início FOTOS */
.buscaInterna{
	margin:-20px -10px -20px -15px;
}
/* Fim HOME */

/* Início FOTOS */
.album{
	float:left;
	width:21%;
	margin:0 2% 30px 2%;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	color:#666;
	trasition:all 1s;
	-moz-trasition:all 1s;
	-o-trasition:all 1s;
	-webkit-trasition:all 1s;
}

.album img{
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
	box-shadow:1px 1px 2px #ccc;
	margin-bottom:10px;
}

.album:hover{
	text-decoration:underline;
}

.album:hover img{
	border:1px solid #999;
	box-shadow:1px 1px 2px #999;
}
/* Fim FOTOS */

/* Início CONTATO */
.inputContato, .textoMensagem, .selectContato{
  font-family:Montserrat, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:normal;
	background:#fff;
	border:1px solid #ccc;
	margin-top:5px;
	margin-bottom:10px;
	padding:5px;
	width:310px;
	outline:0;
	border-radius:5px;
}

.selectContato{	
	width:320px;
}

.textoMensagem{
	height:100px;
}

.btEnviar{
	padding:5px 20px;
	border:0;
	margin-top:20px;
  font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	color:#946226;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	background-color:#FCBF8D;
	border-radius:5px;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.btEnviar:hover{
	background-color:#FCCCA7;
}
/* Fim CONTATO */

/* Início ÁREA DO ASSOCIADO */
.areaAssociado{
	float:left;
	width:380px;
}

.areaAssociado img{
	float:left;
	margin:20px 20px 0 0;
}

.opcoesAssociado{
	float:right;
	width:240px;
	margin-left:25px;
}

.opcoesAssociado a{
	display:block;
	padding:8px 10px;
	margin-bottom:5px;
	background:url(../img/boxTopo.png) center top no-repeat #FCBF8D;
	font-family:'Trade Gothic', Montserrat, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	font-size:18px;
	color:#946226;
	border-radius:7px;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.opcoesAssociado a:hover{
	background-color:#FCCCA7;
	text-decoration:none;
}
/* Fim ÁREA DO ASSOCIADO */

/*** Fim CONTEUDO ***/

/******* Fim CENTRO *******/


/******* inicio RODAPE *******/

#rodape{
	background:url(../img/bgRodape.png) repeat-x top #fafafa;
	margin-top:10px;
}

.contRodape{
	color:#A07253;
	width:960px;
	min-height:100px;
	margin:0 auto;
	padding:20px 0;
	font-size:11px;
	line-height:16px;
}

#infosRodape{
	width:440px;
	margin-top:15px;
	float:left;
}

#parceirosRodape{
	float:right;
	margin-top:15px;
	width:500px;
}

.paceiro{
	float:left;
	margin-top:10px;
}

.paceiro img{
	float:left;
	margin-right:10px;
	width:45px;
}

/* Inicio MENU */
.menuRodape{
	width:960px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}

.menuRodape li{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	width:160px;
	line-height:30px;
	display:block;
	text-align:center;
}

.menuRodape li a{
	font-weight:bold;
	color:#A07253;
	text-decoration:none;
	-webkit-transition:all 0.5s;
	   -moz-transition:all 0.5s;
		   -o-transition:all 0.5s;
			    transition:all 0.5s;
}

.menuRodape li ul{
	display:block;
	width:160px;
}

.menuRodape li ul li{
	height:20px;
	line-height:20px;
}

.menuRodape li ul li a{
	font-weight:normal;
	height:20px;
	line-height:20px;
}

.menuRodape li ul li a:hover{
	color:#FFCAA6;
}
/* Fim MENU */

/* Início RODAPÉ UP */
.rodapeUp{
	position:absolute;
	width:100%;
	left:0;
	background-color:#ededed;
	border-top:2px solid #d9d9d9;
	height:32px;
	padding:2px 0;
}

.rodapeUp div{
	width:910px;
	margin:0 auto;
	height:32px;
	text-align:right;
}
/* Fim RODAPÉ UP */

/******* Fim RODAPÉ *******/

.obsInscricao{
	margin:10px;
	padding:0 10px;
	background:#FAFADD;
	border:1px solid #946226;
}

.obsInscricao h3, .obsInscricao p{
	margin:10px 0;
}

/*! jQuery UI - v1.11.4 - 2015-07-29
* http://jqueryui.com
* Includes: core.css, accordion.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

.ui-state-active{
	background:#FCBF8D url(../img/btn_up.png) no-repeat center right!important;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding:0.3em 0 1em;
	border-top: 0;
	overflow: auto;
	background: #eee;
}

.divArquivo{
	cursor:pointer;
}
.divArquivo:hover{
	text-decoration:underline;
}
.divArquivoOff, .divArquivoOff:hover{
	text-decoration:none;
	color:#3E3225;
}

/* FILE UPLOAD */
.upload-wrapper {
	cursor:pointer !important;
	display:inline-block;
	position:relative;
	overflow:hidden;
}

.upload-file {
	cursor:pointer !important;
	position:absolute;
	right:-2px;
	top:-2px;
	filter:alpha(opacity=0);
	-moz-opacity:0.01;
	opacity:0.01;
	font-size:20px;
}

.upload-button {
	cursor:pointer !important;
	height:16px;
	width:16px;
}
/* FIM FILE UPLOAD */