
	/**
	 * Arquivo:	estilo.css
	 *
	 * Tipo:	Estilos, layout, fontes
	 *
	 * Autor:	Rafael Fernando Batista
	 * Data:	11/6/2008
	 *
	 * Direitos Autorais Decisão Informática LTDA
	 *
	 * Deus é Fiel
	 */
	
	html {
		height: 100%;
		/*border: 10px #CCC solid;*/
	}
	
	body {
		background: #efefed ;
		margin: 0px;
		font-family: Tahoma;
		font-size: 12px;
		height: 100%;
		/*overflow: hidden;*/
	}
	/*
	iframe {
		width: 100%;
		height: 2000px; 
		//border: 1px #9d9da1 solid;
		background: transparent;
		background-color:transparent;
	}
	*/
	label {
		cursor: pointer;
	}
	
	#wrapper {
		/*width: 1000px;*/
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.banner {
		text-align: center;
		width: 100%;
	}
	
	.banner img {
		/*max-width: 985px;*/
		width: 100%;
		margin: 5px;
	}
	
	a img {
		border: none;
	}
	
	.legenda {
		padding-left: 10px;
		padding-right: 15px;
		font-weight: bold;
		color:#000;
		cursor: pointer;
	}
	
	.texto_bold {
		font-weight: bold;
	}
	
	
	
	.tabela_padrao tr:hover.tarja {
		background: #E2E3FE ;
	}
	
	.tr_titulo {
		background: #CCCCCC;
		font-weight: bold;
	}
	
	.rotulo_painel {
		border-bottom: 1px #CCC solid;
		font-weight: bold;
		background: #EAEAEA;
		font-size: 12px;
		padding: 5px;
	}
	
	.tr_msg, .mensagem_aviso_sistema {
		text-align:  center;
	}
	
	.td_busca {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.span_adicionar {
		float: right;
		cursor: pointer;
	}
	
	td:hover.teste {
		text-decoration: underline;
		cursor: pointer;
	}
	
	
	
	.texto {
		background: url( ../_figuras/input_shadow.gif ) no-repeat -4px -4px #fff;	
		border: 1px #666 solid;
		color: #000000;
		font-family: Tahoma;
		font-size: 11px;
		padding: 3px;
		width: 150px;
		margin: 0px;
	}
	
	.file {
		background: url( ../_figuras/input_shadow.gif ) no-repeat -4px -4px #fff;	
		border: 1px solid #616F45;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		width: 220px;
		/*padding-left: 2px;*/
	}
	
	.textarea {
        border: 1px #ccc solid;
        font-family: Tahoma;
        font-size: 11px;
        padding: 3px;
        width: 99%;
        height: 150px;
    }
	
	.input_text, .input_file {
		border: 1px solid #616F45;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		width: 150px;
		padding-left: 2px;
		background: url(../_figuras/input_shadow.gif) no-repeat -4px -4px #fff;	
	}
	
	.input_file {
		width: 300px;
	}
	
	.input_button {
		font-family: Tahoma;
		font-size: 11px;
		width: auto;
		padding: 0px 2px 0px 2px;
		cursor: pointer;
		height: auto;
		width: 70px;
		height: 22px;
	}
	.select {
		border: 1px solid #616F45;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		width: auto;
		padding: 2px;	
	}
	.botao {
		font-family: Tahoma;
		font-size: 11px;
		width: auto;
		padding: 0px 2px 0px 2px;
		cursor: pointer;
		height: auto;
		width: 70px;
		height: 22px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	#tool a {
		display: block;
		float: left;
		margin-right: 3px;
		width: 13px;
		height: 14px;
	}
	
	a.tool_excluir {
		background: url( ../_figuras/ico_lixeira.gif ) no-repeat;
	}
	
	a.tool_editar {
		background: url( ../_figuras/ico_lapis.gif ) no-repeat;
	}
	
	/*
	 * MENU
	 */
		
	#menu a {
		display:block;
		float:left;
		margin-right:5px;
		width: 200px;
		height:57px;
	}
	
	a.menu_incidente {
		background: url( ../_figuras/_menu_incidente.gif ) no-repeat ;
	}
	
	a.menu_problema {
		background: url( ../_figuras/_menu_problema.gif ) no-repeat ;
	}
	
	a.menu_mudanca {
		background: url( ../_figuras/_menu_mudanca.gif ) no-repeat ;
	}
	
	a.menu_configuracao {
		background: url( ../_figuras/_menu_configuracao.gif ) no-repeat ;
	}
	
	a.menu_modulo {
		background: url( ../_figuras/_menu_modulo.gif ) no-repeat ;
	}
	
	a:hover.menu_incidente {
		background: url( ../_figuras/_menu_incidente_hover.gif ) no-repeat ;
	}
	
	a:hover.menu_problema {
		background: url( ../_figuras/_menu_problema_hover.gif ) no-repeat ;
	}
	
	a:hover.menu_mudanca {
		background: url( ../_figuras/_menu_mudanca_hover.gif ) no-repeat ;
	}
	
	a:hover.menu_configuracao {
		background: url( ../_figuras/_menu_configuracao_hover.gif ) no-repeat ;
	}
	
	a:hover.menu_modulo {
		background: url( ../_figuras/_menu_modulo_hover.gif ) no-repeat ;
	}
	
	
	/* TAB */
	
	#tabsB {/*
		float:left;*//*
		width:100%;
		background:#FFF;
		font-size:93%;
		line-height:normal;*/
		/*clear: right;
		/*
		border-bottom: 1px solid #CCC;*/
		width: 95%;
	}
	
	#tabsB ul {
		margin:0;
		padding:10px 10px 0 0;
		list-style:none;
	}
	
	#tabsB li {
		display:inline;
		margin:0;
		padding:0;
	}
	
	#tabsB a {
		float:left;
		background:url("../_figuras/tableftB.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
	}
	
	#tabsB a span {
		float:left;
		display:block;
		background:url("../_figuras/tabrightB.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
		/*color:#666;*/	
		color:#000;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsB a span {float:none;}
	/* End IE5-Mac hack */
	
	#tabsB a:hover span {
		color:#000;
	}
	
	#tabsB a:hover {
		background-position:0% -42px;
	}
	#tabsB a:hover span {
		background-position:100% -42px;
	}	
	
	#tabsB #current a {
		background-position:0% -42px;
	}
	#tabsB #current a span {
		background-position:100% -42px;
	}
	
	
	
	
	/* CHAMADOS */
	#div_pasta {
		width: 100%;
		height: 480px;
		padding: 6px;
		width: 160px;
	}
	
	.span_submenu {
		cursor: pointer;
	}
	
	#lista_chamado {
		width: 99.3%;
		height: 240px;
		/*padding: 6px;*/
		overflow: auto ;
	}
	
	#conteudo_chamado, #problema_conteudo {
		margin-top: 4px;
		width: 99.3%;
		height: 242px;
		overflow: auto;
	}
	
	.tr_titulo_chamado {
		border-bottom: 1px #CCC solid;
		font-weight: bold;
		cursor: pointer;
		background: #EAEAEA;
	}
	
	#alert_chamado, #confirm_chamado, #divAlertaVencimento {
		width:400px;
		border: 1px #616F45 solid;
		position:absolute;
		top:150px;
		left:30%;
		background-color:#E9FCE9;
		display: none;
	}
	
	#gerenciamento_anexo_chamado {
		width: 500px;
		height: auto; /*350px;*/
		border: 1px #616F45 solid;
		position:absolute;
		top:100px;
		overflow: auto;/*
		left:30%;*/
		background-color:#FFF;
		display: none;
	}
	
	.tr_titulo_anexo {
		border-bottom: 1px #CCC solid;
		font-weight: bold;
		background: #EAEAEA;
	}
	/*
	#consulta_faq_chamado {
		width: 600px;
		height: 400px;
		border: 1px #616F45 solid;
		position:absolute;
		top:52px;
		overflow: auto;/*
		left:30%;*
		background-color:#FFFFFF;
		display: none;
	}*/
	
	div:hover.tarja {
		background: #E2E3FE ;
		cursor: pointer;
	}
	
	div .tarja {
		padding: 3px;
	}
	
	.caixa_faq {
		height: 80px;
		overflow: auto;
		border: 1px #CCC solid;
		width: 99%;
	}
	
	#chamado_estatistica, #consulta_faq_chamado, #div_chamado_incluir, #div_help_servicedesk {
		width: 591px;
		height: 492px;
		border: 1px #616F45 solid;
		font-size: 11px;
		position:absolute;
		top:57px;
		overflow: auto;
		left:186px;
		background-color:#FFF;
		display: none;
		z-index: 12;
	}
	
	#chamado_estatistica {
		/*overflow: auto;*/
		height: auto;
	}
	
	#resultado_estatistica {
		min-height: 425px;
		height: auto;
	}
	
	
	/*
	 * Relatório
	 */
	 
	#detalhe_chamado, #detalhe_chamado2 {
		width: 500px;
		border: 2px #616F45 solid;
		font-size: 11px;
		position: absolute;
		top:142px;
		left: 18%;
		background-color: #FFF;
		display: none;
	}
	
	.relatorio_detalhado {
		border: 1px #CCC solid; 
		background: #FFF;
	}
	
	
	
	
	
	
	
	#div_item_configuracao {
		background: #FFF;
		width: 100%;
		padding: 2px;
		border: 1px #ccc solid;
		height: 70px;
		overflow: auto;
	}
	
	
	
	
	
	
	
	
	
	
	.titulo_alerta {
		background: #EAEAEA;
		text-align: left;
		font-weight: bold;
		padding: 5px;
		border-bottom: 1px #ccc solid;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	/*
	 * BANCO DE DADOS
	 */
	 
	.SQL_ERRO {
		font-family: Tahoma ;
		font-size: 12px ;
	}
	
	
	/*
	 * Estatistica
	 */
	
	#divPainelOpcaoEstatisticaChamado {
		border-bottom: 1px solid #CCC;
		padding: 10px;
	}
	
	
	span .msg {
		font-size: 11px;
		color: #666;
	}
	
	
	
	
	
	/*
	 * TABELA
	 */
	
	table.estatistica {
		font-family: Tahoma;
		background-color: #CDCDCD;
		margin: 2px 0pt 2px;
		font-size: 8pt;
		width: 100%;
		text-align: left;
		border: 1px #666 solid;
	}
	
	table.estatistica thead tr th, table.estatistica tfoot tr th, table.tabela_padrao thead tr th, table.tabela_padrao tfoot tr th {
		background-color: #CCC;
		font-size: 11px;
		padding: 6px;
		text-align: left;
	}
	
	table.tabela_padrao {
		font-family: Tahoma;
		margin: 0px;
		/*margin: 2px 0pt 2px;*/
		width: 100%;
		text-align: left;
		/*border: 1px #ccc solid;*/
		border-collapse: separate;
		border-spacing: 0px;
	}
	
	table.tabela_padrao tr td {
		padding: 0px;
	}
	
	table.estatistica thead tr .header, table.tabela_padrao thead tr .header {
		cursor: default;
	}
	
	table.estatistica tbody td {
		color: #3D3D3D;
		padding: 4px;
		background-color: #FFF;
		vertical-align: top;
		border-top: 1px #ccc solid;
	}
	
	table.tabela_padrao tbody td {
		color: #3D3D3D;
		padding: 4px;
		vertical-align: top;
	}
	
	table.estatistica tbody tr.odd td, table.tabela_padrao tbody tr.odd td {
		background-color:#F0F0F6;
	}
	
	/* Rodape */
	table.tabela_padrao tfoot tr td.rodape {
		background-color: #CCCCCC;
		text-align: right;
		padding: 4px;
	}
	
	
	/*
	 * FORM
	 */
	
	form.busca_rapida input.busca {
		border: 1px solid #616F45;
		font-family: Tahoma;
		font-size  : 11px;
		font-weight: normal;
		color: #666666;
		width: 150px;
		
		padding-top   : 3px;
		padding-bottom: 3px;
		padding-right : 3px;
		padding-left  : 5px;
		
		background: url( ../_figuras/input_shadow.gif ) no-repeat -4px -4px #fff;
	}