/* Configuraçoes de Estilos CSS do Gerenciador */

/* CAIXA DE LOGIN */

.texto_login {
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	color:#a31b1b;
	
	}
	
.input_text {
	background-color:#dadada;
	color:#000000;
	font-family:tahoma;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	
	}
	
.input_submit {
	background-color:#a31b1b;
	color:#ffffff;
	font-family:tahoma;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#efefef;
	
	}
	
/* FIM CAIXA DE LOGIN */

/* Pagina inicial */
	
hr {
	color:#666666;
	
	}
	
#sair {
	top:50px;
	left:700px;
	position:absolute;
	cursor:pointer;
	}
	
#area_pg {
	width:800px;
	top:0px;
	position:absolute;
	background-color:#FFFFFF
	
	}
	
#rodape {
	width:800px;
	top:825px;
	position:absolute;
	background-color:#FFFFFF;
	font-family:tahoma;
	font-size: 11px;
	color:#999999;
	font-weight:bold;
	text-align:center;
	margin-left:20%;
	margin-right:50%;
	}
	
#center {
	margin-left:20%;
	margin-right:50%;
	
	}
	
#area_acesso {
	top: 260px;
	left: 10px;
	width:780px;
	height:560px;
	background-color:#efefef;
	position:absolute;
	border-color:#990000;
	border-width:1px;
	border-style:solid;	
	}
	
#pg_interna {

	margin-left:10px;
	margin-top:10px;
	
	}
/* Fim pg. Inicial */

/* Textos */

.font_padrao {
	font-family:tahoma;
	font-size: 11px;
	color:#a31b1b;
	}
	
h2 {
	font-family:tahoma;
	font-size: 10px;
	color:#a31b1b;
	font-weight:bold;
	}
	
a.links:link {
	font-family:tahoma;
	font-size: 11px;
	color:#a31b1b;
	text-decoration:none;
	}

a.links:visited {
	font-family:tahoma;
	font-size: 11px;
	color:#a31b1b;
	text-decoration:none;
	}
	
a.links:hover{
	font-family:tahoma;
	font-size: 11px;
	color:#a31b1b;
	text-decoration:underline;
	
	}
	
h1 {
	font-family:tahoma;
	font-size: 14px;
	color:#a31b1b;
	text-align:center;
	font-weight:bold;
	}
	
	/* Fim Textos */
	
/* MENU */

#menus {
	top: 140px;
	left: 250px;
	width:540px;
	height:100px;
	position:absolute;
	border-color:#990000;
	border-width:1px;
	border-style:solid;	

}

#pg_inicial {
	left:20px;
	top:25px;
	cursor:pointer;
	width:53px;
	height:55px;
	position:absolute;
	text-align:center;
	}
	
#add_user {
	left:95px;
	top:20px;
	cursor:pointer;
	width:53px;
	height:55px;
	position:absolute;
}

#add_empresas {
	left:165px;
	top:27px;
	cursor:pointer;
	width:53px;
	height:55px;
	position:absolute;
	text-align:center;
	}
	
#layouts {
	left:240px;
	top:22px;
	cursor:pointer;
	width:53px;
	height:55px;
	position:absolute;
	text-align:center;
	}
	
#forums {
	left:310px;
	top:24px;
	cursor:pointer;
	width:53px;
	height:55px;
	position:absolute;
	text-align:center;
	}
	
#localidades {
	left:390px;
	top:25px;
	cursor:pointer;
	width:53px;
	height:55px;
	position:absolute;
	text-align:center;
	}

#voltar {
	left:465px;
	top:28px;
	cursor:pointer;
	width:53px;
	height:55px;
	position:absolute;
	text-align:center;
	}
	
/* FIM MENU */

/* TABELA USERS */

.top_linha {
	background-color:#a31b1b;
	color:#ffffff;
	font-family:tahoma;
	font-size:12px;
	text-align:center;
}

.linha {
	background-color:#dadada;
	color:#000000;
	font-family:tahoma;
	font-size:11px;


}

.linha2 {
	background-color:#f5f5f5;
	color:#000000;
	font-family:tahoma;
	font-size:11px;


}

.linha_sob {
	background-color:#999999;
	color:#000000;
	font-family:tahoma;
	font-size:11px;
	cursor:pointer;

}


	

