html {
	overflow-y: scroll;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	font-family: Arial, "Segoe UI", Verdana, Helvetica,
		sans-serif !important;
	font-size: small;
	color: #808080;
	background-image: url('../img/BodyBackground.jpg');
	background-repeat: repeat-x;
	font-size: 11px;
	margin: 0px;
}

.centro {
	float: left;
	height: 150px;
	width: 69%;
	max-width: 2500px;
	background-image: url('../img/logo_capgemini2.png');
	background-repeat: repeat-x;
	background-position: -395px -2px;
	max-width: 2500px;
}

.centro h1 {
	margin: 0px;
	color: #FFF;
	font-size: medium;
	text-align: center;
	padding-top: 112px;
	font-size: medium
}

.esquerdo {
	float: left;
	height: 150px;
	width: 31%;
	max-width: 395px;
	background-repeat: no-repeat;
	background-image: url('../img/logo_capgemini1.png');
	background-repeat: no-repeat;
}

.direito {
	float: right;
	height: 150px;
	margin-top: -150px;
	width: 100%;
	max-width: 453px;
	background-repeat: no-repeat;
	background-image: url('../img/logo_capgemini3.png');
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit],input[type=button] {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=text],input[type=password],textarea {
	font-size: 12px;
	padding-left: 1px;
}

select {
	font-size: 13px;
}

.HeaderDIV {
	display: inline-block;
	background-position: 0px -12px;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	background-color: white;
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}

/* Retirado
  
.TopLeftDIV {
	background-image: url('../img/logo_teste.png');
	background-repeat: no-repeat;
	width: 350px;
	height: 104px;
	padding: 0;
	margin: 30px 0px 0px 12px;
	float: left;
}
*/
.TitleDIV {
	margin: 0px;
	height: 60px;
	width: 100%;
	text-align: center;
	font-size: 25px;
	padding-top: 112px;
}

.TitleDIV h1 {
	margin: 0px;
	font-size: medium;
}

/* RETIRADO 
.TopRightDIV {
	height: 80px;
	margin: 0px;
	float: right;
	width: 140px;
} */
.HorizontalBarDIV {
	background-color: #009BC9;
	display: block;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-weight: bolder;
	margin-top: -3px;
}

.UsernameDIV {
	margin: 0px;
	color: #999;
	font-size: x-small;
	float: right;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.UsernameDIV a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	margin-right: 2px;
	padding-left: 3px;
	border-left: 1px solid #ccc;
}
.UsernameDIV a.linksCabecalho {
	border-left: none;
}

.LeftRightContainer {
	padding: 0px;
	margin: -10px 0px 0px 12px;
	color: #800000;
	font-size: 8pt;
	position: absolute;
	float: left;
}

.LeftRightContainer ul {
	background-image: url('../img/VerticalBarMiddleBackground.png');
	background-repeat: repeat-y;
	width: 164px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	text-align: left;
}

.LeftRightContainer li {
	margin: 0px;
	padding: 0px;
}

.LeftRightContainer ul a {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-left: 15px;
	width: 135px;
}

.LeftRightContainer ul li a:hover,.LeftRightContainer ul li:hover a,.LeftRightContainer ul li:hover ul li:hover
	{
	background: #832A2A;
	color: #FFF;
}

.LeftRightContainer ul li ul {
	display: none;
	position: absolute;
	z-index: 10000;
	margin-top: -21px;
	left: 154px;
	padding-top: 0px;
}

.LeftRightContainer ul li:hover ul {
	background: #999;
	display: inline;
}

.LeftRightContainer ul li ul li {
	left: 154px;
}

.LeftRightContainer ul li ul li a:hover,.LeftRightContainer ul li:hover ul li a
	{
	background: none;
}

.VerticalBarBottomDIV {
	background-image: url('../img/VerticalBarBottomBackground.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 164px;
	height: 35px;
	top: 200px;
}

.ContainerTD {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	clear: both;
}

.messagesContainer {
	text-align: left;
	padding: 0px;
}

.messagesContainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.messagesContainer ul li {
	padding: 5px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 25px;
}

.messagesContainer ul li a.close-mensage {
	float: right;
	text-decoration: none;
	color: #000000;
}

.messagesContainer ul li.erro {
	background: #FFDDDD URL('../img/error.gif') left no-repeat;
	border: 2px solid #FFAAAA;
	background-position: 5px;
}

.messagesContainer ul li.sucesso {
	background: #DDFFDD URL('../img/ok.gif') left no-repeat;
	border: 2px solid #66DD66;
	background-position: 5px;
}

.messagesContainer ul li.alerta {
	background: #FFFFDD URL('../img/warning.gif') left no-repeat;
	border: 2px solid #DDDD00;
	background-position: 5px;
}

.tituloTela {
	text-align: left;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

div.panel {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	background: #f3f3f3;
}

div.panel .headerPanel,#cboxTitle {
	background: url(../img/fundo_cabecalho_painel.jpg);
	height: 17px;
	padding: 3px 5px;
	text-align: center;
	color: #00529C;
	font-weight: bold;
	margin: 0;
}

div.panel .headerPanel .togglepanel {
	display: block;
	text-decoration: none;
	padding: 3px;
	float: right;
}

div.panel .containerPanel {
	font-size: 11px;
	color: #666;
	padding: 10px;
	text-align: left;
}

div.panel .containerPanel td {
	text-align: left;
}

div.panel .containerPanel label {
	font-weight: bold;
}

div.panel input[type=text] {
	border: 1px solid #9CACC9
}

.searchButton {
	position: absolute;
	margin-left: 3px;
}

.actionButtons {
	width: 95%;
	text-align: right;
}

.paginacao {
	text-align: center;
	height: 25px;
}

.paginacao tr {
	padding: 0px;
	list-style: none;
	padding: 4px;
	border: 1px solid #CCC;
}

.paginacao tr td {
	height: 25px;
	vertical-align: middle;
}

.paginacao tr td a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

.detalhes,.editar,.excluir {
	height: 31px;
	width: 31px;
	border: 0;
}

.detalhes {
	background: url(../img/detailsButton.png) center center no-repeat;
}

.editar {
	background: url(../img/editButton.png) center center no-repeat;
}

.excluir {
	background: url(../img/deleteButton.png) center center no-repeat;
}

.adicionar {
	border: none;
	background: url(../img/adicionar.png) center center no-repeat;
	width: 62px;
	height: 18px;
}

.calcular {
	border: none;
	background: url(../img/calcular.png) center center no-repeat;
	width: 57px;
	height: 18px;
}

.pesquisar {
	border: none;
	background: url(../img/pesquisar.gif) center center no-repeat;
	width: 70px;
	height: 18px;
}

.limpar {
	border: none;
	background: url(../img/limpar.gif) center center no-repeat;
	width: 50px;
	height: 18px;
}

.salvar {
	border: none;
	background: url(../img/salvar.gif) center center no-repeat;
	width: 50px;
	height: 18px;
}

.iniciar {
	border: none;
	background: url(../img/play-btn.png) center center no-repeat;
	width: 28px;
	height: 31px;
}

.pausar {
	border: none;
	background: url(../img/stop-btn.jpeg) center center no-repeat;
	width: 32px;
	height: 32px;
}

.parada {
	border: none;
	background: url(../img/restaurantes2.png) center center no-repeat;
	width: 32px;
	height: 32px;
}

.cancelar {
	border: none;
	background: url(../img/cancelar.gif) center center no-repeat;
	width: 60px;
	height: 18px;
}

.sgc_tag_fileupload_css_button_upload {
	border: none;
	background: url(../img/upload-icon.png) center center no-repeat;
	width: 30px;
	height: 18px;
	margin: 0;
}

.voltar {
	border: none;
	background: url(../img/voltar.jpeg) center center no-repeat;
	width: 48px;
	height: 22px;
}

.enviaAnalise {
	border: none;
	background: url(../img/enviar_analise.jpeg) center center no-repeat;
	width: 121px;
	height: 18px;
}

.aprovarCusto {
	border: none;
	background: url(../img/aprovar_custo.jpeg) center center no-repeat;
	width: 59px;
	height: 18px;
}

.reprovarCusto {
	border: none;
	background: url(../img/reprovar_custo.jpeg) center center no-repeat;
	width: 65px;
	height: 18px;
}

.gerarCusto {
	border: none;
	background: url(../img/gerar_custo.jpeg) center center no-repeat;
	width: 113px;
	height: 18px;
}

.ajusteManual {
	border: none;
	background: url(../img/ajuste_manual.jpeg) center center no-repeat;
	width: 94px;
	height: 18px;
}

.enviarAjusteManual {
	border: none;
	background: url(../img/enviar_ajuste_manual.jpeg) center center
		no-repeat;
	width: 133px;
	height: 18px;
}

.ajusteBancoHoras {
	border: none;
	background: url(../img/ajuste_banco_horas.jpeg) center center no-repeat;
	width: 146px;
	height: 18px;
}

.verificar {
	border: none;
	background: url(../img/verificar.jpeg) center center no-repeat;
	width: 67px;
	height: 18px;
}

.validarcaoSEF {
	border: none;
	background: url(../img/validacao_sef.jpeg) center center no-repeat;
	width: 123px;
	height: 18px;
}

.automatico {
	border: none;
	background: url(../img/automatico.jpeg) center center no-repeat;
	width: 82px;
	height: 18px;
}

.abonar {
	border: none;
	background: url(../img/abonar.png) center center no-repeat;
	width: 70px;
	height: 18px;
}

.removerAbono {
	border: none;
	background: url(../img/remover_abono.png) center center no-repeat;
	width: 123px;
	height: 18px;
}

.footer {
	text-align: center;
}

table.spinner {
	height: 20px;
}

.hide {
	display: none;
}


/*Estilo dos novos botões*/

.salvarNovo{
	border: none;
	background: url(../img/button/salvar_s1.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}

.salvarNovo:HOVER{
	border: none;
	background: url(../img/button/salvar_s2.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}

.salvarNovo:ACTIVE{
	border: none;
	background: url(../img/button/salvar_s3.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}

.abonarNovo{
	border: none;
	background: url(../img/button/abonar_s1.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.abonarNovo:HOVER{
	border: none;
	background: url(../img/button/Abonar_s2.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.abonarNovo:ACTIVE{
	border: none;
	background: url(../img/button/Abonar_s3.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

 .upload{
	border: none;
	background: url(../img/button/upload_s1.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.upload:HOVER{
	border: none;
	background: url(../img/button/upload_s2.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.upload:ACTIVE{
	border: none;
	background: url(../img/button/upload_s3.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}


.incluir{
	border: none;
	background: url(../img/button/incluir_s1.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}

.incluir:HOVER{
	border: none;
	background: url(../img/button/incluir_s2.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}

.incluir:ACTIVE{
	border: none;
	background: url(../img/button/incluir_s3.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}


.ra{
	border: none;
	background: url(../img/button/ra_s1.png) center center no-repeat;
	width: 120px;
	height: 25px;	
}

.ra:HOVER{
	border: none;
	background: url(../img/button/ra_s2.png) center center no-repeat;
	width: 120px;
	height: 25px;	
}

.ra:ACTIVE{
	border: none;
	background: url(../img/button/ra_s3.png) center center no-repeat;
	width: 120px;
	height: 25px;	
}


.voltar{
	border: none;
	background: url(../img/button/voltar_s1.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}

.voltar:HOVER{
	border: none;
	background: url(../img/button/voltar_s2.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}

.voltar:ACTIVE{
	border: none;
	background: url(../img/button/voltar_s3.png) center center no-repeat;
	width: 55px;
	height: 25px;	
}


.calcularNovo{
	border: none;
	background: url(../img/button/calcular_s1.png) center center no-repeat;
	width: 66px;
	height: 25px;	
}

.calcularNovo:HOVER{
	border: none;
	background: url(../img/button/calcular_s2.png) center center no-repeat;
	width: 66px;
	height: 25px;	
}

.calcularNovo:ACTIVE{
	border: none;
	background: url(../img/button/calcular_s3.png) center center no-repeat;
	width: 66px;
	height: 25px;	
}


.avancar{
	border: none;
	background: url(../img/button/avancar_s1.png) center center no-repeat;
	width: 66px;
	height: 25px;	
}

.avancar:HOVER{
	border: none;
	background: url(../img/button/avancar_s2.png) center center no-repeat;
	width: 66px;
	height: 25px;	
}

.avancar:ACTIVE{
	border: none;
	background: url(../img/button/avancar_s3.png) center center no-repeat;
	width: 66px;
	height: 25px;	
}

.adicionar{
	border: none;
	background: url(../img/button/adicionar_s1.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.adicionar:HOVER{
	border: none;
	background: url(../img/button/adicionar_s2.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.adicionar:ACTIVE{
	border: none;
	background: url(../img/button/adicionar_s3.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.ah{
	border: none;
	background: url(../img/button/ah_s1.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.ah:HOVER{
	border: none;
	background: url(../img/button/ah_s2.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.ah:ACTIVE{
	border: none;
	background: url(../img/button/ah_s3.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}


.enviarNovo{
	border: none;
	background: url(../img/button/enviar_s1.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.enviarNovo:HOVER{
	border: none;
	background: url(../img/button/enviar_s2.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.enviarNovo:ACTIVE{
	border: none;
	background: url(../img/button/enviar_s3.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.aprovar{
	border: none;
	background: url(../img/button/aprovar_s1.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.aprovar:HOVER{
	border: none;
	background: url(../img/button/aprovar_s2.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.aprovar:ACTIVE{
	border: none;
	background: url(../img/button/aprovar_s3.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}


.reprovar{
	border: none;
	background: url(../img/button/reprovar_s1.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.reprovar:HOVER{
	border: none;
	background: url(../img/button/reprovar_s2.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.reprovar:ACTIVE{
	border: none;
	background: url(../img/button/reprovar_s3.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.procurarNovo{
	border: none;
	background: url(../img/button/procurar_s1.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.procurarNovo:HOVER{
	border: none;
	background: url(../img/button/procurar_s2.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.procurarNovo:ACTIVE{
	border: none;
	background: url(../img/button/procurar_s3.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}


.ros {
	border: none;
	background: url(../img/button/ros_s1.png) center center no-repeat;
	width: 196px;
	height: 25px;	
}

.ros:HOVER{
	border: none;
	background: url(../img/button/ros_s2.png) center center no-repeat;
	width: 196px;
	height: 25px;	
}

.ros:ACTIVE{
	border: none;
	background: url(../img/button/ros_s3.png) center center no-repeat;
	width: 196px;
	height: 25px;	
}


.rsp {
	border: none;
	background: url(../img/button/rsp_s1.png) center center no-repeat;
	width: 223px;
	height: 25px;	
}

.rsp:HOVER{
	border: none;
	background: url(../img/button/rsp_s2.png) center center no-repeat;
	width: 223px;
	height: 25px;	
}

.rsp:ACTIVE{
	border: none;
	background: url(../img/button/rsp_s3.png) center center no-repeat;
	width: 223px;
	height: 25px;	
}


.asp {
	border: none;
	background: url(../img/button/asp_s1.png) center center no-repeat;
	width: 223px;
	height: 25px;	
}

.asp:HOVER{
	border: none;
	background: url(../img/button/asp_s2.png) center center no-repeat;
	width: 223px;
	height: 25px;	
}

.asp:ACTIVE{
	border: none;
	background: url(../img/button/asp_s3.png) center center no-repeat;
	width: 223px;
	height: 25px;	
}


.apc {
	border: none;
	background: url(../img/button/apc_s1.png) center center no-repeat;
	width: 198px;
	height: 25px;	
}

.apc:HOVER{
	border: none;
	background: url(../img/button/apc_s2.png) center center no-repeat;
	width: 198px;
	height: 25px;	
}

.apc:ACTIVE{
	border: none;
	background: url(../img/button/apc_s3.png) center center no-repeat;
	width: 198px;
	height: 25px;	
}


.aos{
	border: none;
	background: url(../img/button/aos_s1.png) center center no-repeat;
	width: 190px;
	height: 25px;	
}

.aos:HOVER{
	border: none;
	background: url(../img/button/aos_s2.png) center center no-repeat;
	width: 190px;
	height: 25px;	
}

.aos:ACTIVE{
	border: none;
	background: url(../img/button/aos_s3.png) center center no-repeat;
	width: 190px;
	height: 25px;	
}


.vsp {
	border: none;
	background: url(../img/button/vsp_s1.png) center center no-repeat;
	width: 235px;
	height: 25px;	
}

.vsp:HOVER{
	border: none;
	background: url(../img/button/vsp_s2.png) center center no-repeat;
	width: 235px;
	height: 25px;	
}

.vsp:ACTIVE{
	border: none;
	background: url(../img/button/vsp_s3.png) center center no-repeat;
	width: 235px;
	height: 25px;	
}

.cpc{
	border: none;
	background: url(../img/button/cpc_s1.png) center center no-repeat;
	width: 200px;
	height: 25px;	
}

.cpc:HOVER{
	border: none;
	background: url(../img/button/cpc_s2.png) center center no-repeat;
	width: 200px;
	height: 25px;	
}

.cpc:ACTIVE{
	border: none;
	background: url(../img/button/cpc_s3.png) center center no-repeat;
	width: 200px;
	height: 25px;	
}

.vpc{
	border: none;
	background: url(../img/button/vpc_s1.png) center center no-repeat;
	width: 200px;
	height: 25px;	
}

.vpc:HOVER{
	border: none;
	background: url(../img/button/vpc_s2.png) center center no-repeat;
	width: 200px;
	height: 25px;	
}

.vpc:ACTIVE{
	border: none;
	background: url(../img/button/vpc_s3.png) center center no-repeat;
	width: 200px;
	height: 25px;	
}


.cos{
	border: none;
	background: url(../img/button/cos_s1.png) center center no-repeat;
	width: 196px;
	height: 25px;	
}

.cos:HOVER{
	border: none;
	background: url(../img/button/cos_s2.png) center center no-repeat;
	width: 196px;
	height: 25px;	
}

.cos:ACTIVE{
	border: none;
	background: url(../img/button/cos_s3.png) center center no-repeat;
	width: 196px;
	height: 25px;
}

.csp{
	border: none;
	background: url(../img/button/csp_s1.png) center center no-repeat;
	width: 235px;
	height: 25px;	
}

.csp:HOVER{
	border: none;
	background: url(../img/button/csp_s2.png) center center no-repeat;
	width: 235px;
	height: 25px;	
}

.csp:ACTIVE{
	border: none;
	background: url(../img/button/csp_s3.png) center center no-repeat;
	width: 235px;
	height: 25px;
}

.cancelarNovo{
	border: none;
	background: url(../img/button/cancelar_s1.png) center center no-repeat;
	width: 76px;
	height: 25px;	
}

.cancelarNovo:HOVER{
	border: none;
	background: url(../img/button/cancelar_s2.png) center center no-repeat;
	width: 76px;
	height: 25px;	
}

.cancelarNovo:ACTIVE{
	border: none;
	background: url(../img/button/cancelar_s3.png) center center no-repeat;
	width: 76px;
	height: 25px;
}

.vos{
	border: none;
	background: url(../img/button/vos_s1.png) center center no-repeat;
	width: 196px;
	height: 25px;	
}

.vos:HOVER{
	border: none;
	background: url(../img/button/vos_s2.png) center center no-repeat;
	width: 196px;
	height: 25px;	
}

.vos:ACTIVE{
	border: none;
	background: url(../img/button/vos_s3.png) center center no-repeat;
	width: 196px;
	height: 25px;
}

.detalheNovo{
	border: none;
	background: url(../img/button/planilha_s1.png) center center no-repeat;
	width: 26px;;
	height: 25px;	
}

.detalheNovo:HOVER{
	border: none;
	background: url(../img/button/planilha_s2.png) center center no-repeat;
	width: 26px;;
	height: 25px;	
}

.detalheNovo:ACTIVE{
	border: none;
	background: url(../img/button/planilha_s3.png) center center no-repeat;
	width: 26px;;
	height: 25px;
}

.pesquisarNovo{
	border: none;
	background: url(../img/button/pesquisar_s1.png) center center no-repeat;
	width: 80px;
	height: 25px;	
}

.pesquisarNovo:HOVER{
	border: none;
	background: url(../img/button/pesquisar_s2.png) center center no-repeat;
	width: 80px;
	height: 25px;	
}

.pesquisarNovo:ACTIVE{
	border: none;
	background: url(../img/button/pesquisar_s3.png) center center no-repeat;
	width: 80px;
	height: 25px;
}

.reprovar{
	border: none;
	background: url(../img/button/reprovar_s1.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.reprovar:HOVER{
	border: none;
	background: url(../img/button/reprovar_s2.png) center center no-repeat;
	width: 155px;
	height: 25px;	
}

.reprovar:ACTIVE{
	border: none;
	background: url(../img/button/reprovar_s3.png) center center no-repeat;
	width: 155px;
	height: 25px;
}

.limparNovo{
	border: none;
	background: url(../img/button/limpar_s1.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.limparNovo:HOVER{
	border: none;
	background: url(../img/button/limpar_s2.png) center center no-repeat;
	width: 60px;
	height: 25px;	
}

.limparNovo:ACTIVE{
	border: none;
	background: url(../img/button/limpar_s3.png) center center no-repeat;
	width: 60px;
	height: 25px;
}

.downloadNovo{
	border: none;
	background: url(../img/button/download_s1.png) center center no-repeat;
	width: 80px;
	height: 25px;	
}

.downloadNovo:HOVER{
	border: none;
	background: url(../img/button/download_s2.png) center center no-repeat;
	width: 80px;
	height: 25px;	
}

.downloadNovo:ACTIVE{
	border: none;
	background: url(../img/button/download_s3.png) center center no-repeat;
	width: 80px;
	height: 25px;
}

.incluirNovo{
	border: none;
	background: url(../img/button/inr_s1.png) center center no-repeat;
	width: 26px;
	height: 25px;	
}

.incluirNovo:HOVER{
	border: none;
	background: url(../img/button/inr_s2.png) center center no-repeat;
	width: 26px;
	height: 25px;	
}

.incluirNovo:ACTIVE{
	border: none;
	background: url(../img/button/inr_s3.png) center center no-repeat;
	width: 26px;
	height: 25px;
}


.excluirNovo{
	border: none;
	background: url(../img/button/x_s1.png) center center no-repeat;
	width: 26px;
	height: 25px;	
}

.excluirNovo:HOVER{
	border: none;
	background: url(../img/button/x_s2.png) center center no-repeat;
	width: 26px;
	height: 25px;	
}

.excluirNovo:ACTIVE{
	border: none;
	background: url(../img/button/x_s3.png) center center no-repeat;
	width: 26px;
	height: 25px;
}

.editarNovo{
	border: none;
	background: url(../img/button/lapis_s1.png) center center no-repeat;
	width: 26px;
	height: 25px;	
}

.editarNovo:HOVER{
	border: none;
	background: url(../img/button/lapis_s2.png) center center no-repeat;
	width: 26px;
	height: 25px;	
}

.editarNovo:ACTIVE{
	border: none;
	background: url(../img/button/lapis_s3.png) center center no-repeat;
	width: 26px;
	height: 25px;
}

.setasD{
	border: none;
	background: url(../img/button/setasD_s1.png) center center no-repeat;
	width: 32px;
	height: 25px;	
}

.setasD:HOVER{
	border: none;
	background: url(../img/button/setasD_s2.png) center center no-repeat;
	width: 32px;
	height: 25px;	
}

.setasD:ACTIVE{
	border: none;
	background: url(../img/button/setasD_s3.png) center center no-repeat;
	width: 32px;
	height: 25px;
}

.setaD1{
	border: none;
	background: url(../img/button/setaD1_s1.png) center center no-repeat;
	width: 32px;
	height: 25px;	
}

.setaD1:HOVER{
	border: none;
	background: url(../img/button/setaD1_s2.png) center center no-repeat;
	width: 32px;
	height: 25px;	
}

.setaD1:ACTIVE{
	border: none;
	background: url(../img/button/setaD1_s3.png) center center no-repeat;
	width: 32px;
	height: 25px;
}

.setasE{
	border: none;
	background: url(../img/button/setasE_s1.png) center center no-repeat;
	width: 32px;
	height: 25px;	
}

.setasE:HOVER{
	border: none;
	background: url(../img/button/setasE_s2.png) center center no-repeat;
	width: 32px;
	height: 25px;	
}

.setasE:ACTIVE{
	border: none;
	background: url(../img/button/setasE_s3.png) center center no-repeat;
	width: 32px;
	height: 25px;
}

.setaE1{
	border: none;
	background: url(../img/button/setaE1_s1.png) center center no-repeat;
	width: 32px;
	height: 25px;	
}

.setaE1:HOVER{
	border: none;
	background: url(../img/button/setaE1_s2.png) center center no-repeat;
	width: 32px;
	height: 25px;	
}

.setaE1:ACTIVE{
	border: none;
	background: url(../img/button/setaE1_s3.png) center center no-repeat;
	width: 32px;
	height: 25px;
}


.radiusBorda{
	-moz-border-radius: 8px; /* Para Firefox */
	-webkit-border-radius: 8px; /*Para Safari e Chrome */
	border-radius: 8px; /* Para Opera 10.5+*/
}

.tabftr {
	padding: 3px;
	padding-left: 5px !important;	
}
}