@charset "utf-8";

/*  >>> COLOR DEFAULT
CINZA 		= #F4F4F4;
BORDAS		= #E9E9E9;
AZUL FORTE 	= #3868B2;
AZUL FRACO	= #488AC9; 

*/


/* ----------------- RESET ------------- */ 
* {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
body {
	background: url(imagens/bankbody.jpg);
}


/* -------------- CLASS AVULSAS ----------------- */

.clear{
	clear:both;
}
.clearLefth{
	clear: left;
}
.clearRight{
	clear: right;
}
.buttomForm {
	width: 100px;
	height: 35px;
	font-size: 16px;
}
.inputTextField1 {
	width: 99%;
	padding: 1px 3px;
	font-size:14px;
	font-weight:bold;
	color: #8A9500;
	border: 1px solid #8A9500;
}
.inputTextBuscar1 {
	width: 400px;
	padding: 3px 3px;
	font-size:14px;
	font-weight:bold;
	color: #8A9500;
	border: 1px solid #8A9500;
}
.buttomBuscar {
	width: 100px;
	height: 30px;
	font-size: 14px;
}
.inputSelect1 {
	width: 99%;
	padding: 1px 3px;
	font-size:14px;
	font-weight:bold;
	color: #8A9500;
	border: 1px solid #8A9500;
}
.formTd1 {
	padding: 3px;
	border-bottom: 1px solid #CCC;
}

.inputQuant {
	width: 60px;
	padding: 1px;
	background:#EEE;
	font-size: 13px;
	text-align: right;
}
.inputBtOrcProduto {
	padding: 2px;
}
.inputTextField2 {
	width: 99%;
	height: 20px;
	padding: 2px;
	border: 2px solid #CCC;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	background-color: #F2FFF2;
}
.inputSelectBusca {
	width: 150px;
	height: 30px;
	font-size: 14px;
	color: #006600;
	margin: 0 3px;
	background: #F2FFF2;
}
.inputSelectStatusOrcamento {
	width: 99%;
	height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0 3px;
}


/* -------------- RESET AVULSAS ----------------- */
a img  
{  
border: none;  
}  

/* -------------- ID AVULSO ----------------- */
#form_ger {
	margin: 0 auto;
	border: 2px solid #cccccc;
}
#form_ger tr th {
	padding: 3px;
	border: 1px solid #B0B0B0;
	background: #B0B0B0;
}
#form_ger tr td {
	padding: 3px;
	border: 1px solid #B0B0B0;
	font-size: 13px;
	text-transform: uppercase;
}

#form_ger2 {
	margin: 0 auto;
	border: 2px solid #cccccc;
}
#form_ger2 tr th {
	padding: 3px;
	border: 1px solid #B0B0B0;
	background: #B0B0B0;
	font-size: 10px;
}
#form_ger2 tr td {
	padding: 3px;
	border: 1px solid #B0B0B0;
	font-size: 9px;
	text-transform: uppercase;
}

#form_buscar {
	background: #FBFBFB;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#form_orcamento_prod tr th {
	padding: 1px;
	font-size: 13px;
	border: 1px solid #B0B0B0;
	background: #F9FFD0;
}
#form_orcamento_prod tr td {
	padding: 1px;
	font-size: 11px;
	border: 1px solid #B0B0B0;
}

#form_orcamento_cabecalho {
	border: 4px solid #cccccc;
	padding: 4px;
	background: #FFF;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#form_orcamento_cabecalho tr td {
	padding: 3px;
	font-size: 13px;
	border-bottom: 1px solid #B0B0B0;
}
 
#boxProdutos {
	width: 950px;
	height: 150px;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background-color: #F2FFF2;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#boxProdutosNoOrcamento_Cabecalho {
	width: 950px;
	height: 20px;
	margin-top: 10px;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCC;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	overflow: hidden;
	position: relative;
}

#boxProdutosNoOrcamento {
	width: 950px;
	height: auto;
	border: 4px solid #CCC;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#tb_prod_orcamento {
	font-size: 12px; 
}

#tb_prod_orcamento tr th {
	font-size: 13px;
	padding: 3px;
	background: #060;
	color: #FFF;
}

#tb_prod_orcamento tr {
}
#tb_prod_orcamento tr td {
	font-size: 11px;
	padding: 1px;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}

/* -------------- START ----------------- */

#boxMaster {
	height: auto;
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
	border: 1px solid #999;
}
#boxMaster #boxMenu {
	padding: 5px;
	float: left;
	height: auto;
	width: 240px;
	 /* background-color: #3C3; */
}
#boxMaster #boxContent {
	border-left: 1px solid #E9E9E9;
	background-color: #FFF;
	float: left;
	height: auto;
	min-height: 800px;
	padding: 10px;
}
#boxMaster #topBoxContent {
	height: auto;
	width: 100%;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCC;
}
#boxMaster #boxMenu ul li {
	list-style-type: none;
}
#boxMaster #topBoxContent #topContentLeft {
	padding: 10px;
	float: left;
	height: 60px; 
}
#boxMaster #topBoxContent #topContentRight {
	padding: 5px;
	float: right;
	height: 50px;
	margin-top: 10px;
	margin-right: 10px;
	background: #EEE;
	border-radius: 3px;
	width: 200px;
	border: 1px solid #D7D7D7;
}
#boxMaster #topBoxContent #topContentRight #superior {
	width: 190px;
	margin: 0 auto;
	padding-bottom: 5px;

}
#boxMaster #topBoxContent #topContentRight #inferior {
	width: 190px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #D7D7D7;
	font-size: 14px;
}
#footer {
	background: #A2AB00; 
	height: 50px;
	width: 100%;
	border-top: 2px solid #8F9C00;
}
#boxLoginIndex {
	background-image: url(imagens/boxLoginIndex.png);
	background-repeat: no-repeat;
	height: 419px;
	width: 450px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#boxLoginIndex form #loginUsuario {
	margin: 0;
	padding-top: 160px;
	padding-right: 85px;
	padding-left: 85px;
}
#boxLoginIndex form #loginSenha {
	margin: 0;
	padding-top: 60px;
	padding-right: 85px;
	padding-left: 85px;
}
#boxLoginIndex form #loginUsuario input {
	width: 267px;
	height: 24px;
	color: #949C00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding: 2px;
	background:transparent;
	font-weight: bold;
}
#boxLoginIndex form #loginSenha input {
	width: 267px;
	height: 24px;
	color: #949C00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding: 2px;
	background:transparent;
	font-weight: bold;
}
#boxLoginIndex form #loginEntrarBotao{
	width: 190px;
	height: auto;
	color: #3868B2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px; 
	padding: 30px 130px 0 130px;
	/*background:transparent;*/
	font-weight: bold;
}
#boxLoginIndex form #loginEntrarBotao #botaoEntrar {
	background: transparent;
	background-image: url(imagens/botaoLoginEntrar.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 190px;
	border: 0;
}
#boxLoginIndex form #loginVersao {
	width: 50px;
	padding-top: 0px;
	padding-left: 360px;
	height: 30px;
	padding-right: 40px;
	font-size: 12px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
}
#boxMaster #boxContent table.tableForm {
	border: 1px solid #CCC;
}
#boxMaster #boxContent table tr td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
#boxMaster #boxContent table tr .titlePag {
	font-size: 20px;
	font-weight: bold;
	color: #8a9500;
	padding: 10px;
	background: #FDFBD6;
}
#boxMaster #boxContent table tr .titlePag hr {
	border-top: 2px solid #E4E65D;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #E4E65D;
	margin: 3px 0;
}

#boxMaster #boxContent table.tableRela {
	border: 2px solid #CCC;
}
#boxMaster #boxContent table.tableRela tr td {
	border-left: 1px solid #CCC;
}

#boxMaster #content {
	width: 980px;
	height: 100%;
	min-height: 500px;
	padding: 10px;

}
#boxMaster #menuTop {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #CCC;
	background:#EEE;
}
#form1 table tr td {
	padding: 3px;
	border-bottom: 1px solid #CCC;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosNoOrcamento_Cabecalho_cliente {
	height: 15px;
	width: 940px;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	font-size: 11px;
	color: #666;
	line-height: 15px;
	background-color: #CCC;
	font-weight: bold;
}
/* ----------------- ORCAMENTO DESCRITIVO ----------------------- */
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFF;
	padding: 5px;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK table tr .prodDescrivitoTitle {
	padding: 2px;
	/*border: 1px solid #999;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background: #F3F3F3;
	position:relative;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK table tr .prodDescrivitoTitle_final {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK table tr .prodDescrivitoDesc {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	padding: 1px 5px;
	color: #333;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK table tr .prodDescrivitoValor {
	padding: 4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: right;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK table tr .prodDescrivitoImg {
	padding: 1px 5px;
	
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK table tr .prodDescrivitoTpEvento {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #333;
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #DADADA;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK table tr .prodDescrivitoTpEvento {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #333;
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #DADADA;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK table tr .prodDescrivitoCategoria {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 3px 3px 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK .boxDescritivoDadosCliente {
	border: 1px solid #EFEFEF;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK .boxDescritivoDadosCliente tr {
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK .boxDescritivoDadosCliente tr td {
	padding: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	color: #666;
	background: #EFEFEF;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK .boxDescritivoValores {
	border: 1px solid #EFEFEF;
}
#boxMaster #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .boxProdutosDescritivosOK .boxDescritivoValores tr td {
	padding: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	color: #666;
	background: #EFEFEF;
}


/* --------------DESCRITIVO ONLINE -------------------------- */
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFF;
	padding: 5px;
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK table tr .prodDescrivitoTitle {
	border: 0px solid #C7E300;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	position: relative;
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK table tr .prodDescrivitoTitle_final {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK table tr .prodDescrivitoDesc {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 1px 5px;
	color: #333;
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK table tr .prodDescrivitoValor {
	padding: 2px 4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-align: right;
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK table tr .prodDescrivitoImg {
	padding: 1px 5px;
	
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK table tr .prodDescrivitoTpEvento {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: bold;	
	position: relative; 
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK table tr .prodDescrivitoCategoria {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 3px 3px 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK .boxDescritivoDadosCliente {
	border: 1px solid #C7E300;
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK .boxDescritivoDadosCliente tr {
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK .boxDescritivoDadosCliente tr td {
	padding: 3px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background: #C7E300;
	border-bottom: 1px solid #C7E300; 
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK .boxDescritivoValores {
	border: 1px solid #C7E300;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
#content .DIV_BOX_DESCRITIVO_ONLINE .boxProdutosDescritivosOK .boxDescritivoValores tr td {
	padding: 4px;
	border-bottom: 1px solid #C7E300;
	color: #333;
	background: #C7E300;

} 
.intro_title {
	position: absolute;
	padding: 2px 5px;
	width: 680px;
	height: 20px;
}
.ultimo_td td {
	border-bottom: none !important;
}

@media print {
	#td_print { display:none; }
	#boxMaster { border: none; } 
}

.vantagem1 {
}
.vantagens {
	width: 870px;
	margin-top: 8px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	display: block;
	padding-top: 3px;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	font-size: 13px !important;
	color: #8A9500;
}
#Accordion1 div .acord_table1 {
	width: 940px;
	padding-bottom: 2px;
}
#Accordion1 div .acord_table1 tr td {
	padding: 4px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 2px;
	color: #666;
	font-size: 14px !important;
}
.boxPainel {
	height: auto;
	display: block;
	position: relative;
}

.boxPainel .buttomPainel{
	width: 150px;
	height:150px;
	margin: 5px;
	float: left;
	text-align: center;
	vertical-align: middle;
	background: #ccc;
}
.boxPainel .buttomPainel a{
	text-decoration: none;
	color: #000;
}
.titlePainel {
	display: block;
	font-size: 24px;
	text-align: center;
	background-color: #E3E3E3;
}
.titlePainelDetalhes {
	display: block;
	font-size: 16px;
	text-align: left;
	background-color: #FBFBFB;
}
.titlePainelDetalhesCursos {
	display: block;
	font-size: 16px;
	height:58px;
	background-color: #FBFBFB;
	overflow: auto;
	border: 1px solid #ECECEC;
}
.titlePainelDetalhesCursos ul li{
	list-style: none;
}
.titlePainelVoltar {
	display: block;
	text-align: right;
	padding: 2px;
}
.titlePainelVoltar a {
	padding: 10px;
	font-size: 16px;
	background: #8E8E8E;
	color: #FFF;
}
.textAreaInfos {
	display:block;
	width: 100%;
	height: 100px;
}
.titlePainelDetalhes label {
	display:block;
	padding: 3px;
	background: #FDFA9D;
	font-size:16px;
	font-weight:bold;
	text-align: center;
}
.titlePainelContent table {
	width: 100%;
}
.titlePainelContent table thead tr td {
	background: #B3B3B3;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.titlePainelContent table tbody tr td {
	background: #FFF;
	padding: 3px;
}
.inputFormando {
	width: 99%;
	height: auto;
	font-size: 16px;
	padding: 2px;
}