/* -------------------- TABELAS -------------------- */
.tituloTabela {
	border-bottom: solid #F3CF00 1px;
	background-color: #FDF5CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.tabelaDestaque {
	background-color: #FDF5CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}

.headerEmbalagem {
	background-color: #077A9F;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	font-weight:bold;
	padding: 2px 2px 2px 2px;
}

.headerInfo {
	border-bottom: solid #F3CF00 1px;
	border-top: solid #F3CF00 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 7x 7px 0px 0px;	
}

/* ---------------------------------------- */


/* -------------------- DEFINITIVOS -------------------- */
body {
	margin: 0px 0px 0px 0px;
/*	scrollbar-3dlight-color: #E0E9F2;
	scrollbar-arrow-color: #E0E9F2;
	scrollbar-base-color: #FDF5CC;
	scrollbar-darkshadow-color: #E0E9F2;
	scrollbar-face-color: #FDF5CC;
	scrollbar-highlight-color: #FDF5CC;
	scrollbar-shadow-color: #E0E9F2;*/
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
}

/* ---------------------------------------- */


/* -------------------- TEXTOS -------------------- */

.textoDestaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.textoAzul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #077A9F;
}

.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* ---------------------------------------- */


/* -------------------- ELEMENTOS GRÁFICOS -------------------- */
.tracoH {
	border-bottom: solid #F3CF00 1px;
}

.tracoV {
	background-color: #F3CF00;
}

.contorno {
	border: 1px solid #F3CF00;
}

/* ---------------------------------------- */


/* -------------------- OUTROS -------------------- */
.background_LR {
	background-color: #FDF5CC;
}
.footer2 {
	text-align: center;
	height: 30px;
}

/* ---------------------------------------- */


/* -------------------- INPUTS -------------------- */
.textfield {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color: #000000;
border-top-color : #077A9F;
border-bottom-color : #077A9F;
border-left-color : #077A9F;
border-right-color: #077A9F;
border-style: solid;
border-right-width: 1px;
border-left-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
height: 12px;
}

.textfield2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color: #000000;
border-top-color : #077A9F;
border-bottom-color : #077A9F;
border-left-color : #077A9F;
border-right-color: #077A9F;
border-style: solid;
border-right-width: 1px;
border-left-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
}

.botao {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
text-align: center;
color : #077A9F;
background-color : #FFFFFF;
border-top-color : #077A9F;
border-bottom-color : #077A9F;
border-left-color : #077A9F;
border-right-color : #077A9F;
border-width: 1px;
border-style: solid;
height: 18px;
width: 50px;
}
/* ---------------------------------------- */
