﻿/*MENU*/
#menu_cruzeiro li {
	list-style-type: none;
}
#menu_cruzeiro a {
	display: block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 5px 0;
	padding: 0 0 0 40px;
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
}
#menu_cruzeiro a:hover {
	color: #fac81c;
	background-color: transparent;
}
/**/
.roteiro_noites {
	font-size: 12px;
	margin: 16px 0 16px 0;
}
/*TABELA ROTEIRO*/
.tbl_roteiro {
	text-align: center;
	font-size: 11px;
	border-collapse: collapse;
	width: 220px;
}
.tbl_roteiro th {
	font-weight: bold;
	color: #003e7e;
	background-color: #ffffff;
	border-bottom: solid 1px #003e7e;
	padding: 1px;
}
.tbl_roteiro td {
	padding: 1px;
	border-bottom: solid 1px #003e7e;
	color: #000000;
}
.tbl_roteiro tr { background-color: #ffffff; }
.tbl_roteiro tr.saida { background-color: #c2d1e0; }
/*TABELA DIA A BORDO*/
.tbl_diaabordo {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}
.tbl_diaabordo td {
	padding: 1px;
	height: 26px;	
	border-bottom: solid 1px #ffffff;
	text-align: left;
}
.tbl_diaabordo td.cell_horario {
	text-align: center;
	font-style: italic;
}
.tbl_diaabordo tr.row_destaque {
	background-color: #0060a9;
}