
/* Estrutura --------------------------------------------------------------- */

BODY {
	margin						: 0px;
	padding						: 0px;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 10px;
	color						: #000000;
	background-color			: #FFFFFF;
}

TABLE {
	font-family					: times, Arial, Helvetica, sans-serif;
	font-size					: 10px;
}

/* Tabelas ------------------------------------------------------------------ */

TABLE.dados {
	width						: 100%;
	padding						: 0px;
	font-size					: 10px;
	margin						: 0px;
	border						: 0px;
	color						: #000000;
}

TABLE.dados TR TD {
	padding						: 1px;
	border-right				: 1px solid #000000;
}

TABLE.dados TR TD.dir {
	border-right				: 1px solid #000000;
	text-align					: right;
}

TABLE.dados TR.linha_titulo TD {
	border-top					: 1px solid #000000;
	border-bottom				: 1px solid #000000;
	border-right				: 0px;
	font-size					: 12px;
	vertical-align				: bottom;
}

TABLE.dados TR.linha_cabecalho TD {
	border-bottom				: 1px solid #000000;
}

TABLE.tit_porto {
	width						: 100%;
	font-family 				: Arial, Helvetica, sans-serif;
	font-size					: 16px;
	text-transform				: uppercase;
	border						: 0px;
}

TABLE.tit_porto TR TD.data {
	font-family 				: Arial, Helvetica, sans-serif;
	font-size					: 14px;
}

TABLE.tit_posicao {
	width						: 100%;
	font-family 				: Arial, Helvetica, sans-serif;
	font-size					: 14px;
	border						: 0px;
}

TABLE.tit_posicao TR TD.hora {
	font-family 				: Arial, Helvetica, sans-serif;
	font-size					: 14px;
}

.berco {
	padding						: 1px;
	border-right				: 1px solid #000000;
	border-left					: 1px solid #000000;
	text-align					: left;
}
