﻿/*  ------------ Inicio Janelas Modais --------------------*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  color:#d9d9d9;
  left:0;
  top:0;
  width:640px;
  height:500px;
  display:none;
  z-index:9999;
  padding:20px;
  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
    box-shadow:1px 1px 6px #000;
	
}
#boxes #dialogSuporte {
  position:fixed;
  width:700px;
  left: 50%;
  height:500px;
  padding:0px;
  background-color:#600;
  border:solid;
  border-color:#CCC;
  
}
#boxes #dialogInfo {
  position:fixed;
  width:700px;
  left: 50%;
  height:500px;
  padding:0px;
  background-color:#600;
  border:solid;
  border-color:#CCC;
  
}
#iframeSuporte{
	
   height: 460px;
   width: 100%;
   position: absolute;
   left: 0; 
}
.close{
	background-color:#aaa681;
	display:block; 
	text-align:right; 
	padding-right:3px; 
	padding-top:3px;}
/*  ------------ Fim Janelas Modais --------------------*/

/*  ------------ Inicio pag suporte --------------------*/
.bodySuporte {
	font-family:Arial, Helvetica, sans-serif;
	 background-repeat:repeat-x;
	font-size:16px;
	color:#514f3c;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
	}

#TabelaGeral {
	position:relative;
	
}

#LayerTexto {
	position:absolute;
	left:0px;
	top:0px;
	width:660px;
	height:432px;
	z-index:1;
	overflow: scroll;/*hidden para não mostrar barra de rolagem*/
}

.textoModalTitulo{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #FFF;
	padding-left:5px;
	}
.textoModal{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left:10px;
	font-weight:bold;

	}
.txtCampo
{
    Height:18px;
	Width:180px;
	font: 14px "Segoe UI", Arial, sans-serif;
	color: #333;
    background: #fff;
	border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
    box-shadow:1px 1px 6px #000;
}

.txtCampoBox
{
    Height:100px;
	Width:200px;
	font: 14px "Segoe UI", Arial, sans-serif;
	color: #333;
    background: #fff;
	border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
    box-shadow:1px 1px 6px #000;
	
}
.txtDddCelular{
	Height:40px;
	Width:40px;
	font-size:14px;
    background: #fff;
	border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
    box-shadow:1px 1px 6px #000;
}
.btnEnviar
    {
    font-family: Arial;
    background-image: url(imagem/btn_enviar.png);
    background-position: -16px;
    font-size: 14px;
    Height: 24px; 
    Width: 120px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
     box-shadow:1px 1px 6px #000;
     cursor: pointer;
    }
.btnEnviar:hover
    {
    font-family: Arial;
    background-image: url(imagem/btn_EnviarOver.png);
    background-position: -16px;
    font-size: 14px;
    Height: 24px; 
    Width: 120px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
     box-shadow:1px 1px 6px #000;
     cursor: pointer;
    }
.btnAcessar
    {
    font-family: Arial;
    background-image: url(imagem/btn_Acessar.png);
    background-position: -16px;
    font-size: 14px;
    Height: 24px; 
    Width: 120px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
     box-shadow:1px 1px 6px #000;
     cursor: pointer;
    }
.btnAcessar:hover
    {
    font-family: Arial;
    background-image: url(imagem/btn_AcessarOver.png);
    background-position: -16px;
    font-size: 14px;
    Height: 24px; 
    Width: 120px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
     box-shadow:1px 1px 6px #000;
     cursor: pointer;
    }
.btnVoltar
    {
    font-family: Arial;
    background-image: url(imagem/btn_Voltar.png);
    background-position: -16px;
    font-size: 14px;
    Height: 24px; 
    Width: 120px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
     box-shadow:1px 1px 6px #000;
     cursor: pointer;
    }
.btnVoltar:hover
    {
    font-family: Arial;
    background-image: url(imagem/btn_VoltarOver.png);
    background-position: -16px;
    font-size: 14px;
    Height: 24px; 
    Width: 120px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
     box-shadow:1px 1px 6px #000;
     cursor: pointer;
    }
/*  ------------ Fim pag suporte --------------------*/

/*  ------------ inicio geral --------------------*/
body {
	
	margin-left: 0px;
	margin-top: 0px;
	background-color: #f5f2e9;
	background-repeat: repeat-x;
	}
a   {
            outline: none;
    }
.ajuda{
	position:fixed;
	_position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	height:183px;
	width: 70px;
	cursor:pointer;
}
.texto1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#aaa681;
	font-weight:bold;
}

.textarea
		{
		Height:40px;
		Width:290px;
		font-size:18px;
        background: #fff;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    -moz-box-shadow:1px 1px 6px #000;   
        -webkit-box-shadow:1px 1px 6px #000;
        box-shadow:1px 1px 6px #000;
        	                          
	}
.btnPesquisar
    {
    font-family: Arial;
    background-image: url(imagem/btn_pesquisar.png);
    background-position: -14px;
    font-size: 18px;
    Height: 40px; 
    Width: 120px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
     box-shadow:1px 1px 6px #000;
     cursor: pointer;
    }

.btnPesquisar:hover
    {
    font-family: Arial;
    background-image: url(imagem/btn_pesquisar_Over.png);
    background-position: -14px;
    font-size: 18px;
    Height: 40px; 
    Width: 120px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
     box-shadow:1px 1px 6px #000;
     cursor: pointer;
    }

.style1
{
    width: 277px;
}

.style2
{
    width: 51%;
}

.style3
{
    width: 2%;
}

.style4
{
    width: 61%;
}

.titulo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.texto1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
}
.txtPesqq1
{
    border-radius:3px;
    }