﻿
*
{
	margin: 0;
	padding: 0; 
	border: 0px; 
	color: #005AA4;
	font-family: Verdana, Tahoma;
	font-size: 9pt; 
	line-height: 150%;
}

.login_usu *
{	
	_line-height: 100%;
	*line-height: 100%;	
} 

body 
{
	background-color: #527DA7; /* #B9DBFF */
}

p 
{
	margin: 5px 0 10px 0;
	text-align: justify;
}

#geral 
{
	display: block;
	width: 1000px;
	margin: 0 auto;
	height: 100%;	
	height: expression(this.scrollHeight <= "600" ? "600" : "auto"); /*Somente para IE6*/
	min-height: 600px;
	
	background-color: #FFFFFF;
}



/* -- MENU PRINCIPAL -- */

.menu 
{
	
}

.menu ul 
{
	display: block;
	margin-left: 20px;
	height: 30px;
	
	background-image: url(/imgs/menu_separador.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	list-style:none;

	width: 980px;
	overflow: hidden;

}

.menu ul li 
{
	display: inline;
	float: left;
	
	width: auto;
	height: 30px;
	margin-right: 3px;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
	background-image: url(/imgs/menu_separador.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
}


.menu ul li a
{
	width: auto;
	display: block;
	float: left;
	position: relative;
	height: 25px;
	padding: 5px 10px 0px 10px;

	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

.menu ul li a:hover 
{
	text-decoration: underline;
}

/* -- FIM MENU PRINCIPAL -- */



.lembrasenha 
{
	font-size: 10px;
	font-family: Arial;
}

#loader 
{
	position: absolute;
	right: 0;
	top: 0;
}


.iframe_interno 
{
	width:758px;
	height: expression(this.scrollHeight <= "450" ? "450" : "auto"); /*Somente para IE6*/
	min-height: 450px;
	height: auto;
	overflow:visible;
}




/* Listas Relatorios */


.espacamento_lista *
{
	padding: 5px;
	font-size: 11px;
}

.lista a
{
	text-decoration: none;
}

.lista a:hover
{
	text-decoration: underline;
}



/*	Formulario	*/

.titulo_formulario
{
	font-weight:bold;	
}

.txt 
{
	float: left;
	margin: 3px;
	width: 350px;
}
    
.txt input, .txt textarea, .txt select
{
	width: 100%;
	border: solid 1px #ededed;
	padding: 5px;
	line-height: 100%;
}

.txt_formulario
{
	width: 100%;
	border: solid 1px #ededed;
	padding: 5px;
	line-height: 100%;
}

.tr_espaco td
{
	padding-bottom: 15px;
}
/* Fim Formulario*/


#rodape div 
{
	font-size: 11px;
}

.texto_busca 
{
	font-size: 11px;
	padding: 2px;
	height: 16px;
}

.texto_login 
{
	font-size: 11px;
	padding: 1px;
	height: 14px;
}


