/*************
     TAGS
**************/
html, body {
	height: 100%;
} 

body {
	margin: 0; 
	padding: 0;
	text-align: center;
	background-image: url('../imagens/background.png');
	background-repeat: repeat;
}


/*************
  DIVS GERAIS
**************/
#div_carregando {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#div_posicionamento_geral { 
	position: relative;
	width: 998px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	border-width: 0 1px;
}

* html #div_posicionamento_geral {
	height: 100%;
}

#div_geral {
	padding-bottom: 45px; /* deverá ser igual ao height da div_area_rodape*/
	width: 998px;
}

#div_area_cabecalho {
	width: 998px;
	height: 120px;
	padding-top: 1px;
}

#div_area_menu {
	position: relative;
	width: 998px;
	height: 30px;
	margin-top: 0px;
}

#div_area_conteudo {
	width: 998px;
	float: right;
	margin-top: 0px;
	text-align: justify;
	/*border: 1px solid blue;*/
}

#div_area_rodape {
	position: absolute;
	width: 998px;
	height: 45px;
	bottom: 0;
	text-align: center;
}

#div_conteudo_esquerda {
	width: 200px;
	float: left;
	padding-top: 10px;
	text-align: justify;
	/*border: 1px dashed green;*/
}

#div_conteudo_direita {
	width: 790px;
	float: right;
	padding-top: 10px;
	text-align: justify;
	/*border: 1px dashed red;*/
}

/*************
DIVS AUXILIARES
**************/
/* Cabeçalho */
#div_cabecalho {
	width: 968px;
	height: 100px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url('../imagens/cabecalho.png');
	background-repeat: repeat-x;
}

#div_area_restrita {
	position: absolute;
	width: 200px;
	height: 80px;
	top: 25px;
	right: 30px;
}

#div_menu {
	position: absolute;
	width: 968px;
	height: 30px;
	top: 0px;
}


/* Conteudo */
#div_esquerda_submenu {
	position: relative;
	width: 160px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 20px;
	display: table;
}

#div_central {
	position: relative;
	width: 750px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 20px;
	display: table;
}

#div_central_conteudo {
	position: relative;
	margin: 10px;
	width: auto;
	min-height: 35px;
	height: auto;
}

/* Rodapé */
#div_rodape {
	position: absolute;
	width: 968px;
	height: 30px;
	left: 15px;
	top: 0px;
	background-image: url('../imagens/rodape.png');
}


#div_dados_logado { 
	position: absolute;
	width: 650px;
	height: 30px;
	top: 3px;
	right: 30px;
	text-align:right;
	color:#333333;
}




/*************
	CLASSES
**************/
/* gerais */
.clear {
	clear: both;
}

.fundo {
	background-image: url('../imagens/fundo_geral.png');
	background-repeat: repeat;
	width: 100%;
}


/* Auxiliares */
.img_carregando {
	position: absolute;
	top: 25%;
	left: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.texto_menu {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
	text-decoration: none;
}

.texto_normal {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #666666;
	text-decoration: none;
}

.tabela_caixas {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-collapse: collapse;
}

.tabela_caixas_titulo {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
}

.tabela_caixas_conteudo {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #666666;
	text-decoration: none;
	vertical-align: top;
	background-image: url('../imagens/fundo_caixas.png');
	background-repeat: repeat;
	min-height: 160px; 
	height: auto !important;
	height: 160px;
}

.tabela_caixas_lateral {
	background-image: url('../imagens/fundo_caixas_lateral.png');
	background-repeat: repeat-y;
	width: 5px;
	margin: 0;
	padding: 0;
}

.tabela_caixas_rodape {
	background-image: url('../imagens/fundo_caixas_rodape.png');
	background-repeat: repeat-x;
	height: 5px;
}

.tabela_caixas_canto {
	background-image: url('../imagens/fundo_caixas_canto.png');
	background-repeat: no-repeat;
	height: 5px;
}

.titulo_perfil_empresas {
	text-align: left;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF;
	margin-top: 7px;
	margin-left: 12px;
}

.texto_perfil_empresas {
	text-align: justify;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


/************
   TABELAS
*************/
#tabela_area_restrita {
	position: absolute;
	width: 190px;
	height: 70px;
	top: 0px;
	left: 5px;
	border-collapse: collapse;
}


/************
  PARÁGRAFOS
*************/
#paragrafo_rodape {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 15px;
	text-align: center;
}

#paragrafo_menu {
	position: absolute;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	left: 0px;
	top: 7px;
	width: 100%;
	height: 15px;
	text-align: left;
}


/************
  HIPERLINKS
*************/
/* geral */
a:link {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #0066CC;
	text-decoration: underline;
}

/* menu */
.texto_menu a:link {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333;
	text-decoration: none;
}

.texto_menu a:visited {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333;
	text-decoration: none;
}

.texto_menu a:active {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #0066CC;
	text-decoration: none;
}

.texto_menu a:hover {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #0066CC;
	text-decoration: underline;
}


/* informar resultado */
#td_resultado {
	height: 20px;
	text-align: center;
}

.mensagem_sucesso {
	border: 1px solid #006600;
	background-color: #95FF95;
	color: #006600;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.mensagem_falha {
	border: 1px solid #990000;
	background-color: #FF9D9D;
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

