
body {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 1em;
    font-weight: normal;
	background:url(../img/bg_pagina.png) repeat-x top;
}


/* ########### IN�CIO - ESTRUTURA DOS TEMPLATES ############ */
.pagina {
	position:absolute;
	width:975px;
	left:50%;
	margin-left:-487.5px;
	top:0;
	
}
	.topo {
		width:100%;
		height:120px;
		background:url(../img/logo_barra.png) no-repeat bottom;
	}
	
.logomarca {
	width:200px;
	height:75px;
	/*background: red;*/
	position:absolute;
	top:35px;
	left:10px;
}
	
	.topo-sem-logo {
		width:100%;
		height:120px;
		background:url(../img/logo_barra_sem_logo.png) no-repeat bottom;
	}
	
	.menu {
		width:200px;
		height:400px;
		float:left;
	}
	.conteudo {
		width:775px;		
		float:left;
	}
	
	.conteudo-impressao {
		width:975px;		
		float:left;
	}
	
		.miolo {
			padding:2px 5px;
		}
		
	.rodape {
		width:100%;
		height:19px;
		background:url(../img/bg_rodape.png) repeat-x bottom;
		text-align:center;
		padding-top: 8px;
	}
	

/* ########### FIM - ESTRUTURA DOS TEMPLATES ############ */

/* ########### IN�CIO - DETALHES DA ESTRUTURA DOS TEMPLATES ############ */
.texto-rodape, .data-hora, .usuario {
	font-size:0.8em;
	color:#003300;	
}

.texto-rodape {
}

.data-hora {
	position:absolute;
	top:71px;
	right:205px;
}

.ico-controle {
	width:100%;
	height:18px;
}

.ico-controle img{
	border:0;
	float:left;
	margin-right:4px;
}

.titulo {
	width:100%;
	height:30px;
	font-size:1.5em;
	color:#003300;
	border-bottom: 2px solid #9aafa4;
	margin-bottom:5px;
}

.sub-titulo {
    border-bottom: 2px solid #9AAFA4;
    color: #003300;
    font-size: 1.3em;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.sub-titulo-modal {
    color: #fff;
    font-size: 1.3em;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.alinhaBotao {
	float:right;
	margin:5px 11px 0 0;
}

.msgInfo td{
    background: #FAFAD1;
    border: 1px solid #fea61b;
    color: #000000;
    height: 28px;
    padding: 2px 20px;
    font-size:0.8em;
    list-style-type:none;
    
	-webkit-box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;
	-moz-box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;
	box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;     
}
.msgErro td {
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px solid #a72626 !important;
    color: #000000;
    font-size: 0.8em;
    height: 28px;
    list-style-type: none;
    padding: 2px 6px;
    
	-webkit-box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;
	-moz-box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;
	box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;      
}

.loader {
	width:100%;
	text-align:center;
}


/* ########### FIM - DETALHES DA ESTRUTURA DOS TEMPLATES ############ */

/* ########### IN�CIO - MENU ############ */
#wrapper {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {
   width:160px;
   cursor:pointer;
   	
   background: #9aafa4;
   background: -webkit-gradient(linear, left top, left bottom, from(#9aafa4), to(#9aafa4));
   background: -webkit-linear-gradient(top, #9aafa4, #9aafa4);
   background: -moz-linear-gradient(top, #9aafa4, #9aafa4);
   background: -ms-linear-gradient(top, #9aafa4, #9aafa4);
   background: -o-linear-gradient(top, #9aafa4, #9aafa4);
   padding: 2px 11px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #003300;
   font-size: 14px;
   font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
   text-decoration: none;
   vertical-align: middle;
   
   margin-bottom:2px;
}
.accordionButton:hover {
   background: #8d9b8d;
   color: #fff;
}
.accordionButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
}	

.accordionContent {	
	width: 160px;
	padding: 3px 11px;
	float: left;
	background: #cbdad2;
	display: none;
	font-size:0.8em;
}

	.accordionContent ul {
		padding:0;
		margin:0;	
	}
	
	.accordionContent ul li {
		padding:0 0 0 4px; 
		list-style: none;
		cursor:pointer;
	}
	.accordionContent ul li a{
		text-decoration:none;
		color: #003300;
	}
	
	.accordionContent ul li a:hover{
		color: #fff;
	}		
	.accordionContent ul li:hover {
		background: #8d9b8d;
		list-style: none;	
	}
	
.on {
    background: url("../img/on_menu.png") no-repeat center center transparent;
    display: inline-block;
    float: right;
    height: 7px;
    margin-top: 7px;
    width: 7px;
}

.off {
    background: url("../img/off_menu.png") no-repeat center center transparent;
    display: inline-block;
    float: right;
    height: 7px;
    margin-top: 7px;
    width: 7px;
}
/* ########### FIM - MENU ############ */

/* ########### IN�CIO - PAR�METROS PARA FORMUL�RIO E ITENS DE FORMUL�RIO ############ */

.linha-divisoria { /*CRIA��O DE UMA LINHA MERAMENTE EST�TICA PARA DIVIS�O DE CONTE�DOS DENTRO DE UM FORM */
	width:100%;
	height:1px;
	background-color:#999;
	margin:10px 0;	
}

.clear {
	clear:both;
	display:block;	
}	

/*##################### DEFINI��O DE TAMANHO DOS CAMPOS ############################*/

.area-input-0 { /* input com 100% de tamanho */
    width: 98.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-100 { /* input com 100% de tamanho */
    width: 98.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-75 {
    width: 73.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-70 {
    width: 68.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-60 { 
    width: 58.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-50 { /* input com 1/2 de tamanho */
    width: 48.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-40 { /* input com 1/4 de tamanho */
    width: 38%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-30 { /* input com 1/4 de tamanho */
    width: 31.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-25 { /* input com 1/4 de tamanho */
    width: 23.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-20 { /* input com 1/4 de tamanho */
    width: 18.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-15 { /* input com 1/6 de tamanho */
    width: 15%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-10 { /* */
    width: 11%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-8 { /* */
    width: 8%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-5 { /* */
    width: 4.05%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.area-input-3 { /* */
    width: 1.5%;
    float: left;
    margin: 5px 1.5% 0 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

	
	
/* ########### FIM - TAMANHO PR�-DEFINIDO EM CAMPOS DE FORMUL�RIOS FLEX�VEIS ############ */

	/* ###########
	
		IN�CIO - DEFINI��O DE REGI�O PARA TITULOS DE INPUTS MESMA LINHA
	
	 ############ */


	.area-titulo-form{
	    background:purple;
	    width:775px;
	}
	.area-titulo-form h2{
		margin: 3px 0;
	}

	.area-check-form {
	    float: left;
	    padding-top: 10px;

	    width: 2%;
	}


	/* ###########
	
		fim - DEFINI��O DE REGI�O PARA TITULOS DE INPUTS MESMA LINHA
	
	 ############ */


	/* ###########
	
		IN�CIO - DEFINI��O DE REGI�O PARA FORMS (O INTUITO � DEFINIR COLUNAS PARA DETERMINADOS FORMUL�RIOS)
	
	 ############ */
	
	
	.area-form-100 { /* input com 3/4 de tamanho */
		width:100%;
		float:left;
	}	
	.area-form-85 { /* input com 3/4 de tamanho */
		width:85%;
		float:left;
	}	
	.area-form-75 { /* input com 3/4 de tamanho */
		width:75%;
		float:left;
	}	
	.area-form-70 { /* input com 3/4 de tamanho */
		width:70%;
		float:left;
	}	
	.area-form-60 { /* input com 3/4 de tamanho */
		width:60%;
		float:left;
	}	
	.area-form-50 { /* input com 3/4 de tamanho */
		width:50%;
		float:left;
	}	
	.area-form-45 { /* input com 3/4 de tamanho */
		width:45%;
		float:left;
	}	
	.area-form-40 { /* input com 3/4 de tamanho */
		width:40%;
		float:left;
	}	
	.area-form-30 { /* input com 3/4 de tamanho */
		width:30%;
		float:left;
	}	
	.area-form-25 { /* input com 3/4 de tamanho */
		width:25%;
		float:left;
	}	
	.area-form-15 { /* input com 3/4 de tamanho */
		width:15%;
		float:left;
	}	
	
	
	/* ###########
	
		FIM - DEFINI��O DE REGI�O PARA FORMS (O INTUITO � DEFINIR COLUNAS PARA DETERMINADOS FORMUL�RIOS)
	
	 ############ */	
	
/* ########### IN�CIO - COMPONENTES NECESS�RIOS PARA GRIDS ############ */

	.botao-grid {
		float:right;
		margin-right:11px;
		clear:both;
	}
	
	.botao_impressora_m span{visibility:hidden;}
	.botao_impressora_m{
	display:block;
	width:16px;
	height:16px;
	background:url(../img/imprimir16.png) no-repeat;
	font-size:1px;
	text-decoration:none;
	}
	
	.botao_impressora span{visibility:hidden;}
	.botao_impressora{
	display:block;
	width:16px;
	height:16px;
	background:url(../img/imprimir16.png) no-repeat;
	font-size:1px;
	text-decoration:none;
	}
	
	.botao_excluir span{visibility:hidden;}
	.botao_excluir{
	display:block;
	width:16px;
	height:16px;
	background:url(../img/excluir.png) no-repeat;
	font-size:1px;
	text-decoration:none;
	}
	
	.botao_editar span{visibility:hidden;}
	.botao_editar{
	display:block;
	width:16px;
	height:16px;
	background:url(../img/edit.png) no-repeat;
	font-size:1px;
	text-decoration:none;
	}
	
	.botao_check span{visibility:hidden;}
	.botao_check{
	display:block;
	width:15px;
	height:15px;
	background:url(../img/check.gif) no-repeat;
	font-size:1px;
	text-decoration:none;
	}
	
	.botao_uncheck span{visibility:hidden;}
	.botao_uncheck{
	display:block;
	width:15px;
	height:15px;
	background:url(../img/uncheck.gif) no-repeat;
	font-size:1px;
	text-decoration:none;
	}
	
	botao_doc span{visibility:hidden;}
	.botao_doc{
		display:block;
		width:15px;
		height:15px;
		background:url(../img/ico_doc.gif) no-repeat;
		font-size:1px;
		text-decoration:none;
	}
	
	.botao_pdf span{visibility:hidden;}
	.botao_pdf{
		display:block;
		width:20px;
		height:20px;
		background:url(../img/pdf_2.png) no-repeat;
		font-size:1px;
		text-decoration:none;
	}
	
	.link-grid-header {
		color:#fff !important;
		font-size:1em !important;
	}
	
	.sub-tit-grid {
		background:#cbdad2;
	}

/* ########### FIM - COMPONENTES NECESS�RIOS PARA GRIDS ############ */

	/* ########### IN�CIO - COMPONENTES NECESS�RIOS A CADA CAMPO DE UM FORMUL�RIO ############ */

	.label-campo {
		width:100% !important;
		display:block;
		color:#466868;
		font-size: 0.8em;
		font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	}

	.alinharBotao{
		float:right; 
		margin-right:11px; 
		margin-top:30px;
	}
	
	/* ########### FIM - COMPONENTES NECESS�RIOS A CADA CAMPO DE UM FORMUL�RIO ############ */
	
	
	/* ########### IN�CIO - TELA LOGIN */

	.area-login {
		width:448px;
		height:161px;
		background:url(../img/bg_login.png) no-repeat;
		padding:5px;
		margin-left:45px;
	}
	
	.texto-login {
		font-size: 0.8em;
		font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
		color: #003300;
	}	
	
	.titulo-login {
	    color: #003300;
	    font-size: 1.5em;
	    height: 30px;
	    margin-bottom: 3px;
	    margin-left: 60px;
	    margin-top: 2px;
	    width: 100%;	
	}
	
	/* ########### FIM - TELA LOGIN ############ */


/*##################### SOMENTE UTILIZADO PARA INPUTS ############################*/


	.input-form { /* input com ocupa��o total da �rea */
		width:100%;
		float:left;
		background: #fff;
		height:22px;
		font-size:1em;
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
	}

	.input-form-menor { /* input com ocupa��o total da �rea */
		width:95%;
		float:left;
		border:1px solid #cdcdcd;
		background: #fff;
		height:26px;
		*height:22px;  /* IE 7 */
		font-size:1em;
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;

	}

	.select-form { /* select com ocupa��o total da �rea */
		width:100%;
		float:left;
		border:1px solid #A8A8A8;
		background:#fff;
		font-size:1.1em;
		height:23px;
		color:#333333;
		
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2) inset;
	    -moz-box-shadow: , 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2) inset;
	    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2) inset;
	    -webkit-background-clip: padding-box;
	    -webkit-transition: all 0.7s ease-out 0s;  /* Saf3.2+, Chrome */
	    -moz-transition: all 0.7s ease-out 0s;  /* FF4+ */
	    -ms-transition: all 0.7s ease-out 0s;  /* IE10? */
	    -o-transition: all 0.7s ease-out 0s;  /* Opera 10.5+ */
	    transition: all 0.7s ease-out 0s; 
	}
	
	.arrow-select {
		width:18px;
		height:29px;
		background:url(/MetaSecurity/resources/images/arrow-selec.png) no-repeat;
		position:absolute;
		top:15px;
		right:-7px;
	}
	
	.textarea-form-3-linhas { /* PARA CRIAR UM TEXTAREA COM 3 LINHAS */
		width:100%;
		float:left;
		border:1px solid #cdcdcd;
		background:#fff;
		font-size:1.1em;
		height:108px;
		color:#333333;	
		margin-top:4px;
		padding: 2px 0 0 0;		
	}
	.textarea-form-2-linhas { /* PARA CRIAR UM TEXTAREA COM 2 LINHAS */
		width:100%;
		float:left;
		border:1px solid #cdcdcd;
		background:#fff;
		font-size:1.1em;
		height:72px;
		color:#333333;		
		margin-top:4px;
		padding: 2px 0 0 0;
}
	.textarea-form-2-linhas-menor { /* PARA CRIAR UM TEXTAREA COM 2 LINHAS */
		width:99%;
		float:left;
		border:1px solid #cdcdcd;
		background:#fff;
		font-size:1.1em;
		height:72px;
		color:#333333;		
		margin-top:4px;
		padding: 2px 0 0 0;
}
	.textarea-form-1-linha { /* PARA CRIAR UM TEXTAREA COM 1 LINHA */
		width:100%;
		float:left;
		border:1px solid #cdcdcd;
		background:#fff;
		font-size:1.1em;
		height:24px;
		color:#333333;
		margin-top:4px;
		padding: 2px 0 0 0;
	}
	
	.fieldset-form-1 {
		margin-top:6px;	
		color:#333333;
	}
	
	.calendario-campo input {
		width:100% !important;
		height:26px !important;
	}
		

	.ico {
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height:15px;
	float:left;	
	position:absolute;
	top:0;
	right:0;
	}
	
	.ico img {
	margin-left:3px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	}
	

	.ico-opcoes-campos {
		margin:5px 3px 0 0;
		display:table-cell;
		padding: 0 2px;		
	}
	
	.autocomplete-campo button {
		height:27px !important;
		width:18px !important;
		position:absolute !important;
		right:-3px !important;
		top:16px !important;
		border-radius:  0  5px 5px 0;	
	}
	
	.autocomplete-campo input {
		margin-top:-1px !important;
		border-radius: 5px !important;
		height:25px;
		width:99% !important;
		position:absolute !important;
		top:17px !important;
		font-family: Arial, Helvetica, sans-serif;
		*height:21px !important;
	}

/* ########### FIM - COMPONENTES NECESS�RIOS A CADA CAMPO DE UM FORMUL�RIO ############ */

.td01, .td02 {
	background:#FFF;
}
.td03 { 
	background: #FFFF99;
}
.td04 { 
	background: #F50000;
}
.td05 { 
	background: #FFA500;
}
	
	
	
/* ########### IN�CIO - �CONES-PADR�O DO SISTEMA ############ */
.ico-novo {
	width:16px;
	height:16px;
	background:url("#{resource['img:new.png']}") no-repeat !important;
}
.ico-pesquisar {
	width:16px;
	height:16px;
	background:url("#{resource['img:search.png']}") no-repeat !important;
}
.ico-unlock {
	width:16px;
	height:16px;
	background:url("#{resource['img:unlock.png']}") no-repeat !important;
}
.ico-salvar {
	width:16px;
	height:16px;
	background:url("#{resource['img:salvar16.png']}") no-repeat !important;
}
.ico-editar {
	width:16px;
	height:16px;
	background:url("#{resource['img:edit.png']}") no-repeat !important;
}
.ico-excluir {
	width:16px;
	height:16px;
	background:url("#{resource['img:excluir.png']}") no-repeat !important;
}
.ico-exportar {
	width:16px;
	height:16px;
	background:url("../img/export.png") no-repeat !important;
}
.ico-smap {
	width:16px;
	height:16px;
	background:url("#{resource['img:smap.png']}") no-repeat !important;
}
.ico-treeview {
	width:16px;
	height:16px;
	background:url("#{resource['img:treeview.png']}") no-repeat !important;
}
.ico-ajuda {
	width:16px;
	height:16px;
	background:url("#{resource['img:help_2.png']}") no-repeat !important;
}
.ico-imprimir {
	width:16px;
	height:16px;
	background:url("#{resource['img:print.png']}") no-repeat !important;
}
.ico-home {
	width:16px;
	height:16px;
	background:url("#{resource['img:go-home.png']}") no-repeat !important;
}

.ico-menu {
	width:16px;
	height:16px;
	background:url("#{resource['img:ui-menu-blue.png']}") no-repeat !important;
}

.ico-mais {
	width:16px;
	height:16px;
	background:url("#{resource['img:add.png']}") no-repeat !important;
}
.ico-limpar {
	width:16px;
	height:16px;
	background:url("#{resource['img:edit-clear.png']}") no-repeat !important;
}

.ico-ok {
	width:16px;
	height:16px;
	background:url("#{resource['img:tick.png']}") no-repeat !important;
}

.ico-importar {
	width:16px;
	height:16px;
	border: 1px solid red;
	background-color: blue;
}

.ico-list {
	width:16px;
	height:16px;
	background:url("#{resource['img:text_list_bullets.png']}") no-repeat !important;
}

.ico-icones {
	width:16px;
	height:16px;
	background:url("#{resource['img:view_icon.png']}") no-repeat !important;
}

.ico-historico {
	width:16px;
	height:16px;
	background:url("#{resource['img:clock-history.png']}") no-repeat !important;
}

.ico-relatorio {
	width:16px;
	height:16px;
	background:url("#{resource['img:clock-history.png']}") no-repeat !important;
}

.ico-filtro {
	width:16px;
	height:16px;
	background:url("#{resource['img:filter.png']}") no-repeat !important;
}
.ico-pasta-aberta {
	width:16px;
	height:16px;
	background:url("#{resource['img:folder_aberta.png']}") no-repeat !important;
}
.ico-pasta-fechada {
	width:16px;
	height:16px;
	background:url("#{resource['img:folder_fechada.png']}") no-repeat !important;
}

.ico-raiz {
	width:16px;
	height:16px;
	background:url("#{resource['img:box.png']}") no-repeat !important;
}
.ico-raiz-expandido {
	width:16px;
	height:16px;
	background:url("#{resource['img:box.png']}") no-repeat !important;
}
.ico-rosto {
	width:16px;
	height:16px;
	background:url("#{resource['img:rosto.png']}") no-repeat !important;
}

.ico-fechar {
width:16px;
height:16px;
background:url("#{resource['img:fechar.png']}") no-repeat !important;
}

.ico-entidade {
width:16px;
height:16px;
background:url("#{resource['img:entidade.png']}") no-repeat !important;
}

.ico-operacao{
width:16px;
height:16px;
background:url("#{resource['img:operacao.png']}") no-repeat !important;
}

.ico-componentes{
width:16px;
height:16px;
background:url("#{resource['img:componentes.gif']}") no-repeat !important;
}

.ico-operacao-expandido{
width:16px;
height:16px;
background:url("#{resource['img:operacao.png']}") no-repeat !important;
}

.ico-form{
width:16px;
height:16px;
background:url("#{resource['img:form.png']}") no-repeat !important;
}

.ico-form-expandido{
width:16px;
height:16px;
background:url("#{resource['img:form.png']}") no-repeat !important;
}

.ico-componentes-expandido{
width:16px;
height:16px;
background:url("#{resource['img:componentes.gif']}") no-repeat !important;
}

.ico-lembrar{
width:16px;
height:16px;
background:url("#{resource['img:lembrar.png']}") no-repeat !important;
}



/* ########### FIM - �CONES-PADR�O DO SISTEMA ############ */
		
		
/* ########### IN�CIO - SOBRESCRI��O DE CLASSES RICHFACES ############ */
		
.rf-dt-shdr-c {
	background-image:none !important;
	background-color:#466868 !important;
	color:#fff !important;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-size: 0.8em !important;
    font-weight: normal !important;	
}

.rf-dt-hdr-c {
	background-image:none !important;
	background-color:#466868 !important;
	color:#fff !important;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-size: 0.8em !important;
    font-weight: normal !important;	
}

.rf-edt-hdr-c {
	
}

.rf-cst-c {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
	color:#003300 !important;
}

.rf-pp-cnt {
    font-size: inherit !important;
}

.rf-pp-hdr-cntrls {
    right: 5px !important;
    top: 7px !important;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
    background-color: #466868 !important;
    background-image: none !important;
    border-color: #466868 !important;
    border-width: 1px !important;
    color: #fff !important;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-size: 0.8em !important;
    
	background: #466868 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#466868), to(#466868)) !important;
	background: -webkit-linear-gradient(top, #466868, #466868) !important;
	background: -moz-linear-gradient(top, #466868, #466868) !important;
	background: -ms-linear-gradient(top, #466868, #466868) !important;
	background: -o-linear-gradient(top, #466868, #466868) !important;
	padding: 0px 5px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
	box-shadow: rgba(0,0,0,1) 0 1px 0 !important;	
}

input[type="submit"] {
	margin-left:5px !important;    
}

fieldset {
    border-color: #9aafa4 !important;
}

input, select, textarea, button, keygen, isindex, legend, a {
    color: #003300 !important;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-size: 0.9em !important;
}

textarea, input[type="text"], input[type="password"], select {
    background-color: #FFFFFF !important;
    background-image: none !important;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    border-color: #9aafa4 !important;
    border-style: solid;
    border-width: 1px;
    color: #003300 !important;
    font-family: Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-size: 0.9em !important;
    
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(140, 140, 140, 1) !important;
    box-shadow: inset 1px 1px 1px 0px rgba(140, 140, 140, 1) !important;    
}

.rf-sel-cntr {
    border-color: #9aafa4 !important;
    font-size: 1em !important;
    width: 100% !important;
}


input.rf-sel-inp {
	height:24px !important;
	width:100% !important;
}

input.rf-cal-inp {
	height:22px !important;
	width:100% !important;
}

img.rf-cal-btn {
	position:absolute;
	right:0;
	bottom:3px;
}

input.rf-sel-dflt-lbl {
    width: 100% !important;
}

	/* ########### IN�CIO - SELECT ############ */
	
	.rf-sel-btn {
	    background-color: #9aafa4 !important;
	    background-image: none !important;
		background: -webkit-gradient(linear, left top, left bottom, from(#c5ded1), to(#9aafa4)) !important;
		background: -webkit-linear-gradient(top, #c5ded1, #9aafa4) !important;
		background: -moz-linear-gradient(top, #c5ded1, #9aafa4) !important;
		background: -ms-linear-gradient(top, #c5ded1, #9aafa4) !important;
		background: -o-linear-gradient(top, #c5ded1, #9aafa4) !important;    
	    
	    border-bottom: 1px solid #9AAFA4 !important;
	    border-image: none !important;
	    border-left: 1px solid #9AAFA4 !important;
	    border-right: 1px solid #9AAFA4 !important;
	    border-top: 1px solid #9AAFA4 !important;
	    
	    height: 23px !important;
	    position: absolute !important;
	    right: -2px !important;
	    top: 21px !important;
	    width: 17px !important;   
	}
	
	.rf-sel-btn-arrow {
	    height: 22px !important;
	    width: 17px !important;
	}
	.rf-sel-sel {
		background-color: #9aafa4 !important;
	}	
	
	.rf-sel-lst-dcrtn, .rf-sel-lst-scrl{
		border: 1px solid #9aafa4 !important;
	}
	
	.rf-sel-opt {
		font-size:0.9em !important;
	}	
	
	/* ########### FIM - SELECT ############ */	


	/* ########### IN�CIO - CALENDAR ############ */
	
	.rf-cal-extr {
	    border: 1px solid #9aafa4 !important;
		-webkit-box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;
		-moz-box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;
		box-shadow: rgba(153,153,153,1) 2px 2px 4px !important;    
	}
	.rf-cal-tl, .rf-cal-hdr-month{
	    background-color: #9aafa4 !important;
	}
	
	.rf-cal-day-lbl, .rf-cal-week, .rf-cal-tl-ftr {
	    background-color: #CBDAD2 !important;
	    border-bottom: 1px solid #9AAFA4 !important;	
	}
	
	.rf-cal-week, .rf-cal-day-lbl {
	    border-bottom: 1px solid #9AAFA4 !important;	
	    border-right: 1px solid #9AAFA4 !important;	
	
	}
	
	.rf-cal-ftr {
		border-top: 1px solid #9AAFA4 !important;
	}
	
	.rf-cal-hdr {
		border-bottom: 1px solid #9AAFA4 !important;
	}

	.rf-cal-sel {
	    background-color: #466868 !important;
	    color: #fff !important;
	}
	
	.rf-cal-c {
		border-bottom: 1px solid #9aafa4 !important;
		border-right: 1px solid #9aafa4 !important;
	}	

	/* ########### FIM - CALENDAR ############ */

	/* ########### IN�CIO - PAGINA��O ############ */
	.rf-ds-btn {
	    background-color: #9aafa4 !important;
	    background-image: none !important;
	    
		background: -webkit-gradient(linear, left top, left bottom, from(#c5ded1), to(#9aafa4)) !important;
		background: -webkit-linear-gradient(top, #c5ded1, #9aafa4) !important;
		background: -moz-linear-gradient(top, #c5ded1, #9aafa4) !important;
		background: -ms-linear-gradient(top, #c5ded1, #9aafa4) !important;
		background: -o-linear-gradient(top, #c5ded1, #9aafa4) !important; 	
	} 
	
	.rf-ds-dis {
		color: #003300 !important;
	}	
	
	.rf-ds-nmb-btn {
		border: 1px solid #dedede !important;
		background-color: #fff !important;
		background-image: none !important;
	}
	
	.rf-ds-act {
		background-color: #9aafa4 !important;
		
	}
	
	/* ########### FIM - PAGINA��O ############ */
	

	/* ########### IN�CIO - AUTOCOMPLETE ############ */

	.rf-au {
	    background-image: none !important;
	    border-color: #9aafa4 !important;
	    font-size: 1em !important;
	}

	input.rf-au-inp {
	    background-image: none !important;
	    width: 100% !important;
	    height: 22px !important;
	}

	.rf-au-lst-dcrtn {
		border: 1px solid #9aafa4 !important;
	}
	
	.rf-au-itm-sel {
	   background-color: #9aafa4 !important;
	}
	
	.rf-au-lst-scrl {
	    width: auto !important;
	    padding-right: 19px;
	    font-size:1.1em !important;
	}
	
	.rf-sel-lst-scrl {
	    width: auto !important;
	    padding-right: 19px;
	}
	
	.rf-au-opt {
		font-size:0.8em !important;
	}	

	/* ########### FIM - AUTOCOMPLETE ############ */
	
	/* ########### IN�CIO - FILE UPLOAD############ */
	
	.rf-fu {
	    border-color: #9aafa4 !important;
	    width: auto !important;
	}	
	.rf-fu-hdr {
	    background-color: #9AAFA4 !important;
	    background-image: none !important;
	    border-color: #466868 !important;
	    border-width: 0px !important;	    
	    color: #003300 !important;
	    
	}	
	
		.rf-fu-btn-cnt-add {
		    background-color: #466868 !important;
		    background-image: none !important;
		    border-color: #466868 !important;
		    border-width: 1px !important;
		    color: #fff !important;
		    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
		    font-size: 0.8em !important;
		    
			background: #466868 !important;
			background: -webkit-gradient(linear, left top, left bottom, from(#466868), to(#466868)) !important;
			background: -webkit-linear-gradient(top, #466868, #466868) !important;
			background: -moz-linear-gradient(top, #466868, #466868) !important;
			background: -ms-linear-gradient(top, #466868, #466868) !important;
			background: -o-linear-gradient(top, #466868, #466868) !important;
			padding: 0px 5px !important;
			-webkit-border-radius: 0px !important;
			-moz-border-radius: 0px !important;
			border-radius: 0px !important;
			-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
			-moz-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
			box-shadow: rgba(0,0,0,1) 0 1px 0 !important;	    
		}
		
		.rf-fu-btn-add, .rf-fu-btn-upl, .rf-fu-btn-clr {
		    background-color: transparent !important;
		    background-image: none !important;
		    border-color: #8d9b8d !important;
		}
	/* ########### FIM - FILE UPLOAD ############ */
	
	/* ########### IN�CIO - DIALOG ############ */
	
		.rf-pp-hdr {
		    background-color: #466868 !important;
		    background-image: none !important;
		    border-color: #466868 !important;
		    border-width: 1px !important;
		}
		
		.rf-pp-cntr {
		    border: 1px solid #9aafa4 !important;
		}
		
		.rf-pp-hdr-cnt {
		    color: #fff !important;
		    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
		    font-size: 0.8em !important;		
		}
		
	/* ########### FIM - DIALOG ############ */
	

	.rf-p {
		border: 1px solid #9aafa4 !important;
	}
	
	.rf-p-hdr {
	    background-color: #9AAFA4 !important;
	    background-image: none !important;
	    border-color: #466868 !important;
	    color: #003300 !important;
	    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
	    font-size: 0.9em !important;
	    font-weight: normal !important;
	    padding: 0 2px !important;
	}	
	
	.rf-dt-c {
	    font-size: 0.8em !important;
	    color: #003300 !important;
	    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;	    
	}
	
	.rf-p-b {
	    font-size: 1em !important;
	}	


/* ########### FIM - SOBRESCRI��O DE CLASSES RICHFACES ############ */