@charset "utf-8";
/* CSS Document */
#top {
	height: 146px;
	width: 800px;
	background-image: url(../images/smyril_line_banner.jpg);
}

#tabel_sejlplan {
    margin: 0px;
	padding: 0px;
}

#tabel_sejlplan tabel {
    border-collapse: collapse;
	border: 2px;
	border-color:#000000;
}

.dato_field {
    width: 15px;
	text-align: center;
}
th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
}
.table_row_green {
    background: #72A330;
	color: #fff;
}
.table_row_blue {
    background: #3483C5;
	color: #fff;
}
