/* PAGINACAO *********************************************************************************/
body:nth-of-type(1) .paginacao{ /*hack pra chrome*/
  /* background: url(../Images/fundoPaginacao.jpg) no-repeat scroll 0 0px;*/
}
.paginacao{
	/*background: url(../Images/fundoPaginacao.jpg) no-repeat scroll 0 7px;
	*background: url(../Images/fundoPaginacao.jpg) no-repeat scroll 0 0px;*/
	width: 220px;
	height: 25px;
	float: right;
	margin:20px 0 0 0;
	overflow:hidden;
	padding:5px 0 0 0 ;
	}

.numPaginacao{
	margin-top:-5px;
	padding:0 5px;
	vertical-align:middle;
	/*float: right;*/
	}
.BtnVoltarAll a{
	background:url(../Images/seta2PaginacaoE.jpg) no-repeat;
	width:14px;
	height:14px;
	display:inline;
	line-height:24px;
	padding:0 10px
}

.BtnVoltarAll a:hover{
	background:url(../Images/seta2PaginacaoEhover.jpg) no-repeat;
	width:14px;
	height:14px;
	display:inline;
	line-height:24px;
	padding:0 10px
}

.BtnVoltar a{
	background:url(../Images/setaPaginacaoE.jpg) no-repeat;
	width:14px;
	height:14px;
	display:inline;
	line-height:24px;
	padding:0 5px}

.BtnVoltar a:hover{
	background:url(../Images/setaPaginacaoEhover.jpg) no-repeat;
	width:14px;
	height:14px;
	display:inline;
	line-height:24px;
	padding:0 5px
	}

.BtnAvancar a{
	background:url(../Images/setaPaginacaoD.jpg) no-repeat;
	width:14px;
	height:14px;
	display:inline;
	line-height:24px;
	padding:0 5px
	}
.BtnAvancar a:hover{
	background:url(../Images/setaPaginacaoDhover.jpg) no-repeat;
	width:14px;
	height:14px;
	display:inline;
	line-height:24px;
	padding:0 5px
}

.BtnAvancarAll a{
	background:url(../Images/seta2PaginacaoD.jpg) no-repeat;
	width:24px;
	height:14px;
	display:inline;
	line-height:24px;
	padding:0 10px}
.BtnAvancarAll a:hover{
	background:url(../Images/seta2PaginacaoDhover.jpg) no-repeat;
	width:24px;
	height:14px;
	display:inline;
	line-height:24px;
	padding:0 10px}

a.linkPaginacao:link {font-family: arial, Arial; font-size: 11px; color: #ffffff; font-weight: normal; text-decoration: none;}
a.linkPaginacao:visited {font-family: arial, Arial; font-size: 11px; color: #ffffff; font-weight: normal; text-decoration: none;}
a.linkPaginacao:hover {font-family: arial, Arial; font-size: 11px; color: #1257b2; font-weight: normal; text-decoration: none;}

.PaginacaoAtivo {font-family: arial, Arial; 
				font-size: 12px; 
				color: #1257b2; 
				font-weight: normal; 
				text-decoration: none;}


.setaE{
	background: url(../Images/setaPaginacaoE.jpg) no-repeat;

}

.setaE:hover{
	background: url(../Images/setaPaginacaoE.jpg) no-repeat;
}

.setaD{
	background: url(../Images/setaPaginacaoD.jpg) no-repeat;

}

.setaD:hover{
	background: url(../Images/setaPaginacaoD.jpg) no-repeat;
}

/* Padrão */

a:link {font-family: Arial, Verdana; font-size: 12px; color: #ffffff; font-weight: normal; text-decoration: none;}
a:visited {font-family: Arial, Verdana; font-size: 12px; color: #ffffff; font-weight: normal; text-decoration: none;}
a:hover {font-family: Arial, Verdana; font-size: 12px; color: #1257b2; font-weight: normal; text-decoration: none;}