/* RDM 075 - TFS 9870 - Trocar tamanhos absolutos (px) por relattivos (%) */
*
{
    margin: 0px;
}
body
{
	font: 14px  Arial;
	color : black;
  /*
    font: 12px "Trebuchet MS" , Helvetica,Arial,sans-serif !important;
    overflow: auto;
	*/
}
.clear {
	clear: both;
}

.cabecalho
{
	/*min-height:500px;*/
    background: url("../images/nova/barra_superior.jpg") top left ;
	background-repeat:repeat-x;
    margin: 0 auto;
	height:	109px;
   /* margin-top: 0px;
    padding: 10px 10px 58px; */
}

.cabecalho table
{
    padding-top: 10px;
	/*padding-left: 350px	 */
}


.logo
{
    background: url("../images/nova/logo_artesp.png") no-repeat top left ;
    margin: 0 auto;
    margin-top: 15px;
	margin-left: 18%;
	padding: 0px 0px 39px;
    /* padding: 10px 10px 111px;  */ 
}

.logo_normal
{
    background: url("../images/nova/logo_artesp.png") no-repeat center center ;
    margin: 0 auto;
	height: 39px;
	width: 165px;
}

.logo_sisf
{
    background: url("../images/geral/marca_fiscal_das_estradas_color.png") no-repeat center center ;
    margin: 0 auto;
	height: 67px;
	width: 281px;
}


.icone_usuario
{
    background: url("../images/nova/icone_usuario.png") no-repeat center center ;
    margin: 0 auto;
	height: 38px;
	width:	38px;
}

.usuario_logado
{
    background: url("../images/nova/label_logado.png") no-repeat center center ;
    margin: 0 auto;
	height: 26px;
	width:	171px;
}

.fundo_preto
{
	background: #000;
}

.fundo_interno
{
	background-color:white;	
}


.fundo_cinza
{
	height: 240px;
	width: screen.width;
	top: 50px;
	background-color: #DDDDDD;
	z-index: -1;
}

.levelN01
{
	position: absolute;
	z-index : -1;		
}

.level001
{
	position: absolute;
	z-index : 1;		
}

.fundo
{
	margin: 0 auto;
    background: url("../images/nova/img_background.jpg") no-repeat;
	background-position:center;
	background-attachment:fixed;	
}

.geral
{
	border : 0;
    margin: 0 auto;
    width: 95%; 
    /*background: url("../images/corpo.png") repeat-y scroll center center transparent; */
    margin: 0 auto;
    z-index: -2;
}
.rodape
{
    margin: 0 auto;
    background-color: black;
	opacity: 0.5;
    bottom: 0;
    height: 200px;
    width: 100%;

	z-index: 3;
}

.conteudo_menu
{
	height: 0%;
	min-height: 0px;
}

.conteudo_consulta
{
	margin-top: -240px;
}


.conteudo
{
    margin: 0 auto;
    /*width: 95%;*/
	/*width: 1100px;*/
	/*height: 100%;*/
   /* min-height: 300px;*/
    border:0 ;/* 1px solid #AAAAAA; */
   /* background: #FFF;*/
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
    z-index: 1;
    padding: 0px 5px;
	
}


/* formulario */


.formulario 
{
/*	background-color:#dddddd;*/
}
.formulario table
{
    width: 100%;
}

.formulario_cinza 
{
	background-color:#dddddd;
}

.formulario_cinza table
{
    width: 100%;
}
.formulario_detalhe table
{
/* 	padding-left: 10px; */
    width: 100%;
}
/*
.margem_10 table
{
	padding-left: 10px;
    padding-right: 10px;
}
*/
.margem_10
{
	padding-left: 10px;
    padding-right: 10px;
}

/* 
.formulario table tbody tr td.label, label
{
    text-align: right;
    vertical-align: middle;
    color: #333333;
    font-size: 12px;
} */
.tabela table tbody tr.even td
{
	vertical-align: middle!important;
}


/* consultar */

.fundo_titulo_resultado_consulta
{
	background-color : #e8e8e8;
    margin: 0 auto;
	position: relative;	
	height: 80px;
	width: 100%;
}

.linha_consulta_tabela
{	
	background: url("../images/geral/linha_consulta_tabela.png") top left;
	background-repeat: repeat-x;
	margin: 0 auto;
	height: 1px;
	/* top: 0px; */
	position: relative;
	
}

.label_resultado_consulta
{
	background: url("../images/nova/label_result_consulta.png") center;
	background-repeat: no-repeat;
	height: 20px;
	width: 461px;
/* 	margin-left: 5px; */
/* 	top: 30px;
	position: relative; */
}

.label_campo
{
	font-weight: bolder;
	font-size: 0.9em;
}


.tabela_resultado_consulta
{
	top: 11px;
	position: relative;
}

.tipo_filtro_consulta
{
	margin: 0 auto;
	border: none;
	background: url("../images/nova/leval_faca_filtro_consulta.png") left no-repeat;
	height: 46px;
	width: 331px;
	
	margin-left: 0px;
	margin-right: 0px;	
	
}


/* geral */

.linha_separa_topico
{
	background: url("../images/geral/linha_separador.png") center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 42px;
	width: 100%;
}

.linha_separa_topico_interno
{
	background: url("../images/geral/linha_separador_interno.png") center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 38px;
	width: 100%;
}



.linha_cinza_fina
{
	background-color: #cccccc ;
	background-repeat: repeat-x;
	margin: 0 auto;
	height: 1px;
	width: 100%;
}

.subtitulo
{
    padding: 20px 0 0 0;
}
.subtitulo span
{
    font-size: 14px;
    text-decoration: underline;
}


/*   */

.icone_imagem
{
	background: url("../images/geral/ico_img.png") left no-repeat;
	height: 30px;
	width: 41px;
}

.icone_documento
{
	background: url("../images/geral/ico_doc.png") left no-repeat;
	height: 30px;
	width: 23px;
}

