﻿* {
	margin: 0;
	padding: 0;
}

/*----------ELEMENTS-----------------------------------------------------------------------------------------------------------------*/
body{
	color: gray;
	font-family: verdana,tahoma,helvetica;
	font-size: 12px;
	background:url(../images/fading_background_20.png) 10px 0 repeat-x #fff;}

p{
	padding-bottom: 7px;
}

h1 /* titulo */
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 13px;
	color:#6cabf7;
}

h2 /* interti­tulo */
{
	font-size: 11pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 7px;
	color: #ff8a00;

}

h3
{
	font-size: 10pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 7px;
}

a:link{
	color:#ffba01;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover{
	color:#ffba01;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color:#ffba01;
	text-decoration: none;
	font-weight: bold;
	}
a:active{
	color:#ffba01;
	text-decoration: none;
	font-weight: bold;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}
ol {
	list-style-position: inside;
	margin-left: 10px;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/



/*----------ELEMENTS-IDS-------------------------------------------------------------------------------------------------------*/
#layout {
	margin: 0 auto;
	width: 950px;/*era 760px*/
	height: auto;
	position: relative;
}
div#layout:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height: 0px;
	overflow:hidden;
}

#topoMaster{
	width: 950px;
	height: 127px;
	position: relative;
	float: left;
	background-color:#FFF;
	}
#conteudoMaster{
	width: 950px;
	height: auto;
	position: relative;
	clear: both;
	padding-top: 10px;
}
#rodapeMaster{
	margin-top: 10px;
	background-image:url(../images/menu2.png);
	width: 950px;
	height: 25px;
	position: relative;
	clear: both;
}
/*---------------------------------------------------------------------------------------------------------------------------*/


/*----------CLASSES-----------------------------------------------------------------------------------------------------------*/
/*Borda com canto arrendondado*/
.bordaBox {/*poscai*/
	bbackground: ttransparent;
	width: 100%;
	height: auto;
}
.bordaBox .b4b {display: block; overflow: hidden; font-size: 1px;}
.bordaBox .b3b {display: block; overflow: hidden; font-size: 1px;}
.bordaBox .b2b {display: block; overflow: hidden; font-size: 1px;}
.bordaBox .b1b {display: block; overflow: hidden; font-size: 1px;}
.bordaBox .b4 {display: block; overflow: hidden; font-size: 1px;}
.bordaBox .b3 {display: block; overflow: hidden; font-size: 1px;}
.bordaBox .b2 {display: block; overflow: hidden; font-size: 1px;}
.bordaBox .b1 {display: block; overflow: hidden; font-size: 1px;}
.bordaBox .b3b {
	height: 1px;
}
.bordaBox .b2b {
	height: 1px;
}
.bordaBox .b1b {
	height: 1px;
}
.bordaBox .b3 {
	height: 1px;
}
.bordaBox .b2 {
	height: 1px;
}
.bordaBox .b1 {
	height: 1px;
}
.bordaBox .b4 {
	border-right: 1px solid #e0e2e4;
	border-left:  1px solid #e0e2e4;
}
.bordaBox .b3 {
	border-right: 1px solid #e0e2e4;
	border-left:  1px solid #e0e2e4;
}
.bordaBox .b2 {
	border-right: 1px solid #e0e2e4;
	border-left:  1px solid #e0e2e4;
}

.bordaBox .b1 {
	margin: 0 5px;
	background-color: #e0e2e4;
}
.bordaBox .b2 {
	margin: 0 3px;
	border-width: 0 2px;
	background-color: #FFF;
}
.bordaBox .b3 {
	margin: 0 2px;
	background-color: #FFF;
}
.bordaBox .b4 {
	height: 2px;
	margin: 0 1px;
	background-color: #FFF;
}
.bordaBox .conteudo {
	display: block;
	border-right: 1px solid #e0e2e4;
	border-left:  1px solid #e0e2e4;
	background-color: #FFF;
	visibility: visible;
	padding: 10px;
	height:100%;
}

.bordaBox .conteudo:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}


/*fim borda arrendondado*/

/*---------------------------------------------------------------------------------------------------------------------------*/
/*------------------NOVOS PADROES BOX-----------------------------------------------------------------------------------------*/
.box1{ 
	width: 100%; 
	height:auto; 
	margin-bottom: 10px;
	clear:both;
	}
	
.box2In, .box2Out { 
	float: left;
	width: 460px;
	height: auto;
	position: relative;

	}

.box2Out {
	width: 470px;
	}

.box3In, .box3Out { 
	float: left;
	width: 303px; 
	height: auto; 
	position: relative; 
	}
	
.box3Out{
	width: 310px;
	}

.box3dIn, .box3dOut { 
	float: left;
	width: 616px; 
	height: auto; 
	position: relative; 
	}
	
.box3dOut{
	width: 630px; 
	}

.box4In, .box4Out { 
	width: 225px; 
	height: auto; 
	float: left; 
	position: relative; 
	}
	
.box4Out{
	width: 230px;
	}

.box4tIn { 
	width: 695px; 
	height: auto; 
	float: left; 
	position: relative; 
	}
	
.box4tOut{
	width: 710px;
	}


.boxL { float:left; margin: 0 10px 10px 0;}
.boxR { float:right; margin: 0 0 10px 0;}

/*-------FIM DOS ESTILOS DOS BOX'S---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------------*/
/*------------------NOVOS PADROES BTN IMAGENS-----------------------------------------------------------------------------------*/

.btnAlterar, .btnAlterar:hover { 
	position: absolute; 
	width: 48px;
	height: 21px; 
	background-image: url(/conferencia/images/btnAlterar.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnAlterar:hover{
	background-position: bottom; 
	}

.btnAvancar, .btnAvancar:hover { 
	position: absolute; 
	width: 55px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnAvancar.png); 
	margin-top: -3px; 
	margin-right: 5px;
	 }
	 
.btnAvancar:hover { 
	background-position: bottom; 
	}

.btnConfirmar, .btnConfirmar:hover { 
	position: absolute;
	width: 68px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnConfirmar.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnConfirmar:hover { 
	background-position: bottom; 
	}

.btnConsultar, .btnConsultar:hover { 
	position: absolute;
	width: 66px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnConsultar.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnConsultar:hover { 
	background-position: bottom; 
	}

.btnEntrar, .btnEntrar:hover {
	position: absolute;
	width: 45px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnEntrar.png); 
	margin-top: -3px;
	margin-right: 5px;
}

.btnEntrar:hover { 
	background-position: bottom; 
 }

.btnEnviar, .btnEnviar:hover{
	position: absolute; 
	width: 46px;
	height: 21px; 
	background-image: url(/conferencia/images/btnEnviar.png);
	margin-top: -3px;
	margin-right: 5px;
	}
	
.btnEnviar:hover{ 
	background-position: bottom; 
	}

.btnExcluir, .btnExcluir:hover { 
	position: absolute; 
	width: 47px;
	height: 21px;  
	background-image: url(/conferencia/images/btnExcluir.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnExcluir:hover{ 
	background-position: bottom; 
	}

.btnExcluirImagem, .btnExcluirImagem:hover { 
	position: absolute; 
	width: 99px; 
	height: 21px; 
	background-image: url("/gbm/images/btnExcluirImagem.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnExcluirImagem:hover{ 
	background-position: bottom; 
	}

.btnExibirTodos, .btnExibirTodos:hover { 
	position: absolute;
	width: 79px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnExibirTodos.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnExibirTodos:hover{
	background-position: bottom; 
	}

.btnFechar, .btnFechar:hover { 
	position: absolute; 
	width: 48px;
	height: 21px; 
	background-image: url(/conferencia/images/btnFechar.png); 
	margin-top: -3px; 
	margin-right: 5px; 
	}
	
.btnFechar:hover { 
	background-position: bottom; 
	}

.btnGerarSenha, .btnGerarSenha:hover { 
	position: absolute; 
	width: 81px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnGerarSenha.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnGerarSenha:hover{ 
	background-position: bottom; 
	}

.btnIncluir, .btnIncluir:hover { 
	position: absolute;
	width: 46px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnIncluir.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnIncluir:hover{ 
	background-position: bottom; 
	}

.btnOk, .btnOk:hover { 
	position: absolute; 
	width: 28px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnOk.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnOk:hover{ 
	background-position: bottom; 
	}

.btnPesquisar, .btnPesquisar:hover { 
	position: absolute; 
	width: 66px;
	height: 21px; 
	background-image: url(/conferencia/images/btnPesquisar.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnPesquisar:hover { 
	background-position: bottom; 
	}

.btnProcurar, .btnProcurar:hover{ 
	position: absolute; 
	width: 57px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnProcurar.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnProcurar:hover{ 
	background-position: bottom; 
	}

.btnSair, .btnSair:hover { 
	position: absolute; 
	width: 33px;
	height: 21px; 
	background-image: url(/conferencia/images/btnSair.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnSair:hover { 
	background-position: bottom; 
	}
	
.btnSalvar, .btnSalvar:hover { 
	position: absolute; 
	width: 47px; 
	height: 21px; 
	background-image: url(/conferencia/images/btnSalvar.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnSalvar:hover{ 
	background-position: bottom; 
	}

.btnVisualizar, .btnVisualizar:hover { 
	position: absolute; 
	width: 66px;
	height: 21px; 
	background-image: url(/conferencia/images/btnVisualizar.png); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnVisualizar:hover{ 
	background-position: bottom; 
	}
	

/*-------FIM DOS ESTILOS DOS BOTÕES'-------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------------------------------*/
.imgContentR /* serve para inserir o quadro com foto e legenda */
{
	float: right;	
	width: auto;
	padding: 5px;
	margin: 0 0 10px 10px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	
}
.imgContentL /* serve para inserir o quadro com foto e legenda */
{
	float: left;	
	width: auto;
	padding: 5px;
	margin: 0 10px 10px 0px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

.color1{
	color: #4897db;
}

.color2{
	color: #D60505;
}
.color3{
	color: #5197b3;
}

.bgColor1{
	color: #b47b10;
}
.bgColor2{
	color: #818a43;
}
.bgColor3{
	color: #b47b10;
}

.p1{
	text-indent: 35px;
}

.esquerda{
	text-align: left;
}

.direita{
	text-align: right;
}

.centro{
	text-align: center;
}

.legenda {
	font-size: 8pt;
	font-weight: bold;
}

.bordatop { border-top: 1px solid #e0e2e4; }
.bordaleft { border-left: 1px solid #e0e2e4; }
.bordaright { border-right: 1px solid #e0e2e4; }
.bordabottom { border-bottom: 1px solid #e0e2e4; }


/*----------FORMULARIOS------------------------------------------------------------------------------------------------------*/
input {
	font-family: verdana,tahoma,helvetica;
	font-size: 11px; 
	fillColors: blue, black, black, black;

}

select {
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
}

.divTr
{
    display: block;
    height: 100%;
    clear: both;
    padding-top: 2px;
    position: relative;
}
.divTr:after
{
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.divTd
{
    float: left;
    position: relative;
    height: auto;
}

.divTd2
{
    float: left;
    position: relative;
    height: auto;
    padding-top: 3px;
}


.divTrBtn
{
    clear: both;
    padding-top: 2px;
    height: 20px;
}

.divBtIncluir {
	 width: 50px;
	 margin: 0 auto;
	 padding: 0px;	 
}

.divBtAlterarExcluir {
	 width: 100px;
	 margin: 0 auto;
	 padding: 0px;
}

.divBtAlterar {
	width: 50%;
	float: left;
	text-align: left;
}

.divBtExcluir {
	width: 50%;
	float: right;
	text-align: left;
}