@charset "utf-8";

* {
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
	outline: none;
}

body {
	background: #ccc;
	font: 12px Arial, Verdana, sans-serif;
	color: #555;
	line-height: 1.5em;
}

h2, h3, h4, h5, h6, p, table, ul, ol {
	margin-bottom: 20px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.23em;
	font-weight: bold;
}

p {
	text-align: justify;
}

/*ul {*/
/*	list-style-type: square;*/
/*	margin-left: 20px;*/
/*}*/

ol {
	margin-left: 20px;
}

li {
	margin-bottom: 5px;
}

/*a {*/
/*	font-weight: bold;*/
/*	color: #000099;*/
/*}*/

/*a:hover {*/
/*	text-decoration: underline;*/
/*}*/

label {
	padding-right: 5px;
}

input, textarea, select {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 2px 4px 2px 4px;
	background: #ddd;
	font: 12px Arial, Verdana, sans-serif;
}

select {
	font: 10px Arial, Verdana, sans-serif;
}

input:focus, textarea:focus {
	border-color: #777;
	background: #efefef;
}

input.botao {
	border: none;
	padding: 3px 5px 3px 5px;
	background: #777;
	font-weight: bold;
	color: #ddd;
	cursor: pointer;
}

input.botao:hover {
	background: #999;
}

div.clear {
	clear: both;
}

.alincenter {
	text-align: center !important;
}

.alinright {
	text-align: right !important;
}

ul.form {
	list-style: none;
	margin: 0;
}

ul.form li {
	float: left;
	margin: 0 10px 10px 0;
	text-align: right;
}

/*///////////*/

ul.form_2 {
	list-style: none;
	margin: 0;
}

ul.form_2 li {
	float: left;
	margin: 0 10px 10px 0;
	text-align: right;
}

#principal {
	position: relative;
	margin: 0 auto 0 auto;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	width: 1000px;
	background: #efefef;
}

#topo {
	position: relative;
	height: 118px;
	background: url(../imgs/topo.png);
}

#topo h1 {
	position: absolute;
	top: 33px;
	left: 40px;
	width: 185px;
	height: 69px;
}

#topo h1 a {
	display: block;
	width: 185px;
	height: 69px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

#topo div.data {
	position: absolute;
	top: 0;
	left: 6px;
	width: 280px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
}

#topo div.logo-tipo {
	position: absolute;
	top: 83px;
	left: 305px;
	width: 116px;
	height: 26px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

#topo div.usuario-online {
	position: absolute;
	top: 20px;
	right: 6px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000099;
}

#topo div.usuario-online span.acesso {
	border-radius: 5px;
	padding: 0 6px 0 6px;
	background: #000099;
	color: #eee;
}

#topo div.hora {
	position: absolute;
	bottom: 0;
	right: 6px;
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-align: right;
	color: #fff;
}

#frm_login {
	position: absolute;
	top: 58px;
	right: 6px;
	height: 20px;
	/*background: blue;*/
}

#frm_login ul {
	list-style: none;
}

#frm_login li {
	float: left;
	position: relative;
	margin-left: 5px;
}

#frm_login label {
	display: block;
	position: absolute;
	width: 102px;
	height: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #bbb;
	line-height: 20px;
	text-align: center;
}

#frm_login input {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 5px 0 5px;
	width: 100px;
	height: 18px;
	background: #efefef;
}

#frm_login input[type=submit] {
	border: 1px solid #000099;
	border-radius: 3px;
	width: auto;
	background: #000099;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	vertical-align: middle;
	cursor: pointer;
}

/*#menu_deslogado {*/
/*	position: absolute;*/
/*	top: 87px;*/
/*	right: 90px;*/
/*	width: 100px;*/
/*	height: 24px;*/
/*}*/
/**/
/*#menu_deslogado ul {*/
/*	list-style: none;*/
/*}*/
/**/
/*#menu_deslogado li {*/
/*	float: left;*/
/*	margin-right: 5px;*/
/*}*/
/**/
/*#menu_deslogado a {*/
/*	display: block;*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	overflow: hidden;*/
/*	text-indent: -1000px;*/
/*}*/
/**/
/*#menu_deslogado a.esqueci-senha {*/
/*	background: url(../imgs/ico-ajuda.png);*/
/*}*/
/**/
/*#menu_deslogado a.fechar {*/
/*	background: url(../imgs/ico-fechar.png);*/
/*}*/
/**/
/*#menu_geral {*/
/*	position: absolute;*/
/*	top: 53px;*/
/*	right: 0;*/
/*	height: 29px;*/
/*}*/
/**/
/*#menu_geral ul {*/
/*	list-style: none;*/
/*}*/
/**/
/*#menu_geral li {*/
/*	float: left;*/
/*}*/
/**/
/*#menu_geral a {*/
/*	display: block;*/
/*	padding: 0 6px 0 6px;*/
/*	height: 29px;*/
/*	line-height: 29px;*/
/*	font-weight: bold;*/
/*	color: #000099;*/
/*}*/
/**/
/*#menu {*/
/*	position: absolute;*/
/*	top: 84px;*/
/*	right: 100px;*/
/*	height: 30px;*/
/*}*/
/**/
/*#menu ul {*/
/*	list-style: none;*/
/*	margin: 0;*/
/*}*/
/**/
/*#menu li {*/
/*	float: left;*/
/*	position: relative;*/
/*	margin: 0;*/
/*}*/
/**/
/*#menu a {*/
/*	display: block;*/
/*	padding: 0 10px 0 10px;*/
/*	height: 30px;*/
/*	line-height: 30px;*/
/*	font-weight: bold;*/
/*	color: #000099;*/
/*	font-size: 1.2em;*/
/*}*/
/**/
/*#menu a:hover {*/
/*	background: #ccc;*/
/*	color: #fff;*/
/*	text-decoration: none;*/
/*}*/
/**/
/*#menu ul ul {*/
/*	display: none;*/
/*	position: absolute;*/
/*	top: 100%;*/
/*	left: 0;*/
/*	width: 180px;*/
/*	background: #ccc;*/
/*	box-shadow: 1px 1px 5px #888;*/
/*}*/
/**/
/*#menu ul ul li {*/
/*	float: none;*/
/*}*/
/**/
/*#menu ul ul a {*/
/*	border-bottom: 1px solid #ddd;*/
/*	padding: 4px 6px 4px 6px;*/
/*	height: auto;*/
/*	background: #ccc;*/
/*	color: #000099;*/
/*	line-height: 1.5em;*/
/*	font-size: 1em;*/
/*}*/
/**/
/*#menu ul ul a:hover {*/
/*	background: #aaa;*/
/*}*/
/**/
/*#menu li:hover ul { display: block; }*/

/*#conteudo {*/
/*	float: left;*/
/*	border-right: 1px dotted #ccc;*/
/*	padding: 20px;*/
/*	width: 719px;*/
/*	min-height: 550px;*/
/*	background: #fff;*/
/*}*/

table.registros {
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	width: 100%;
}

table.registros tr.p { background: #efefef; }

table.registros tr.i { background: #ddd; }

table.registros th, table.registros td {
	padding: 3px;
	border-left: 1px dotted #fff;
	text-align: left;
}

table.registros th {
	background: #999;
	color: #fff;
	font-weight: bold;
}

/*////////////////////*/

table.registros_2 {
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	width: 90%;

}
table.registros_2 tr.p { background: #efefef; }

table.registros_2 tr.i { background: #ddd; }

table.registros_2 th, table.registros_2 td {
	padding: 3px;
	border-left: 1px dotted #fff;
	text-align: center;
}

table.registros_2 th {
	background: #999;
	color: #fff;
	font-weight: bold;
}

#coluna {
	float: left;
	padding: 20px;
	width: 200px;
}

ul.acoes {
	list-style: none;
	margin: 0 0 20px 0;
}

ul.acoes a {
	display: block;
	border-radius: 3px;
	padding: 3px 10px 3px 36px;
}

ul.acoes a.incluir { background: url(../imgs/ico-novo.png) no-repeat left center; }

ul.acoes a.relatorio { background: url(../imgs/ico-relatorio.png) no-repeat left center; }

ul.acoes a.excluir { background: url(../imgs/ico-excluir.png) no-repeat left center; }

ul.acoes a.voltar { background: url(../imgs/ico-voltar.png) no-repeat left center; }

ul.acoes a.bloco { background: url(../imgs/ico-bloco.png) no-repeat left center; }

ul.acoes a.receber { background: url(../imgs/ico-receber.png) no-repeat left center; }

ul.acoes a.pagar { background: url(../imgs/ico-pagar.png) no-repeat left center; }

ul.acoes a.multa { background: url(../imgs/ico-multa.png) no-repeat left center; }

ul.acoes a.configuracao { background: url(../imgs/ico-config.png) no-repeat left center; }

ul.acoes a.sindico, ul.acoes a.inquilino { background: url(../imgs/ico-pessoa.png) no-repeat left center; }

ul.acoes a.proprietarios, ul.acoes a.moradores { background: url(../imgs/ico-pessoas.png) no-repeat left center; }

ul.acoes a.fracao { background: url(../imgs/ico-fracao.png) no-repeat left center; }

ul.acoes a.conciliar { background: url(../imgs/ico-conciliar.png) no-repeat left center; }

ul.acoes a.transferir { background: url(../imgs/ico-transferir.png) no-repeat left center; }

ul.acoes a.permite { background: url(../imgs/ico-permissao.png) no-repeat left center; }

ul.acoes a.finalizar { background: url(../imgs/ico-ok.png) no-repeat left center; }

ul.acoes a.boleto_bol { background: url(../imgs/ico-boleto.png) no-repeat left center; }

ul.acoes a.boleto_ema { background: url(../imgs/ico-envelope.png) no-repeat left center; }

ul.acoes a.acordo { background: url(../imgs/ico-acordo.png) no-repeat left center; }

ul.filtro-pesquisa {
	list-style: none;
	margin: 0 0 20px 0;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 186px;
	height: 217px;
	background: #aaa;
}
ul.filtro-pesquisa li {
	float: left;
	margin: 0;
}

ul.filtro-pesquisa a {
	display: block;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 30px;
	height: 30px;
	background: #fff;
	line-height: 30px;
	text-align: center;
}

ul.filtro-pesquisa a:hover {
	background: #ddd;
}

ul.filtro-pesquisa a.geral {
	width: 185px;
}

#frm_buscar {
	position: relative;
}

#frm_buscar input {
	padding-right: 20px;
	width: 161px;
}

#frm_buscar input[type=submit] {
	position: absolute;
	top: 1px;
	left: 166px;
	margin: 0;
	border: none;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(../imgs/ico-pesquisar.png) no-repeat center center;
	overflow: hidden;
	text-indent: -500px;
	cursor: pointer;
}

#boxDestaqueBg, #boxDestaque {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
}

#boxDestaqueBg {
	background: #fff;
	opacity: 0.7;
}

#boxPopup {
	margin: -500px auto 0 auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 1px;
	background: #ccc;
	opacity: 0;
}

#boxTitle {
	padding: 5px;
	background: #001568;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}

#boxHtml {
	padding: 30px;
	background: #fff;
}

#base_alerta {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#exibe_alerta {
	display: inline-block;
	margin-top: -200px;
	border: 1px solid #c3c3c3;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 15px;
	background: #c3c3c3;
	box-shadow: 1px 1px 5px #111;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	opacity: 0;
}

#bot-paginacao {
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 0 275px;
	border-radius: 4px;
	padding: 6px 12px 6px 12px;
	width: 150px;
	background: #eee;
	color: #888;
	text-align: center;
}

#rodape {
	clear: both;
	padding: 15px 0 15px 0;
	background: url(../imgs/rodape.png) no-repeat center center #fff;
	font-size: 0.9em;
	text-align: center;
}