/* /////////////////////////////////////////////////////// */
/* ///////////   BG E BARRA DE ROLAGEM    //////////////// */
/* /////////////////////////////////////////////////////// */

body {
	scrollbar-base-color: #f0f0f0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* /////////////////////////////////////////////////////// */
/* ////////////////    TEXTOS   ////////////////////////// */
/* /////////////////////////////////////////////////////// */



/* Texto Padro*/

table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	}
/*texto qualquer */

.texto_rosa{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0066;
	font-weight: normal;
	text-align: justify;
}


.txt_vermelho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D6101A;
	font-weight: normal;
	text-align: justify;
}

.txt_b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.textoMarrom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
		color: #b77b46;
	font-weight: bolder;
}


/* /////////////////////////////////////////////////////// */
/* ///////////    CAMPOS DE FORMULARIO           ///////// */
/* /////////////////////////////////////////////////////// */

input, textarea, select{
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	backround-color:#A3D2E4;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #FFFFE8;
}

/* O CSS abaixo aplica bordas 0 nas tags de Form, evitando assim que o formulario estoure as tabelas*/
  
form {
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #002E11;
	border: 1px solid #FFFFFF;
}
.select_pqno{

	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	backround-color:#A3D2E4;	
	color: #666666;
	text-decoration: none;
	border: 1px solid #666666;
}

.campo_branco {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	backround-color:#A3D2E4;
	color: #457471;
	text-decoration: none;
	border: 1px solid #C89D72;
	background-color: #E9EAD8;
}
.precototal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.campocep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F9190;
	background-color: #E4F0C6;
	border: 1px solid #6A8D89;
}
.linhaspequenas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}




/* /////////////////////////////////////////////////////// */
/* ////////////////    LINKS   ////////////////////////// */
/* /////////////////////////////////////////////////////// */



/* LINK PADRAO - Aplicado diretamente na tag <a></a>*/ 

a {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #1B3E16;
	text-decoration: none;
}

a:link {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}

a:visited {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #46716B;
	text-decoration: none;
}
a:hover {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A8730;
	text-decoration: underline;
}

/* LINK QUALQUER  */


.link_branco{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_branco:link {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_branco:visited {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link_branco:hover {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	
}.linha_ver {
	background-image: url(../gpgas/images/lista.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tit_noticia {
	color: #003113;
	font-weight: bold;
}
.tit_protudos {
	font-weight: bold;
	color: #426264;
	font-size: 16px;
	text-decoration: none;
}
.preco {
	font-size: 18px;
	font-weight: bold;
	color: #C4D5B4;
	text-decoration: none;
}

.preco_menor {
	font-size: 14px;
	font-weight: bold;
	color: #C4D5B4;
	text-decoration: none;
}

.texto_branco {
	color: #FFFFFF;
}
.borda {
	border: 1px solid #DFDFDF;
}
.bordaLateral {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #D9EABF;
	border-right-color: #D9EABF;
	border-bottom-color: #D9EABF;
	border-left-color: #D9EABF;
}
.preco2 {
	font-size: 12px;
	color: #57928E;
	text-decoration: none;
}
.linha_lateral {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.linhasubmenu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.fundo_inst {
	background-image: url(../img/inst/images/f1_04.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.linhacima {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

