@charset "utf-8";
/* CSS Document */

.bgBranco{
	background-attachment: scroll;
	background-image: url(../img/brancoFundo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bgMarrom{
	background-attachment: scroll;
	background-image: url(../img/fundoMarrom.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bgTopo{
	background-attachment: scroll;
	background-image: url(../img/topo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
img{
	border:0px;

}
/* /////////////////////////////////////////////////////// */
/* ///////////   BG E BARRA DE ROLAGEM    //////////////// */
/* /////////////////////////////////////////////////////// */

body {
	scrollbar-base-color: #f0f0f0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/bgMadeira.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
}

/* /////////////////////////////////////////////////////// */
/* ////////////////    TEXTOS   ////////////////////////// */
/* /////////////////////////////////////////////////////// */

/* Texto Padro*/

table, tr, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}

.txtNormal{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}

.txtGG{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}







/* /////////////////////////////////////////////////////// */
/* ///////////                 IMAGENS           ///////// */
/* /////////////////////////////////////////////////////// */

.imgBorderG{
	border: 3px solid #FFFFFF;
}

/* /////////////////////////////////////////////////////// */
/* ///////////    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;
	
}

/* /////////////////////////////////////////////////////// */
/* ///////////    CAMPOS DE FORMULARIO           ///////// */
/* /////////////////////////////////////////////////////// */

input, textarea, select{

	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	backround-color:#A3D2E4;	
	color: #666666;
	text-decoration: none;
	
}

/* 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: #D6101A;
	border: 1px solid #666666;
	
}
.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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: 20px;
	border: 1px solid #916946;
	background-color: #FFFFFF;
	background-image: url(../img/bg_campoForm.jpg);
	color: #FFFF00;
}

.campo_list {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	width:665px;
	height: 70px;
	border: 1px solid #916946;
	background-color: #FFF;
	background-image: url(../img/bg_campoFormG.jpg);
	color: #FFFF00;
}





/* /////////////////////////////////////////////////////// */
/* ////////////////    LINKS   ////////////////////////// */
/* /////////////////////////////////////////////////////// */
/* LINK PADRAO MARROM */ 

a {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #624E22;
	text-decoration: none;
}

a:link {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #624E22;
	text-decoration: none;
}

a:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #624E22;
	text-decoration: none;
}
a:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #624E22;
	text-decoration: underline;
}

/* LINK ARIAL 12 */ 

.link_sem_sublinado {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #624E22;
	text-decoration: none;
}

.link_sem_sublinado:link {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #624E22;
	text-decoration: none;
}

.link_sem_sublinado:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #624E22;
	text-decoration: none;
}
.link_sem_sublinado:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #624E22;
	text-decoration: underline;
}
