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

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

img {
	text-decoration: none;
	border: 0px;
}

img:hover {
	text-decoration: none;
	border: 0px;
	background: none;
}

body {
	font-family:"Arial";
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
}

.caixaalta{
	text-transform: uppercase;
}

.caixabaixa{
	text-transform: lowercase;
}

.capitalize{
	text-transform: capitalize;
}

.topo {

	background-image:url(../images/layout/topo-print.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	height:75px;
	/*border-bottom: #000000 solid 1px;*/
}

.imagem_topo {
	display: none;

	top: 0px;
	right: 0px;
	padding:0px;
	position: absolute;

}

#menu{
	display:none;
}

.menu_barra_1{
	margin-top:0px;
	height:20px;
	background-color:#008200;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

.menu_barra_1 a{
	color: #FFFFFF;
}

.menu_barra_1 a:hover {
	background-color: #005E00;
}

.menu_barra_2{
	margin-top:0px;
	height:20px;
	background-color:#0C9A24;
	color:#FFFFFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

.menu_barra_2 a{
	color: #FFFFFF;
}

.menu_barra_2 a:hover {
	background-color: #005E00;;
}

.menu_barra_3{
	margin-top:0px;
	height:20px;
	background-color:#0FC42F;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.menu_barra_3 a{
	color: #FFFFFF;
}

.menu_barra_3 a:hover {
	background-color: #005E00;;
}

.usuario{

    display: none;

	position: absolute;
	right: 0px;
/*	right: -859px;*/
	width: 140px;
	height: 30px;
	border: solid 1px #006200;
	background: #FBFD9F;
	padding: 3px;
	padding-top: 7px;
}

.sair{
	position: absolute;
	right: 3px;
	padding: 3px;
}

.usuario a:hover{
	background: none;
}

.titulo_area{
/*	margin-top: 5px;*/
	margin-left: 5px;
	font-size: 18px;
	font-style: inherit;
	font-stretch: expanded;
	font-family:"Arial Black";
	position: relative;
	top: 5px;
}

.menu_inferior {

	display: none;

	position: relative;
	top: 5px;
	margin-left: 5px;
}

.menu_inferior_atual {
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.show{
	color: #000000;
}

.show textarea{
	background-color: #FFFFFF;
	color: #000000;
}

.dado {
    /*font-style: italic;*/
    font-weight: bold;
    padding-left: 5px;
    font-size: 11px;
	vertical-align: top;

}

.legenda{
    /*font-weight: bold;*/
    text-align: right;
    padding-right: 0;
    padding-left: 5px;
    vertical-align: top;
}

.show input{
	background-color: #FFFFFF;
	color: #000000;
}

.show dd{
	font-style: italic;
	font-weight: normal;
	/*border: 1px solid;*/
}

.show dt{
	font-weight: bold;
	vertical-align: middle;
}

#entrada{
	margin-top:10px;
	margin-left:50px;
	font-size:14px;
	padding:2px;
	float:left;
	position: absolute;
	/*z-index: 1;*/
}

#botoes{
	display:none;
	font-size:10px;
	padding:2px;
	float:left;
	position: absolute;

}

#entrada a:hover{
	color:#FFFFFF;
	background:#008200;
}

#navegacao{
    width:30%;
	float:right;
	background-color:#FFFFFF;
	z-index: 5000;
	position: absolute;
	left: 70%;
}

.navhead{
	margin:0;
}

.navbody{
	padding:0px;
	margin:0;
	background: url("navbody.jpg") repeat-y;
}

.navbody img{
	left:0px;
	position:relative;
	padding:0;
	background:none;
}

.navbody a{
	background:none;
}

.navfoot{
}

#descricao {
	text-align:right;
	vertical-align:top;
}

.alerta{
	border:0px;
	font-weight:bold;
	width: 40%;
	margin:0 auto;
}

.alerta table{
	width: 100%;
}

.alerta th{
	background-color:#A79303;
	color:#FFFFFF;
	border-color:#B59E04;
	border:0px;
}

.alerta tr{
	background-color:#FEF9BC;
	color:#A79303;
	border-color:#FEF9BC;
	border:0px;
}

.aviso{
	border:0px;
	font-weight:bold;
	width: 40%;
	margin:0 auto;
}

.aviso table{
	width: 100%;
}

.aviso th{
	background-color:#0033CC;
	color:#FFFFFF;
	border-color:#B59E04;
	border:0px;
}

.aviso tr{
	background-color:#A6CAFF;
	color:#0033CC;
	border-color:#FEF9BC;
	border:0px;
}

.mensagem_error{
	border:0px;
	font-weight:bold;
	width: 40%;
	margin:0 auto;
}

.mensagem_error table{
	width: 100%;
}

.mensagem_error th{
	background-color:#990000;
	color:#FFFFFF;
	border-color:#990000;
	border:0px;
}

.mensagem_error tr{
	background-color:#EAAAAA;
	color:#990000;
	border-color:#FEF9BC;
	border:0px;
}
/*
.mensagem{
	font-size:12px;
	color:#F18E07;
	vertical-align:middle;
}
*/
.error{
	margin-top:1px;
	font-size:12px;
	color:#990000;
	background: url("imagens/error.gif") no-repeat left center;
	padding-left:18px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color:#EEB9B9;
}

.corpo{
	top: 10px;
	position:relative;
}

.filtros{
	position:relative;
    top: 5px;
	left: 5px;
}

.filtros table{
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.filtros th{
    background-color: #DCDCDC;
    color: #000000;
}

.acoes{
	display: none;
	width: 32px;
	padding: 0;
	margin: 0;
}

.total_listado{
    position: relative;
    top: 5px;
    left: 5px;
    height: 20px;
}

.b_show{
	display: none;
}

.acoes img{
	display: none;
}

.lista{
	position:relative;
	width: 100%;
	margin:0 auto;
	margin-top: 10px;
}

.lista table{
	border-style:solid;
	border-width:1px;
	border-left:none;
	width: 100%;
	border-color:#000000;
}

.lista th,tr,td{
	padding: 0.3em 1em;
	height: 20px;
}

.lista th{
	background: none;
	color:#000000;
	padding:4px;
	font-weight: bold;
	font-size: 12px;

	border-left: 1px solid;
	border-bottom: 1px solid;
}

.lista tr{
	border-width:1px;
	border-spacing:1px;
	border-style:solid;
	border-bottom-color:#000000;
	border-top-color:#000000;
}

.lista td{
	border-width:1px;
	padding: 2px;
	border-left-color:#000000;
	border-left-style:solid;
	border-spacing:1px;
	/*border-right:none;*/
}

.item{
	background-color:#DCDCDC;
	color:#000000;
}

.lista_entrada td{
	border-style: solid;
	border-width: 1px;
}

.lista_entrada th{
	border-style: solid;
	border-width: 1px;
	border-color:  #000000;
	background-color: #000000;
	color: #FFFFFF;
	padding: 1px;
}

/* PAGINACAO */
.pagination{

	display: none;

	top: 8px;
	position: relative;
	padding: 2px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #006200;
	text-decoration: none;
	color: #006200;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #006200;
	color: #006200;
	font-weight: bold;
	background-color: #E1FFF0;
}

.pagination li.currentpage{
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid navy;
	background-color: #006200;
	color: #FFF;
}

.pagination li.disablepage{
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
}

.pagination li.nextpage{
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
/* FIM PAGINACAO */

fieldset{
	/*background-color:#CEFFE4;*/
	background-color:#FFFFFF;
	margin: 1em 0;
	padding: 1em;
	border: 2px solid #ccc;
	clear: both;
	width: 600px;
}

.fieldset{
	background-color:#FFFFFF;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #000000;
	clear: both;
	width: 600px;
}

legend {
	font-weight: bold;
	color:#008200;
	margin: 0;
	padding: 0;
}

label{
	display: block;
}

input #money{
	background: no-repeat left;
	padding: 10px 10px 10px 10px;
}

/***************** ABAIXO C�DIGO DO HINT ******************************/
/*
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 450px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: right;
}
dd {
    float: left;
    width: 250px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}
*/
.hint {
	color:#D17E07;
   	display: none;
    position: absolute;
    right: -90%;
    width: 150px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 8px 8px;
    background-color: #ffc;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}

.hint ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hint li {
	background: url("imagens/bullet_orange.gif") no-repeat 0 0;
	padding-left: 15px;
	margin-bottom: 3px;
}

/*
Menu related selectors
*/
.jsdomenudiv {
    display: none;
}

.jsdomenuitem {
    display: none;
}

.jsdomenuitemover {
    display: none;
}

.jsdomenuarrow {
    display: none;
}

.jsdomenuarrowover {
    display: none;
}

.jsdomenusep {
    display: none;
}

.jsdomenusep hr {
    display: none;
}

.jsdomenubardiv {
    display: none;
}

.jsdomenubardragdiv {
    display: none;
}

.jsdomenubaritem {
    display: none;
}

.jsdomenubaritemover {
    display: none;
}

.jsdomenubaritemclick {
    display: none;
}

#not_print{
	display:none;

}

.not_screen{
}

.recibo{
	font-size: 14px;
}
.numero_recibo{
	right: 5px;
	position: absolute;
}
.titulo_recibo{
	font-size: 20px;
	margin:0 auto;
	width: 80%;
}

.total{
	font-size: 12px;
	font-weight: bold;
	background-color: #DEDEDE;
}

.numero_resultado_negrito{
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

.nome_negrito{
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

.numero_resultado{
	font-size: 12px;
	text-align: right;
}

.tabela_imposto #dado{
	text-align: right;
	font-weight: bold;
}

.darf{
	color:#000000;
	width: 800px;
	/*border: 1px solid #000000;*/
}

.darf #legenda{
	width: 160px;
}

.darf td{
	border: solid 1px #000000;
}

.darf #brasao{
	border-right: none;
	width: 90px;
}

.darf #coluna_ministerio{
	border-left: none;
	width: 320px;
}

.darf #razao_social{
	font-weight: bold;
	font-size: 14px;
}

.darf #dados{
	font-size: 14px;
	text-align:center;
	width: 110px;
}

.darf #valores{
	font-size: 14px;
	text-align: right;
	width: 110px;
}

.darf #ministerio{
	font-weight: bold;
	font-size: 16px;
}
.darf #ministerio_sub{
	font-size: 14px;
}
.darf #numero{
	font-size: 16px;
	font-weight: bold;
}
.darf #autenticacao{
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#pagina{
	height:400px;
	border-style:dotted;
	border-bottom-color:#000000;
	border-width:1px;
	border-top: none;
	border-left: none;
	border-right:none;
}


.livro{
	color:#000000;
	width: 600px;
	margin-left: 50px;

	/*border: 1px solid #000000;*/
}



.livro #titulo{
	font-size: 16px;
	font-weight: bolder;
	text-align: center;

}


.livro #subtitulo{
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	line-height: 100%;
}

.livro #conteudo{
	font-size: 12px;
	padding-left: 65px;
	line-height: 180%;
	}

.livro #centralizado{
	text-align: center;
}


.pagina{
	position:relative;
	width: 90%;
	margin:0 auto;
	margin-top: 10px;
	color:#000000;
}


.livro table{
	width: 100%;
}


.livro tr{
border-style:solid;
	border-width:1px;
	border-color:#000000;

}


.livro td{
border-style:solid;
border-width:1px;
border-color:#000000;
  padding: 3px;

}
.livro th{
	border-style:solid;
	border-width:1px;
	}

#tabela_aninhada{
	border-width:1px;
	border-left:none;
	border-bottom:none;
	border-right:none;

}

#cssmenubar{
	display:none;
}

/*RECIBO*/
.recibo_box {
    border: solid;
    border-width: 1px;
    padding: 5px 5px 5px 5px;
	font: 10pt georgia, serif;
}

.recibo_valor {
    border: solid;
    border-width: 1px;
    padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

label {
    font-family: "Times New Roman";
    font-size: 12pt;
    font-weight: bold;
}

#label_valor_recibo{
	text-align: right;
	font: 10pt "Times New Roman";
}

#label_numero_recibo{
	text-align: right;
}

.titulo_recibo {
    font-family: "Times New Roman";
    font-size: 12pt;
    font-weight: bold;
}

.titulo_recibo td{
	border-top: dotted;
}

.sub_titulo_recibo {
    font-family: "Times New Roman";
    font-size: 17pt;
    font-weight: bold;
    /*margin-left: 250px;*/
	text-align: center;
	min-width: 200px;
}

.tabela_sub_titulo_recibo{
	margin-top: -10px;
}

.data_recibo{
	margin-top: -20px;
	font-size: 10pt;
}
#recibo{
	margin-top: -39px;
}
.carimbo_recibo {
    border: solid;
    border-width: 1px;
}

#label_data_pagamento{
	font-family: "Times New Roman";
	font-size: 13pt;
	text-align: left;
}

.assinatura tr td {
	padding: 0.3em 0.3em;
}
