/* Sombra nas caixas de texto e botões */
.shadow {
  	-moz-box-shadow:    1px 1px 3px 3px #ccc;
 	-webkit-box-shadow: 1px 1px 3px 3px #ccc;
  	box-shadow:         1px 1px 3px 3px #ccc;
}

/* Retira decorativo dos links */
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

/*************** Styles comuns a todas as resoluções ***************/
/***** PAGINA 01 - ACERVO *****/
.logo{
	position: absolute; top: 6%;
}

.divTitulo{
	position: absolute; top:20%;
}

.divPreencha{
	position: absolute; top:36%;
}

.divTextField{
	position: absolute; top:39%; width: 70%; height: 10%;
}

.pesquisaSimples{
	width: 17%; height: 40%; vertical-align: center;
}

.divRadio{
	position: absolute; top:44%; width: 100%;
}

#divObs{
	position: absolute; top:54%; width: 70%; height: 8%;
}

.divAvancado{
	position: absolute; top:63%; width: 70%; height: 8%;
}

.divRodaPe{
	position: absolute; left: 0%; top:95%;
}

/***** PAGINA 02 - PESQUISA-2 *****/
.divSubTitulo{
	position: absolute; top:25%;
}

.divPesquisa{
	position: absolute; top:50%; width: 70%;
}

.divSubmit{
	position: absolute; top:54%; height: 8%; width: 50%;
}

/***** PAGINA 03 - PESQUISA-3 *****/
.divForm{
	position: absolute; top:44%; height: 10.5%; width: 70%;
}

/***** PAGINA 04 - PESQUISA-4 *****/
.divPesqAvanc{
	position: absolute; top:38%; width: 70%;
}

.divRadioGenero{
	position: absolute; top:55%; width: 20%;
}

.divData{
	position: absolute; top:67%; width: 79%; height: 41%;
}

.divTextData{
	position: absolute; top:68%; width: 70%; height: 43%;
}

.selectText{
	position: absolute; top:75.5%;
}

.selectImg1{
	position: absolute; top:79.5%; width: 80%; left: -0.5%;
}

.selectImg2{
	position: absolute; top:87.5%; width: 80%; left: -0.5%;
}

.selectImg3{
	position: absolute; top:93.5%; width: 80%; left: -0.5%;
}

.selectImg4{
	position: absolute; top:104.5%; width: 80%; left: -0.5%;
}

.selectImg5{
	position: absolute; top:111.5%; width: 80%; left: -0.5%;
}

.select1{
	position: absolute; top:80%; width: 80%; left: 3%; height: 10%;
}

.select2{
	position: absolute; top:88%; width: 80%; left: 3%; height: 10%;
}

.select3{
	position: absolute; top:94%; width: 80%; left: 3%; height: 24%;
}

.select4{
	position: absolute; top:105%; width: 80%; left: 3%; height: 20%;
}

.select5{
	position: absolute; top:112%; width: 80%; left: 3%; height: 20%;
}

.divTextBox{
	position: absolute; top:0%; left: 25%; width: 60%; height: 100%;
}

.divBt{
	position: absolute; top:125%; width: 60%; height: 10%;
}

.setaDireita{
	cursor: pointer;
}

.setaBaixo{
	cursor: pointer;
}

.btnLimpar{
	cursor: pointer;
	vertical-align: top;
}

/***** PAGINA 07 - RESULTADO-7 *****/
.divErro{
	position: absolute; top:50%; width: 70%;
}

.divVoltar{
	position: absolute; top:70%; width: 80%; height: 20%; left: 0.5%;
}

/***** ADD-MULTI-VALUE *****/
.addTitulo{
	color: #A13F0C;
	font: 13.64pt Georgia;
}

.addCorpo{
	color: #003568;
	font: 8.86pt Arial;
}

.addResolucao{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 530px;

}

.bold{
	color: #003568;
	font: 8.86pt Arial;
	font-weight: bold;
}

.margem{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
}

.borda{
	border-style: solid;
	border-color: #C3A026;
	border-width: 1.875pt;
}

/********** ADDMULTIVALUE - Seleção de termos ************/
.des{background-color:white; color: black; font: 8.86pt Arial;}
.sel{background-color:navy; color:white; font: 8.86pt Arial;}

/*** Passando todos os Styles para CSS ***/
/** iframe aguarde **/
.aguarde{
	position: fixed; top: 0px; left: 0px; z-index: 100;
}

/** anexos e resultado **/
.resultHeader{
	top: 21%;position: absolute; width: 96%;
}

.linhaSeparadora{
	background-image: url('/imagens/linhaSeparadora.jpg');background-repeat:repeat-x;margin: 0px;
}

.resultVoltar{
	cursor: pointer;
}


/** import **/
.divEsfumacado{
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;
	background: white;
	opacity:0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
}

.tableAguarde{
	position: absolute; top: 0px; left: 0px;
}

/** pesquisaAvancada2 **/
.divAutores{
	position: absolute; top: 50%; left: 25%;
}

/** visualizar **/
.visualizarFrame{
	border: 1;border-color: black;border-style: solid
}

.divPlayer{
	display:block;width:520px;height:400px;
}

.divMP3{
	display:block;width:520px;height:30px;
}
