﻿@charset "UTF-8";

/*******************************************************************************************************************
*                                                                                                                  *
*	CSS Document                                                                                                   *
*	Desenvolvido: Focal System LTDA.                                                                               *
*	Programador : Edson M. de Miranda                                                                              *
*	Data        : 26/08/2009                                                                                       *
*	Projeto     : Cipapel 																						   *
*	Observação  : Nenhuma 																						   *
*                                                                                                                  *
********************************************************************************************************************/

*{
	padding:0px;
	margin:0px;
	border:0px;
	background:transparent;
}

html{ height:100%; }

body{
	margin:0;
	padding:0;
	height:100%;
	background:#fff url(../imagens/bg_site.gif) repeat-x;
	
	}

body, table{
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
.base {	margin: auto; width: 960px; height:auto;}
.clear { clear:both; }

/*

		INÍCIO DAS PROPRIEDADES GERAIS DO SITE

	*/
	
	h1{
		}

	h2{
		}

	h3{
		color:#a7a7a7;
		font-size:18px;
		}

	h4{
		color:#ef3b01;
		font-size:14px;
		font-weight:bold;
		}

	h5{
		}

	h6{
		}

	p { margin-top:0; }

	a img { border:none; }
	a { color:#0066cc; cursor:hand; text-decoration:none;}
	.linkPreto{ color:#000; cursor:hand; text-decoration:none;}

	th, td {
		text-align:left;
		vertical-align:top;
		padding:6px 0;
		}

	form { margin:0; }
	
	.normal{
		border:solid 1px #bed784;
		height:20px;
		width:112px;
	}
	
	.normalEsticado{
		border:solid 1px #bed784;
		height:20px;
		width:180px;
	}
	
	select{
		border:solid 1px #bed784;
		height:20px;
		color:#506e0c;
	}

	.text{
		height:22px;
		width:205px;
		background:#fff;
		padding:6px 5px 0 0;
		border:solid 2px #bed784;
	}
	
	.button{
		width:43px;
		height:30px;
		background:url(../imagens/btOK.jpg) no-repeat;
	}
	
	.radio, .checkbox { border:none; background-color:transparent; }
	
	textarea{
		border:solid 1px #bed784;
		background-color:#f4f3f0;
		}

	.BTenviar {
		padding:0 1px;
		font-size:10px;
		}

	/*
	
			PROPRIEDADES
	
		*/
		.sublinhado{
			text-decoration:none;
		}
		
		.sublinhado:hover{
			text-decoration:underline;
			cursor:pointer;
		}
		
		.imgPadding{
			padding:5px;
		}
		
		.imgPaddingRight{
			padding-right:5px;
		}
		
		.imgPaddingLeft{
			padding-left:5px;
		}
		
		.bIndique{
			color:#506e0c;
		}
		
		#tituloPapel{
			height:72px;
			background:url(../imagens/paper.jpg) no-repeat;
		}
		
		#tituloPapel h2{
			color:#ef3b01;
			font-size:26px;
			font-weight:bold;
			border-bottom:solid 1px #c0bbaf;
		}
		
		div.cinza{
			font-size:9px;
			color:#a7a7a7;
			text-align:left;
			padding-top:30px;
		}
	/* 
			
			INÍCIO DO ESTILO DO POPUP FLUTUANTE
	
		*/
	
		#popupfloater{
			position: absolute; 							/* Define a posição absoluta da pop-up */
			top: 335px; 									/* Distancia da margem superior da página */
			left: 30%; 										/* Distancia da margem esquerda da página */
			padding: 0px 0px 0px 0px; 						/* Margem interna da pop-up */
			display: none; 									/* Estilo da pop-up */
		
			/*border-width: 1px;*/ 								/* Largura da borda da pop-up */
			/*border-style: solid;*/ 							/* Estilo da borda da pop-up */
			/*color: #000066;*/ 								/* Cor do texto da pop-up */
			/*background: #fff; background: #ccc;*/ 			/* Cor de fundo da pop-up */
			}
			
		/*
			FIM DO ESTILO DO POPUP FLUTUANTE
			-----------------------------------------------------------------------------------------------------------------------
			INÍCIO DO ESTILO DO RODAPÉ
		*/
	
		#rodape{
			height:151px;
			overflow:hidden;
			background:#bed784 url(../imagens/rodape_bck.jpg) repeat-x;
			}
