﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}

#header_container {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin: 0;
	padding: 0 0 15px 0;
}

#search_container {
	display: none;
	visibility: hidden;	
}

#language_container {
	display: none;
	visibility: hidden;
}

#main_menu_container {
	display: none;
	visibility: hidden;
}

#footer_container {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	background-color: transparent;
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
}

#left_container {
	display: none;
	visibility: hidden;
}

#image_container {
	display: none;
	visibility: hidden;
}

#inner_left_container {
	margin: 0 0 10px 0;
	padding: 0;
}

#inner_right_container {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	margin: 0;
	padding: 0;
}

.fleetlistTable td {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	padding: 2px 4px 2px 4px;
}

.fleetlistTable th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	border: 1px solid;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	color: #ffffff;
	background-color: #015187;
	text-align: left;
}

.vesselTable td {
	font-family: "Arial", Times, serif;
	font-size: medium;
	padding: 2px 4px 2px 4px;
	background-color: #015187;
}

.vesselTable th {
	font-family: "Arial";
	font-size: medium;
	border: 1px solid;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	color: #ffffff;
	background-color: #015187;
	text-align: left;
}


/*
Text
----
*/

h1 {
	font-size: 2.4em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding: 0 0 0.15em 0;
}

h2 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding: 0 0 0.15em 0;
}

h3 {
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding: 0 0 0.15em 0;
}

h4 {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding: 0 0 0.15em 0;
}


/*
sIFR
----
*/
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
