@charset "utf-8";
body{
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
#areadetrabalho{
	line-height: 20px;
	padding: 10px 10px 10px 10px;
	text-align:left;
	position: absolute;
	top:-20px;
	left:-220px;
	width:128%;
}
/* tables */
table.tablesorter {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-align: left;
	width: 100%;
}
table.tablesorter th {
	background-color: #efefef;
	font-size: 7pt;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 1px;
	border: 1px solid #CCCCCC;
}
table.tablesorter tbody tr.odd td {
	background-color:#F7F7F7;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(imgs/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(imgs/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #e1e1e1;
}

table.tablesorter a{
	color: #545454;
	font-size: 11px;
	text-decoration: none;
	padding-left: 5px;
}

.titulo_relatorio{
	color: #666666;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
	border-bottom: solid #CCCCCC 1px;
	padding: 0px;
	margin-bottom:4px;
}

/* fim tablesorter*/
.topo_relatorio{
	border-bottom: 3px dotted #CCCCCC;
	padding-bottom: 8px;
	margin-bottom:6px;
	position:relative;
	height:90px;
}
#logo_fazenda{
	position:relative;
	float: right;
}
#logo_rel{
	position:relative;
	float: left;
}
.tit1{
	color: #000000;
	font-weight:bold;
}
/*css para impressão index*/
#cabecalho, #menu, #submenu, #botaoadd, .imgcancelar, .bExcluir, .bEditar, .bVisualizar, .bPagar, .bReceber, .bCancelar, .alterar_rel, .pager, .carregando{
	display:none;
}
#topo_index{
	display:block;
}
#alertabrowser{
	position: absolute;
	left:-200px;
	width:10px;
}
#espacotabela{
	position:relative;
	top:-20px;
	width:100%;
}
#conteudo{
	border-right: 0px dotted #CCCCCC;
	left: 223px;
	*left:100px;
	position: absolute;
	width: 780px;
}
