﻿/* CSS Document */

/* RESET CSS - http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	text-align:left;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/****************************************************************************/

body{
	font:12px Arial, Helvetica, sans-serif;
	color:#414141;
}

iframe{
	overflow-x:hidden;
}

a:link{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#tabela{
	width:100%;
	padding:0;
	margin:0;
	border:0;
}

#div_loading{
	top:135px;
	left:0;
	position:absolute;
	z-index:1;
	width:100%;
	KHTMLOpacity: 0.7; 
	MozOpacity: 0.7; 
	-khtml-opacity:.70; 
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity: 0.70;*/
	background-color:#CCCCCC;
}

#div_loading_msg{
	padding:20px;
	color:#003366;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background-color:#FFFFFF;
	border:2px solid #666666;
	position:absolute;
	z-index:1001;
}

#td_cabecalho{
	height:101px;
	background-color: #004C6E;
}

#td_cabecalho .class_Cabecalho_1{
	background-image:url(../IMAGES/CABECALHO/Norma_SGI_Logo.jpg);
	background-repeat: no-repeat;
	height:100px;
	width:166px;
	background-color:#8BADB6;
	/*background-image:url(../IMAGES/CABECALHO/Cabecalho_Fundo_1.jpg);
	background-repeat: no-repeat;
	height:101px;
	width:260px;*/
}

#td_cabecalho .class_Cabecalho_2{
	background-image:url(../IMAGES/CABECALHO/Fundo_Cabacalho_Azul.jpg);
	height:100px;
	background-repeat:repeat-x;
	vertical-align:bottom;
	color:#FFFFFF;
	font:20px Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#8BADB6;
	/*background-image:url(../IMAGES/CABECALHO/Cabecalho_Fundo_2.jpg);
	height:101px;*/
}

#td_cabecalho .class_Cabecalho_3{
	background-image:url(../IMAGES/CABECALHO/Curva_Branco.jpg);
	width:121px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}


#td_cabecalho .class_Cabecalho_4{
	background-color:#FFFFFF;
	width:233px;
}

#td_rodape{
	height:40px;
	background-image:url(../IMAGES/Rodape_Azul.jpg);
	/*background-image:url(../IMAGES/Fundo_Rodape.jpg);*/
	background-repeat: repeat-x;
	background-color:#8BADB6;
	color:#414141;
}

#td_rodape table{
	width:96%;
	margin-left:2%;
	margin-top:5px;
}

#td_rodape img{
	margin:0 5px 0 0;
	vertical-align:bottom;
}

#tabela_Menu_Frame{
	width:100%;
	border:0;
}

#tabela_Menu_Frame #td_Menu{
	width:200px;
	border-right:2px solid #D1D1D1;
	height:500px;
	background-image: url(../IMAGES/Fundo_Menu.gif);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
}

.class_Menu_First:hover{
	background-image:url(../IMAGES/MENU/Bt_Fundo_First_On.jpg);
}

#td_Menu img{
	margin:0 5px 0 0;
	vertical-align:bottom;
}


/******************************************************************************/

/** ESTILO DO FORMULARIO **/

fieldset{
	border:1px RGB(0,85,40) solid;
}

textarea{
	width:96%;
	height:50px;
	margin:10px 0 10px 0;
	font:13px Arial, Helvetica, sans-serif;
	padding:5px;
}

input{
	width:96%;
	font:13px Arial, Helvetica, sans-serif;
	padding:1px;
}

.class_Input_Normal{
	width:auto;
}

select{
	width:96%;
	font-size:13px;
	padding:1px;
}

.class_Body{
	background-image: url(../IMAGES/Fundo_Iframe.jpg);
	background-repeat: repeat-x;
	padding:25px 20px;
	background-attachment: fixed;
}

.class_Body .class_Titulo
{
    padding:40px 20px 30px 20px;
}

.class_Body .class_Campo_Data{
	width:100px;
}

.class_Body .class_Legend_Titulo
{
    font-size:18px;
    text-align:right;
    padding:0 10px;
    position:absolute;
    top:15px;
    right:3%;
    background-color:white;
    display:block;
    font-weight:bold;
	white-space:nowrap;
}

.class_Body .class_Grid td
{
    padding:4px;
}

.class_Tabela_Manter
{
    width:95%;
    margin:0 auto 0 auto;
}

.class_Tabela_Manter .class_Label
{
    font-weight:bold;
    text-align:right;
    width:1%;
    white-space:nowrap;
}

.class_Tabela_Manter td
{
    padding:3px 0 3px 0;
}

.class_Body #div_Inclusao
{
    margin:10px 0 30px 0;
}

.class_Body #div_Inclusao label
{
    font-weight:bold;
}

.class_Body #div_Inclusao table{
	width:100%;
}

.class_Body #div_Inclusao table .class_Label_Inclusao{
	width:1%;
	white-space:nowrap;
}

.class_Body #div_Inclusao table .class_Bt_Incluir_Novo{
	padding-left:40px;
	width:1%;
}

.class_Center
{
	margin:0 auto;
	text-align:center;
}

.class_Grid{
	border:2px outset #FFF;
	width:100%;
}

.class_Grid th{
	border-right:2px inset #FFF;
	border-bottom:2px inset #FFF;
	border-right:2px inset #FFF;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	padding:5px;
}

.class_Grid td{
	padding:6px;
}

.class_Grid img{
	cursor:pointer;
}

.class_Grid_On{
	background-color:#F9F9F7;
}

.class_Grid_Off{
	background-color:#F0F0EC;
}

	
.class_Tabela_Titulo_Busca{
	border:0;
	margin:0;
	width:100%;
	padding:0;
}

.class_Tabela_Titulo_Busca #txt_Busca{
	width:200px;
	margin-right:10px;
	font-size:11px;
}

.class_Tabela_Titulo_Busca #Bt_Consultar{
	font-size:11px;
	width:auto;
	padding:0 5px;
}


/* ESTILOS DOS BOTÕES 

.class_Bt_Salvar{
	width:141px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Salvar.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 20px;
	margin-right:160px;
}

.class_Bt_Reset{
	width:141px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Cancelar_Edicao.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 15px;
}

.class_Bt_Salvar_2
{
	width:141px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Salvar.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 20px;
}

.class_Bt_Imprimir{
	width:141px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Imprimir.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 20px;
}

.class_Bt_Alterar
{
	width:141px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Alterar.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 20px;
	margin-right:100px;
}


.class_Bt_Excluir
{
	width:141px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Excluir.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 20px;
}


.class_Bt_Entrar
{
	width:111px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Entrar.jpg);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 15px;
}


.class_Bt_Consultar
{
	width:141px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Consultar.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 15px;
}

.class_Bt_Atualizar_BD
{
	width:181px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Atualizar_BD.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 15px;
}


.class_Bt_Voltar
{
	width:141px;
	height:35px;
	border:0;
	cursor:pointer;
	background-image: url(../IMAGES/BOTOES/Bt_Voltar.gif);
	background-repeat: no-repeat;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 3px 15px;
}
*/
.class_Bt_Salvar,
.class_Bt_Reset,
.class_Bt_Salvar_2,
.class_Bt_Imprimir,
.class_Bt_Alterar,
.class_Bt_Excluir,
.class_Bt_Entrar,
.class_Bt_Consultar,
.class_Bt_Atualizar_BD,
.class_Bt_Voltar
{
	width:100px;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
}

.class_Bt_Consultar2
{
	width:120px;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
}

.class_Campo_Invalido
{
    border:2px dashed Red;
    background-color:#FFFF99;
}

#table_Imprimir{
	margin-top:30px;
	width:100%;
}

#table_Imprimir #td_Bt_Imprimir{
	text-align:center;
}

#table_Imprimir #td_Paginacao{
	font-size:11px;
	font-weight:bold;
	text-align:left;
	width:25%;
}

#table_Imprimir #td_Mudar_Paginacao{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	width:25%;
}

#table_Imprimir #td_Mudar_Paginacao img{
	vertical-align:bottom;
}

#table_Imprimir #td_Mudar_Paginacao a:link, #table_Imprimir #td_Mudar_Paginacao a:visited, #table_Imprimir #td_Mudar_Paginacao a:hover{
	color:#333;
}

.dataTables_wrapper select, .dataTables_wrapper input {
    width:auto;
    margin-bottom:10px;
}