*{ padding:0px; margin:0px; border:0px; list-style:none}
html body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333;
}
#page{
	background-color: #F3F3F3;
	width: 880px;
	margin-top: 44px;
	margin-right: auto;
	margin-bottom: 44px;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid #DCDCDA;
}
#Fume {
	background-color: #333;
	position: absolute;
	z-index: 11;
	left: 0;
	top: 0;
	display:none;
}
#Cabecalho {
	height: 156px;
	width: 700px;
	margin-bottom: 30px;
	background-image: url(../img/fndCabecalho.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
}
#frmBusca {
	width: 172px;
	padding-top: 12px;
	padding-left: 52px;
}
#frmBusca label {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#frmBusca br {
	clear: both;
}
#frmBusca #bCnpj , #frmBusca #bCpf{
	padding: 2px;
	height: 21px;
	width: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #000;
	border: 1px solid #CCCCCC;
}
#frmBusca #bPass {
	padding: 2px;
	height: 21px;
	width: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #000;
	border: 1px solid #CCCCCC;
}
#frmBusca .boxFrm{
	margin-bottom: 3px;
}
#Msg {
	font-size: 15px;
	font-weight: bold;
	color: #590004;
	text-align: center;
	padding: 10px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E8E8E6;
	line-height: 18px;
}
#Cliente {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 8px;
	background-color: #E8E8E6;
}
#Cliente #lCliente {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
}
#Cliente #Dados {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #590004;
}
#Totais {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 96px;
	margin-bottom: 8px;
	border: 1px solid #e8e8e6;
	height: 40px;
	font-size: 14px;
}
#Totais li{
	float: left;
	width: 194px;
	margin-right: 20px;
	display: block;
	padding: 3px;
}
#Totais li.vencido{
	background-color: #E8E8E6;
	color: #990000;
}
#Totais li.avencer{color: #454545;}
#Totais li.total{
	color: #FF0000;
}
#tabela {
	margin-right: auto;
	margin-left: auto;
}

.txt{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-left: 6px;
}
.txt_rs, .txt_rs_b, .txt_rs2, .txt_rs2_b{
	font-size: 13px;
	color: #454545;
	padding-left: 6px;
	padding-top: 6px;
}
.txt_rs_b, .txt_rs2_b{
	font-weight: bold;
}
.txt_rs2, .txt_rs2_b{background-color: #E8E8E6;	color: #990000;}
.txt_rs a, .txt_rs2 a{
	color: #590004;
	text-decoration: underline;
	font-weight: bold;
}
tr.rs:hover {
	background-color: #E8E8D7;
}
#Asther {
	font-size: 13px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: 25px;
	color: #666;
}
/*
<div class="mnuPaginacao">
			<ul>
				<li class="PageAct"><a href="1">1</a></li>
				<li><a href="2">2</a></li>
				<li><a href="3">3</a></li>
				<li><a href="4">4</a></li>
				<li class="trespontos"><a href="...">...</a></li>
				<li><a href="5">5</a></li>
			</ul>
		</div>
*/
div.mnuPaginacao {
  max-width: 300px;
  padding: 30px 0 0;
  margin: 0 auto;
}
div.mnuPaginacao ul {
  text-align: center;
}
div.mnuPaginacao ul li {
  display: inline-block;
  border: 1px solid #C7C7C7;
  background-color: #DDDDDD;
  color: #333333;
  margin: 5px;
  font-size: 14px;
  line-height: 120%;
  font-weight: normal;
  font-variant: normal;
}
div.mnuPaginacao ul li a {
  display: block;
  padding: 4px 8px;
  color: #333333;
  text-decoration: none;
}
div.mnuPaginacao ul li:hover {
  border: 1px solid #C7C7C7;
  background-color: #C7C7C7;
}
div.mnuPaginacao ul li:hover a {
  color: #590004;
}
div.mnuPaginacao ul li.ativo {
  border: 1px solid #C7C7C7;
  background-color: #C7C7C7;
  color: #590004;
}
div.mnuPaginacao ul li.ativo a {
  color: #590004;
}
div.mnuPaginacao ul li.trespontos {
  border: 0;
  background: none;
}
