@CHARSET "ISO-8859-1";

h3.accordion{ cursor: pointer; }
div.accordion{ display: none; }
.accordion.cabc_fundo{ 
background-color: #FC0; 
}


//table { border-collapse:collapse; }


body{
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

a{
	color: #000000;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;	
}

input[type='text'], input[type='password']{
	width:250px;	
}

.input_entrada[type='text']{
    width:80px;
}

.select_cliente{
    width:480px

}

input[type='button'], input[type='submit'], input[type='reset']{
	width:80px;	
}

select{
	width:250px;
}

.input_data[type='text']{
width:80px;
}

.negrito{
	font-weight: bold;	
}

.vermelho{
	color: #FF0000;	
}

.texto_esquerda{
	text-align: left;	
}
.texto_direita{
	text-align: right;	
}
.texto_centro{
	text-align: center;	
}

.fonte20{
	font-size:20px;	
}

.fonte16{
	font-size:16px;	
}
.fonte12{
	font-size:12px;
}
.fontefatura{
	font-size:10px;
}
.fundo_cabec{
 background-color: #FFFF80;
}
.fundo_amarelo_escuro{
	background-color: #FFFF80;
}

.fundo_amarelo_claro{
	background-color: #FFFFC0;
}
.fundo_desativado{
    background-color: #FF8C00;
}
.item_cabec_opc
{
colspan "2"
text-align:center;
}

.item_lista{
	border : 1px solid #000000;
	padding: 5px;
	width:100%;
        text-align:left;
	font-weight:bold;
}
.item_menu{
	border : 1px solid #000000;
	padding: 5px;
	width:100%;
	text-align: center;
	font-weight:bold;
}
.titulo_formulario{
	width: 150px;
	font-weight:bold;	
}
