* {
	padding: 0;
	margin: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 24px 16px 0;
}
li {
	font-size:1.2em;
	list-style: none;
}
#container {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
	z-index: 0;
}
#tabs {
	position: absolute;
	top: -24px;
	left: 0px;
	width: 100%;
	display: block;
	margin: 0;
	z-index: 10;
}
#tabs li {
	float:left;
	width:auto;
}
#tabs li a {
	float:left;
	text-align: center;
	width:auto;
	margin-right: 2px;
	padding-right: 3px;
	background: url('../img/aba_right.gif') right top no-repeat;
	text-decoration: none;
}
#tabs li a span {
	padding:5px;
	display:block;
	padding: 4px 12px 4px 15px;
	font-weight: bold;
	font-size: 12px;		
	background: url('../img/aba_left.png') left top no-repeat;
	color: #999999;
}
#tabs li a:hover span {
	color: #000000;
}
#tabs li a.aba_ativa {
	background-position: right -24px;
	border-bottom: 2px solid #F1F8F9;
}
#tabs li a.aba_ativa span {
	background-position: left -24px;
	color: #000000;
}
#planilha, #itens, #despesas, #resultado, #compartilhar, .aba_conteudo {
	padding: 0;
	width: 100%;
	height: 400px;
	display: block;
	background-color: #F1F8F9;
}
#planilha li, #itens li, #despesas li, #resultado li, #compartilhar li, .aba_conteudo li {
	border-bottom: 1px dotted #000000;
	padding: 5px 0;
}
.tab_planilha, .tab_itens, .tab_despesas, .tab_resultado {
	color: #999999;
}
#planilha, #itens, #despesas, #resultado, #compartilhar, .aba_conteudo {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #007789;
	z-index: -1 !important;
	overflow: auto;
}
.conteudo {
	padding: 10px;
}
#container :target {
	z-index: 1 !important;
}

/* Itens */
label {
	position: relative;
	float: left;
	width: 120px;
	display: block;
	padding-bottom: 4px;
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	margin-bottom: 4px;
	font-size: 12px;
}
input {
	width: 300px;
	border: 1px solid #999999;
	padding: 1px;
	height: 17px;
}
textarea {
	width: 447px;
	height: 80px;
	border: 1px solid #999999;
	padding: 1px;
}



.bottool {
	position: relative;
	float: left;
	display: compact;
	background: #9F9F9F url("../img/ico_abrir.png") 3px 0px no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	padding: 0 6px 0 27px;
	margin: 0 0 0 5px;
	text-decoration: none;
	border: 1px solid #808080;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.bottool:hover {
	background-color: #CCCCCC;
}
.abrir {	
	background-image: url("../img/ico_abrir.png");
}
.importar {
	background-image: url("../img/ico_excel.png");
}
.carregar {
	background-image: url("../img/ico_carregar.png");
}
.calendario {
	background-image: url("../img/ico_calendario.png");
	text-indent: -3000px;
	padding: 0;
	width: 22px;
}
.moeda {
	background-image: url("../img/ico_moeda.png");
	text-indent: -3000px;
	padding: 0;
	width: 22px;
}
.sugestao {
	background-image: url("../img/ico_sugestao.png");
	text-indent: -3000px;
	padding: 0;
	width: 22px;
}



th, td {
	padding: 3px 6px;
	font: 12px Arial, Helvetica, sans-serif;
}
br {
	clear: both;
}
fieldset {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
legend {
	margin-left: 10px;
	color: #335EA8;
}

/* BOTÃO USANDO A TAG BUTTON DE FORMULÁRIO: <button type="submit"><span><pre>Enviar</pre></span></button> */
button {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	cursor: pointer;
	display: block;
}
button span {
	position: relative;
	float: left;
    display: block;
	background: url('../img/bg_button_a.png') right top no-repeat;
    color: #444;
    font: normal 12px arial, sans-serif;
    height: 24px;
    padding: 0 15px 0 0;
	margin: 0;
	border: none;
	outline: none;
}
button span pre {
	position: relative;
	float: left;    
    display: block;
	background: url('../img/bg_button_span.png') left top no-repeat;
    line-height: 24px;
    padding: 0 0 0 15px;
	margin: 0;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
button:active span {
    background-position: right bottom;
    color: #000;
    outline: none;
	border: none;
}
button:active span pre {
    background-position: left bottom;
	border: none;
}

/* ITENS */
#tabelaitens, #tabeladespesas {
	border-collapse: collapse;
	margin: 0 8px;
}
#tabelaitens th, #tabeladespesas th {
	background-color: #3B8990;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.qualncm {
	position: relative;
	float: left;
	display: block;
	text-indent: -3000px;
	width: 14px;
	height: 21px;
	background: url('../img/qualncm02.gif') left top no-repeat;
	margin-right: 10px;
}
a.qualncm:hover {
	background-position: left bottom;
}

#borda {
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.quadro {
	position: relative;
	display: block;
	margin: 1px;
	background: #FFFFFF url('../img/bg_quadro_planilha.gif') left top repeat-x;
	border: 1px solid #E7EDEE;
	padding-top: 10px;
}
.quadro h3 {
	color: #004070;
	font: bold 14px Helvetica, Arial, sans-serif;
	display: block;
	width: 118px;
	text-align: right;
	margin: 0 0 8px;
}
.excluir_item, .excluir_despesa {
	display: block;
	height: 16px;
	width: 16px;
	background: url('../img/ico_delete.gif') left top no-repeat;
	text-indent: -3000px;
}

/* close */
a.close img {
	position: absolute;
	right: 8px;
	/* *right: 20px; */
	top: 10px;
	background: url('../img/bg_mini_red.gif') 0 -1px repeat-x;
	border: 1px solid #86323C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.close:hover img {
	background-position: 0 -13px;
}
.inputErro {
	background-color: #F69696;
}
.inputAlerta {
	background-color: #FEFFCF;
}
#item, #despesa {
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}

a.tecex {
	position: relative;
	float: left;
	display: block;
	background-color: #EEEEEE;
	padding: 1px 4px;
	margin: 2px 3px 4px 0;
	border: 1px solid #333333;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	white-space: nowrap;
}
a.tecex:hover {
	text-decoration: underline;
	color: #0000FF;
}
a.t02, a.t02:hover {
	background-color: #DA8849;
	color: #FFFFFF !important;
}
a.t03, a.t03:hover {
	background-color: #7E50A4;
	color: #FFFFFF !important;
}
a.t07, a.t07:hover {
	background-color: #3EB259;
	color: #FFFFFF !important;
}
a.t08, a.t08:hover {
	background-color: #4476D1;
	color: #FFFFFF !important;
}
a.t09, a.t09:hover {
	background-color: #B0564A;
	color: #FFFFFF !important;
}

.acaolinhaitem {
	cursor: pointer;
}
.acaolinhaativa {
	background-color: #FFEB9A;
}

.inputalerta {
	background-color: #FFF2BE;
}

table.total_cabecalho td th {
	margin: 0; padding: 0 2px;
}

#resultado_holder {
	padding: 0 14px;
}
table.total_cabecalho th {
	text-align: right;
	font-weight: bold;
}
.total_cabecalho td { padding: 0; }
table.total_cabecalho u {
	display: block;
	width: 100%;
	line-height: 16px;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
.cabecalho_titulo {
	padding: 0;
	margin: 0;
}
.cabecalho_titulo span {
	float: left;
	display: block;
	width: 100%;
	line-height: 26px;
	text-align: center;
	background-color: #9DC5D2;
	border: 1px solid #007789;
	border-left: 0;
	border-right: 0;
	padding: 0;
	margin: 0 0 10px 0;
}
#planilha_logo {
	position: relative;
	width: 120px;
	height: 120px;
	display: block;
	text-decoration: none;
	border: 1px solid #007789;
}
#planilha_logo img {
	border: none;
}
#planilha_logo span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 120px;
	line-height: 26px;
	background-color: #00434D;
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 1;
}
#planilha_logo:hover span { display: block; }
.nowrap {
	white-space: nowrap;
}

.total_tabela td, .total_despesas td { line-height: 24px; border-bottom: 1px solid #CCCCCC; white-space: nowrap; padding: 0; text-align: center; }
.col1, .col1T, .col2, .col2T, .col3, .col3T {
	border-right: 1px solid;
	border-left: 1px solid;
}
.col1 b, .col1 span, .col1T b, .col1T span, .col2 b, .col2 span, .col2T b, .col2T span {
	display: block;
	width: 150px;
}
.col3 b, .col3 span, .col3T b, .col3T span {
	display: block;
	width: 120px;
}
.colcab {
	border-top: 1px solid;
}
.col1, .col1T {
	border-color: #69AB5E;
	background-color: #D0ECCB;
}
.col2, .col2T {
	border-color: #5D71AA;
	background-color: #D2DAEE;
}
.col3, .col3T {
	border-color: #FFA751;
	background-color: #FFE5CA;
}

.col1T {	background-color: #B5DFAD; }
.col2T {	background-color: #B4C0DF; }
.col3T {	background-color: #F5D0A6; }

.coltot1 { border-bottom: 1px solid #69AB5E !important; }
.coltot2 { border-bottom: 1px solid #5D71AA !important; }
.coltot3 { border-bottom: 1px solid #FFA751 !important; }

.total_tabela u, .total_despesas u {
	display: block;
	width: 100%;
	line-height: 22px;
	background-color: #FFFFFF;
	text-decoration: none;
}
.sparetab span, .sparetabT span {
	display: block;
	width: 15px;
	background: #FFFFFF url('../img/sparetab.gif') left top no-repeat;
	text-indent: -3000px;
}
.sparetabT span { background-color: #F3F3F3; }
#impressao { display: none; }
.downloadpdf {
	position: relative;
	float: right;
	display: block;
	width: 152px;
	height: 37px;
	border: none;
	text-decoration: none;
	text-indent: -3000px;
	background: url('../img/botao_download_pdf.gif') left top no-repeat;
}
#alerta_ipi {
	position: absolute;
	top: 39px;
	left: 364px;
	z-index: 0;
	display: block;
	width: 234px;
	height: 35px;
	background: url('../img/seta_ex_ipi.gif') left top no-repeat;
}

.radio {
	display: block;
	width: 20px;
	margin: 2px 0 0 0;
	border: none;
}
.seguranca_config {
	display: none;
}

.holder_msg_alerta {
	padding: 5px 0 0 0;
	margin: 0 8px;
	height: 24px;
	position: relative;
}
.msg_alerta {
	height: 21px;
	border: 1px solid #FFEB9A;
	border-left: none;
	border-right: none;
	color: #FF0000;
	background: #FFFDE5 url('../img/micro_alerta.png') 15px 6px no-repeat;
	padding: 2px 2px 2px 30px;
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
}
.v_alerta {
	background: url('../img/micro_alerta.png') 6px 6px no-repeat;
	background-color: none;
	text-indent: 15px;
}
.v_erro {
	background: url('../img/micro_erro.png') 6px 6px no-repeat;
	background-color: none;
	text-indent: 15px;
}
.text_ad_rem {
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	color: #FF4E00;
	display: block;
	width: 450px;
	padding-top: 5px;
	margin-left: 122px;
}