	@charset "UTF-8";
	/* Telas do Sistema */
		
	/* Caixa de Login */	
	
	.caixa_login {
		background: url(../img/box_login.png) no-repeat;
		color: #FFF;
		width: 270px;
		height: 215px;
		padding: 8px 0px 0px 10px;
		text-align: left;
	}
	
	.titulo_caixa_login {
		font-size: 1.4em;
		font-weight: lighter;
		color: #FF0;
	}
	
	.linha_form_login {
		width: 95%;
		margin: 8px 0px 21px 3px;
	}
	
	.linha_form_msg {
		width: 95%;
		margin-top: 8px;
	}
	
	.label_form_login {
		float: left;
		margin-top: 3px;
	}
	
	.controles_login {
		margin-left: 37%;
		padding-left: 8px;
	}
	
	.mensagem_erro_login {
		font-size: .8em;
		margin: 8;
		padding: 0;
		text-align: left;
		color:#FF0;
	}
	
	.caixa_login a:link {
		text-decoration: none;
		color: #FFF;
		cursor: pointer;
	}
	
	.caixa_login a:visited {
		text-decoration: none;
		color: #FFF;
		cursor: pointer;
	}
	
	.caixa_login a:hover {
		text-decoration: none;
		color: #FF0;
		cursor: pointer;
	}
	
	.caixa_login a:active {
		text-decoration: none;
		color: #FFF;
		cursor: pointer;
	}
	
	/* Portlet */
	
		
	.portlet {
		width: 1005px;
		min-height: 100%;
		overflow: hidden;
		text-align: left;
		margin: 10px 0px 10px 0px;
		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: 56%;
	}
	
	.bloco_direito {
		float: left;
		width: 44%;
		background:#f9f9f9;
		padding-bottom: 10px;
	}
	
	
	/* Classes dos botões */
		
	#botoes {
		float: right;
		margin-top: 8px;
	}
	
	.botao {
		margin: 12px 8px 0px 0px;
		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: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;
	}
	
	#barra_botoes {
		overflow: auto;
		width: 1005px;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}
	
	#barra_meio_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:hover {
		background: url(../img/bg_botao1.png) repeat-x;
		color: #FF0;
		border: 1pt solid #1f578d;
	}
	
	
	/* Classes da tabela */
	
	table {
		border-collapse: collapse;
		margin-left: 2px;
		width: 99%;
		color: #004b82;
		margin-bottom: 15px;
	}
	
	.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;
	}
	
	th {
		background: none repeat scroll 0 0 #DEE6F1;
		border: 1pt solid #004B82;
		font-weight: bold;
		padding: 10px;
	}
	
	caption {
		visibility: hidden
	}
	
	table a:link {
		text-decoration: none;
		color: #000;
		cursor: pointer;
	}
	
	table a:visited {
		text-decoration: none;
		color: #000;
		cursor: pointer;
	}
	
	table a:hover {
		text-decoration: none;
		color: #06C;
		cursor: pointer;
	}
	
	table a:active {
		text-decoration: none;
		color: #000;
		cursor: pointer;
	}
	
	tr td {
		border: 1pt solid #004b82;
		padding: 5px;
	}
	
	.modal tr td {
		border: none;
		font: 16px Arial, Verdana, Tahoma, Helvetica, Sans-serif;
		border-bottom: 1pt solid #183e8a;
	}
	
	.tr_cinza {
		background: #E0E0E0;
	}
	
	.central {
		text-align: center;
	}
	
	
	/* 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%;
	}