﻿	@charset "UTF-8";
	/* Telas do Sistema */
	
	
	/* Caixa de Login */	
	
	.caixa_login {
		/*background: url(../img/box_login.png) no-repeat;*/
		color: #0F4098;
		width: 270px;
		height: 250px;
		padding: 8px 0px 0px 10px;
		text-align: left;
        background-color: #eeeeee;

	}
	
	.titulo_caixa_login {
		font-size: 1.4em;
		font-weight: lighter;
		color: #0F4098;
	}
	
	.linha_form_login {
		width: 95%;
		margin: 8px 0px 5px 3px;
	}
	
	.linha_form_msg {
		width: 95%;
		margin-top: 8px;
	}
	
	.label_form_login {
		float: left;
		margin-top: 3px;
        color:#0F4098;
	}
	
	.controles_login {
		margin-left: 37%;
		padding-left: 8px;
	}
	
	.mensagem_erro_login {
		font-size: 1,2em;
		margin: 10;
		padding: 0;
		text-align: left;
		color: #0F4098;
	}
	
	
	.caixa_login a:link {
		text-decoration: none;
		color: #0F4098;
		cursor: pointer;
	}
	
	.caixa_login a:visited {
		text-decoration: none;
		color: #0F4098;
		cursor: pointer;
	}
	
	.caixa_login a:hover {
		text-decoration: none;
		color: #0F4098;
		cursor: pointer;
	}
	
	.caixa_login a:active {
		text-decoration: none;
		color: #0F4098;
		cursor: pointer;
	}
      	
	/* Portlet */
	
		
	.portlet {
		width: 1005px;
        position:relative; 
		min-height: 100%;
		text-align: left;
		margin: 0 auto; /*centraliza*/
		color: #004b82;                      
	}

	.titulo_portlet {
		font-size: 1.4em;
		padding: 5px 0px 0px 5px;
		font-weight: lighter;
		color: #004b82;
	}
	
	.bloco_esquerdo	{
	    float: left;
	    text-align: right;
	    width: 45%;
	}
	
	.bloco_direito	{
	    float: left;
	    width: 55%;
	    background: #f9f9f9;
	}
	
	
	/* Classes dos botões */
	
	#botoes {
		float: right;
		margin-top: 8px;
	}
	
	.botao {
		margin: 12px 8px 0px 0px;
		padding: 5px;
		float: right;
		background: url(../img/bg_botao.png) repeat-x;
		height: 27px;
		border: 1pt solid #143161;
		font: 12px Arial, Verdana, Tahoma, Helvetica, Sans-serif;
		color: #FFF;
		font-weight: bold;
		display: block;
	}

    .botao_desabilitado {
		margin: 12px 8px 0px 0px;
		padding: 5px;
		float: right;
		background-color:white;
		height: 27px;
		border: 1pt solid #143161;
		font: 12px Arial, Verdana, Tahoma, Helvetica, Sans-serif;
		color: GrayText;
		font-weight: bold;
		display: block;
	}
	
	.botao:hover {
		background: url(../img/bg_botao1.png) repeat-x;
		color: #FF0;
		border: 1pt solid #1f578d;
	}
	
	
	.botao_login {
		margin: 8px 17px 0 0;
		float: right;
		background: url(../img/bg_botao.png) repeat-x;
		height: 27px;
		border: 1pt solid #143161;
		font: 12px Arial, Verdana, Tahoma, Helvetica, Sans-serif;
		color:  #FFF;
		font-weight: bold;
	}
	
	.botao_login:hover {
		background: url(../img/bg_botao1.png) repeat-x;
		color: #FF0;
	}
	
	#botoes_meio {
		width: 50%;
		margin-top: 10px;
	}

    #botoes_direita {
		width: 100%;
		margin-top: 10px;
	}
	
	#barra_botoes, #barra_botoes2 {
		overflow: auto;
		width: 1005px;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}
	
	#barra_meio_botoes, #barra_direita_botoes {
		overflow: auto;
		width: 100%;
		padding: 0px 0px 10px 0px;
	}
	
	.botao_form {
		background: url(../img/bg_botao.png) repeat-x;
		height: 24px;
		border: 1pt solid #143161;
		color: #FFF;
		font-weight: bold;
		margin-left: 5px;
	}

    .botao_form_desabilitado {
        background-color:white;
        height: 24px;
		border: solid 1px #143161;
		color: GrayText;
		font-weight: bold;
		margin-left: 5px;        
	}
	
	.botao_form:hover {
		background: url(../img/bg_botao1.png) repeat-x;
		color: #FF0;
		border: 1pt solid #1f578d;
	}
	
	caption {
		visibility: hidden
	}
	
	.central {
		text-align: center;
	}
		
	/* Classes da tabela - gridPadrao*/
	
	table.gridPadrao {
		border-collapse: collapse;
		margin-left: 2px;
		width: 99%;
		color: #004b82;
	}
	
	.modal table {
		margin-left: 2px;
	}
	
	.modal a:link, a:active, a:visited {
		text-decoration: underline;
		color: #004b82;
		cursor: pointer;
	}
	
	.modal a:hover {
		text-decoration: none;
		color: #004b82;
		cursor: pointer;
	}
	
	.font_menor_modal {
		font-size: .8em;
		color: #999;
		padding-top: 5px;
	}
	
	.gridPadrao th {
		background: none repeat scroll 0 0 #DEE6F1;
		border: 1pt solid #004B82;
		font-weight: bold;
		padding: 10px;
	}

	.gridPadrao a:link {
		text-decoration: none;
		color: #000;
		cursor: pointer;
	}
	
	.gridPadrao a:visited {
		text-decoration: none;
		color: #000;
		cursor: pointer;
	}
	
	.gridPadrao a:hover {
		text-decoration: none;
		color: #06C;
		cursor: pointer;
	}
	
	.gridPadrao a:active {
		text-decoration: none;
		color: #000;
		cursor: pointer;
	}
	
	.gridPadrao tr td {
		border: 1pt solid #004b82;
		padding: 5px;
	}
	
	.tr_cinza {
		background: #E0E0E0;
	}
	
	.gridPadrao tr.paginacao td table
	{
	    width: auto;
	    border-collapse: separate;
	}
	
	.gridPadrao tr.paginacao td table tbody tr td
	{
        border: none !important;
        padding: 5px;
	}
	
	.modal tr td {
		border: none;
		font: 16px Arial, Verdana, Tahoma, Helvetica, Sans-serif;
		border-bottom: 1pt solid #183e8a;
	}
	
	
	
	/* Aguarde */
	
	#aguarde{
		position: absolute;
		width: 84%;
		height:83%;
		overflow:hidden;
		z-index:0;
	}
	
	.transp{
		position:absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		width: inherit;
		height: inherit;
		background:#FFF;
        filter:alpha(opacity=30, finishopacity=30, style=1);
        opacity:.5;
       	-moz-opacity:.5;
       	-khtml-opacity:.5;
	    z-index:-1
	}
	
	.imagem_carregando {
		padding-left: 25%;
		padding-top: 15%;
	}
	
	