﻿body
{
	background: url(  'gradient.jpg' ) #01305a no-repeat center top;
	font-size: 8pt;
	color: #ffffff;
	font-family: verdana, arial;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #01305a;
	scrollbar-dark-shadow-color: #01305a;
	scrollbar-track-color: #01305a;
	scrollbar-face-color: #01305a;
	scrollbar-shadow-color: #01305a;
	scrollbar-highlight-color: transparent;
	scrollbar-3d-light-color: transparent;
	line-height: 20px;
}

.body_bottom
{
    background-position: center bottom;
    background-attachment: scroll;
    background-image: url('rodape.jpg');
    background-repeat: no-repeat;
}

.nreg
{
	background: url( 'nreg.png' ) no-repeat center top;
	width: 321px;
	height: 90px;
}

.requerido
{
	background-color: #FFFF66;
	color: #000000;
}

.validar div, .validar td  /*Formatação do visual da popup(EX: borda e cor de fundo)*/  
{border:solid 1px red; background-color:white;}  
.validar .ajax__validatorcallout_callout_cell /*Manter padrão*/  
{width:80px; height:100%; text-align:right; vertical-align:top; border:none; background-color:transparent; padding:0px;}  
.validar .ajax__validatorcallout_callout_table /* Manter padrão */  
{height:100%; border:none;background-color:transparent;padding:0px;}  
.validar .ajax__validatorcallout_callout_arrow_cell/* Manter padrão */  
{padding:8px 0px 0px 0px; text-align:right; vertical-align:top; font-size:1px; border:none; background-color:transparent;}  
.validar .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv /* Manter padrão */  
{font-size:1px; position:relative; left:1px; border-bottom:none; border-right:none; border-left:none; width:15px; background-color:transparent; padding:0px;}  
.validar .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div  /* Manter padrão */  
{height:1px; overflow:hidden; border-top:none; border-bottom:none; border-right:none; padding:0px; margin-left:auto;}  
.validar .ajax__validatorcallout_error_message_cell /*Formatação do texto dentro da popup */  
{font-family:Verdana; font-size:10px; border-right:none; border-left:none; width:100%; color:red; font-weight:bold; text-align:left;}  
.validar .ajax__validatorcallout_icon_cell /* Manter padrão */  
{width:20px; padding:5px; border-right:none;}  
.validar .ajax__validatorcallout_close_button_cell/* Manter padrão */  
{vertical-align:top; padding:0px; text-align:right; border-left:none;}  
.validar .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv /* Manter padrão */  
{border:none; text-align:center; width:16px; height:16px; padding:2px; cursor:pointer;}

.campo_padrao
{
    font-size: 9pt;
    color: #000000;
    text-align: left;
    padding-right: 4px;
    vertical-align: top;
}

.campo_padrao_titulo
{
	font-size: 9pt;
	color: #969696;
	text-align: right;
	padding-right: 4px;
	vertical-align: top;
}

.campo_padrao_titulo_2
{
    font-size: 9pt;
    color: #969696;
    text-align: right;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
}

.cor_nao
{
    background-color: #dfdfdf;
    vertical-align: top;
}

.cor_sim
{
    background-color: #ffffff;
    vertical-align: top;
}

.construcao
{
    background-position: center center;
    background-attachment: scroll;
    background-image: url('constr.jpg' );
    background-repeat: no-repeat;
    width: 737px;
    height: 330px;
    padding-bottom: 150px;
}
	
.botao, .botao:link, botao:visited
{
	background-position: left center;
	background-attachment: scroll;
	background-image: url(  'back_botao_01.jpg' );
	background-repeat: repeat-x;
	border-right: #6da575 1px solid;
	border-top: #6da575 1px solid;
	border-left: #6da575 1px solid;
	border-bottom: #6da575 1px solid;
	font-size: 8pt;
	color: #ffffff;
	cursor: hand;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
}

.botao:hover
{
    background-position: left center;
    background-attachment: scroll;
    background-image: url('back_botao_01.jpg');
    background-repeat: repeat-x;
    border-right: yellow 1px solid;
    border-top: yellow 1px solid;
    border-left: yellow 1px solid;
    border-bottom: yellow 1px solid;
    font-size: 8pt;
    color: #ffffff;
    cursor: hand;
    padding-right: 2px;
    padding-left: 2px;
    vertical-align: middle;
}

.linkbotao, .linkbotao:link, linkbotao:visited
{
    background-position: left center;
    background-attachment: scroll;
    background-image: url('back_botao_01.jpg');
    background-repeat: repeat-x;
    border-right: #6da575 1px solid;
    border-top: #6da575 1px solid;
    border-left: #6da575 1px solid;
    border-bottom: #6da575 1px solid;
    font-family: arial;
    font-size: 8.5pt;
    color: #ffffff;
    cursor: hand;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.linkbotao:hover
{
    background-position: left center;
    background-attachment: scroll;
    background-image: url('back_botao_01.jpg');
    background-repeat: repeat-x;
    border-right: yellow 1px solid;
    border-top: yellow 1px solid;
    border-left: yellow 1px solid;
    border-bottom: yellow 1px solid;
    font-family: arial;
    font-size: 8.5pt;
    color: #ffffff;
    cursor: hand;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}


.cel_top
{
    border-top: #55779b 1px solid;
}

.cel_esq
{
    border-left: #55779b 1px solid;
}

.cel_dir
{
    border-right: #55779b 1px solid;
}

.cel_fim
{
    border-bottom: #55779b 1px solid;
}

.gridViewHeader a:link, a:visited, a:active  
{
    text-decoration:none;
}
.gridViewHeader a:hover
{
    text-decoration:underline;
}

a.barra_botoes:link, a.barra_botoes:visited, a.barra_botoes:active
{
	text-decoration: none;
	color: #ffffff;
}
a.barra_botoes:hover
{
    text-decoration: underline;
	color: #ffffff;
}

.barra_novo_imagem
{
	background-position: 0px 2px;
	background-image: url(         'barra_novo.png' );
	background-repeat: no-repeat;
	width: 13px;
	height: 15px;
	padding-right: 4px;
}

.barra_excluir_imagem
{
	background-position: 0px 2px;
	background-image: url( 'barra_excluir.png' );
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	padding-right: 4px;
}

.barra_imprimir_imagem
{
	background-position: 0px 2px;
	background-image: url( 'barra_imprimir.png' );
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	padding-right: 4px;
}

a.linkum:link, a.linkum:visited, a.linkum:active
{
    color: #00ff00;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
}
a.linkum:hover {
    color: #00ff00;
    text-decoration:underline;
    font-weight: bold;
}

a.linkdois:link, a.linkdois:visited, a.linkdois:active
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
a.linkdois:hover {
    color: #000099;
    text-decoration:underline;
    font-weight: bold;
}

a.linkwgs:link, a.linkwgs:visited, a.linkwgs:active
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a.linkwgs:hover {
    color: #ffffff;
    text-decoration:underline;
    font-weight: bold;
}

.tit_quadros
{
    font-weight: bold;
    color: #ff8c00;
    font-size: 9pt;
}
griddown_header
{
    background: forestgreen;
    font-weight: bold;
    font-size: 9pt;
    color: white;
}
.griddown_alt_row
{
    background: #6DAA7B;
    font-size: 8pt;
    color: black;
}
.griddown_footer
{
    background: DarkOlive3;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    text-align: center;
}
.griddown_alt_row a, .griddown_alt_row a:visited
{
    background: #6DAA7B;
    color: black;
    text-decoration: none;
    font-size: 8pt;
}

.griddown_alt_row a:hover
{
    background: #6DAA7B;
    color: black;
    text-decoration: underline;
    font-size: 8pt;
}
.griddown_row
{
    color: white;
    text-decoration: none;
    font-size: 8pt;
}
.griddown_row a, .griddown_row a:visited
{
    color: white;
    text-decoration: none;
    font-size: 8pt;
}

.griddown_row a:hover
{
    color: white;
    text-decoration: underline;
    font-size: 8pt;
}
.textboxes
{
    display: block;
    margin-left: 2px;
    padding: 2px 2px;
    font: 95% verdana;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
}
.cor_paginacao
{
    color: #ffffff;
    background-color: #5d7b9d;
}

.box_top_esq
{
	background: url( 'box_top_esq_2.png' ) no-repeat;
	width: 5px;
	height: 5px;
}

.box_top_dir
{
	background: url(  'box_top_dir_2.png' ) no-repeat;
	width: 8px;
	height: 5px;
}

.box_top_center
{
	background: url( 'box_top_center_2.png' ) repeat-x;
	height: 5px;
}

.box_bottom_esq
{
	background: url( 'box_bottom_esq_2.png' ) no-repeat;
	width: 5px;
	height: 9px;
}

.box_corpo
{
	background: url(   'box_corpo.png' ) repeat;
}

.box_corpo_esq
{
	background: url(  'box_corpo_esq_2.png' ) repeat-y;
	width: 5px;
	height: 1px;
}

.box_corpo_dir
{
	background: url( 'box_corpo_dir_2.png' ) repeat-y;
	width: 8px;
	height: 1px;
}

.box_bottom_dir
{
	background: url( 'box_bottom_dir_2.png' ) no-repeat;
	width: 8px;
	height: 9px;
}

.box_bottom_center
{
	background: url( 'box_bottom_center_2.png' ) repeat-x;
	height: 9px;
}

.titmodulo
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 14pt;
	font-family: verdana
}
.titfiltro
{
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2pt;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
    color: white;
    background-color: #5D7B9D;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;
}
.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #dfdfdf;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}