body {
	font-family: Arial;
}

table {
	font-size: 12px;
}

input {
	background-color: #F4F4F4;
	border: 1px solid #ABABAC;
}

select {
	background-color: #F4F4F4;
	border: 1px solid #ABABAC;
}

textarea {
	background-color: #F4F4F4;
	border: 1px solid #ABABAC;
}

table a {
	color: #000000;
	text-decoration: none;
}

td.menu_geral {
	font-size: 13px;
	font-weight: bold;
	color: #58595B;
	padding: 50px 24px 10px 10px;
	line-height: 26px;
}

td.menu_geral  a {
	color: #58595B;
	text-decoration: none;
}

td.menu_geral  a.ativo {
	color: #E87B1E;
	text-decoration: none;
}

td.voltar_home  {
	padding-right: 30px;
}

td.voltar_home  a{
	font-weight: bold;
	color: #8E8F91;
	text-decoration: none;
}

span.opcao {
	font-weight: bold;
	color: #8E8F91;
}

span.separador {
	color: #F58220;
}

tr.titulo_area {
	height: 41px;
}

td.titulo_area {
	text-align: left;
	padding-left: 40px;
	padding-right: 143px;
	font-size: 13px;
	font-weight: bold;
	color: #6D6E71;
}

td.titulo_area a {
	text-decoration: none;
	color: #6D6E71;
}

tr.titulo_area_interna {
	height: 41px;
}

td.titulo_area_interna {
	text-align: left;
	padding-left: 40px;
	width: 285px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

td.voltar_area_interna, td.voltar_area_interna a {
	padding-right: 20px;
	font-weight: bold;
	color: #6D6E71;
}

span.titulo_area_ativo {
	color: #000000;
}

td.conteudo_area {
	padding-left: 32px;
	padding-top: 20px;
	padding-bottom: 10px;
}

td.menu_inferior {
	font-size: 12px;
	font-weight: bold;
	color: #58595B;
}

span.texto_destaque1 {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

span.texto_destaque2 {
	font-weight: bold;
	text-decoration: none;
	color: #6D6E71;
}

span.texto_informacao {
	font-size: 11px;
	color: #000000;
}

table.marcopolo_produtos_detalhes_painel {
	width: 411px;
	height: 458px;
	/*filter: alpha(opacity=50);*/
	/*opacity: 0.5;*/
}

td.marcopolo_produtos_detalhes_painel {
	padding: 15px;
	background-image: url('../img/interno/marcopolo_produtos_detalhes_fundo.gif');
	background-repeat: no-repeat;
}

span.marcopolo_produtos_detalhes_conteudo {
	/*filter: alpha(opacity=50);*/
	/*opacity: 0.5;*/
}

/**
 * Mensagem de carregamento.
 */
#divFundo_MensagemCarregamento {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 280px;
	height: 70px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: -140px;	
	margin-top: 20px;
	text-align: center;
	filter: alpha(opacity=100);
	opacity: 1;
}
#divTexto_MensagemCarregamento {
	z-index: 15002;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;		
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	filter: alpha(opacity=100);
	opacity: 1;
	margin: 0px;
}