/*
***********************************************************
	HTML CLASSES
***********************************************************
*/

body
{
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	margin:0px;
	/*background-color:#053556;*/
	background-color:#0D2743;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 1.8em 0px;
	line-height:1.1em;
	color:#236FC2;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 1.2em 0px;
	line-height:1.2em;
	color:#236FC2;
}

p, ul
{
	margin-top:0px;
	margin-bottom:0.4em;
}
p 
{
	text-align:justify;
}

form
{
	margin:0px;
	padding:0px;
}
a {
	color:#236fc2;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0px;
}
input,select,textarea {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
}
input[type=text], input[type=password], textarea, select {
	border:1px solid #999999;
	padding:3px;
}


/*
***********************************************************
	STRUCTURAL CLASSES
***********************************************************
*/
div.canvas {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
div.header 
{
	margin-bottom:20px;
}
div.header_menu {
	width:880px;
	height:40px;
	background-color:#001E3B;
}
div.header_menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:880px;
}
div.header_menu ul li {
	float:left;
	width:20%;
}
div.header_menu ul li a {
	float:left;
	display:block;
	font-weight:normal;
	/*background-color:#00CC33;*/
	width:100%;
	text-align:center;
	line-height:20px;
	padding:10px 0px;
	color:#FFFFFF;
}
div.header_menu ul li a:hover {
	color:#48A6EF;
	font-weight:bold;
	text-decoration:none;
}
div.header_menu ul li a.selected {	
	color:#48A6EF;
	font-weight:bold;
}

.crossfader_canvas {
	width:840px;
	height:185px;
	padding:0px 20px;
	background-image:url(../_gfx/crossfader_canvas_back.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.crossfader_canvas div.logo {
	float:left;
	width:456px;
	height:185px;
}
.crossfader {
	position:absolute;
	width:384px;
	height:185px;
	overflow:hidden;
	margin-left:456px;
}

.inner_canvas {
	background-color:#EDEDED;
	width:880px;
	min-height:369px;
	background-image:url(../_gfx/inner_canvas_background.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
/* Hack for IE 5, 6 */
/*\*/
* html .inner_canvas {
	height: 369px;
}

.footer_menu {
	width:880px;
	height:40px;
	background-color:#001E3B;
	margin-top:20px;
	color:#FFFFFF;
	line-height:1.8em;
	color:#B3BBC4;
	font-size:11px;
}
.footer_menu a {
	color:#FFFFFF;
	font-weight:normal;
	color:#B3BBC4;
}
.footer_left {
	float:left;
	padding:10px 0px 0px 10px;
}
.footer_right {
	float:right;
	padding:10px 10px 0px 0px;
}
.page_title_padding 
{
	padding:0px 20px;
}
.page_title {
	background-image:url(../_gfx/separator.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:840px;
}
.page_title h1 {
	margin:0px;
	padding:10px 0px;
}

.button_print a,
.button_email a {
	position:absolute;
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#236FC2;
	padding:3px 16px 5px 16px;
	background-color:#C6D9E4;
	text-align:center;
	width:72px;
	margin-top:6px;
}
.button_print a:hover,
.button_email a:hover {
	text-decoration:none;
	background-color:#236FC2;
	color:#FFFFFF;
}
.button_print {
	margin-left:626px;
}
.button_email {
	margin-left:736px;
}

.column_container 
{
	width:840px;
	padding:0px 20px 20px 20px;
}

.column_left {
	float:left;
	width:128px;
	padding-right:20px;
	height:1%;
}
.column_middle {
	float:left;
	width:456px;
	height:1%;
	padding-top:6px;
	padding-right:20px;
}
.column_right {
	float:left;
	width:216px;
}
.column_wide {
	float:left;
	width:692px;
	padding:0px;
	height:1%;
}

ul.left_menu,
ul.left_menu_bulleted,
.bulleted_list {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
ul.left_menu li,
ul.left_menu_bulleted li,
.bulleted_list li {
	display:inline;
}
ul.left_menu li a,
ul.left_menu_bulleted li a {
	display:block;
	width:135px;
	padding:8px 4px;
	border-bottom:1px solid #C1C1C1;
	font-weight:normal;
	color:#000000;
}
ul.left_menu li a:hover,
ul.left_menu_bulleted li a:hover {
	text-decoration:none;
	/*font-weight:bold;*/
	background-color:#C6D9E4;
}
ul.left_menu li a.selected,
ul.left_menu_bulleted li a.selected {
	font-weight:bold;
	color:#236FC2;
}

ul.left_menu_bulleted li a {
	display:block;
	width:100px;
	padding:8px 4px 8px 24px;
	border-bottom:1px solid #C1C1C1;
	font-weight:bold;
	color:#000000;	
	background-image:url(../_gfx/menu_bullet.gif);
	background-repeat:no-repeat;
	background-position:6px 13px;
}

ul.left_menu li ul {
	margin:0px;
	padding:0px;
}
ul.left_menu li ul li a {
	padding:2px 4px 2px 20px;
	width:104px;
	border-bottom:0px;
	font-weight:normal;
	color:#000000;
}
ul.left_menu li ul li a.selected {
	color:#236FC2;
	font-weight:bold;
}

.bulleted_list li a {
	display:block;
	width:192px;
	padding:8px 0px 8px 24px;
	border-bottom:1px solid #C1C1C1;
	font-weight:bold;
	color:#000000;	
	background-image:url(../_gfx/menu_bullet.gif);
	background-repeat:no-repeat;
	background-position:6px 13px;	
}
.bulleted_list li a:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#C6D9E4;
}

.column_wide .vessel_search 
{
	float:right;
	padding-right:4px;
}

.vessel_search {
	margin-bottom:20px;
}
.vessel_search div {
	font-size:11px;
	padding-bottom:4px;
}
.vessel_search_keyword {
	padding-right:5px;
}
.vessel_search_keyword input {
	width:180px;
}


.flash_outer_canvas {
	height:410px;
}
.flash_inner_canvas {
	width:945px;
	height:410px;
	position:absolute;
	background-color:#0D2743;
	margin-left:-32px;
}

/*
***********************************************************
	FLEET PAGES
***********************************************************
*/
.fleet_table {
	border-collapse:collapse;
	width:100%;
}
.fleet_table td {
	border:1px solid #C1C1C1;
	padding:4px;
	font-size:11px;
}
.fleet_table td.ship_details {
	padding:0px;
	background-color:#FFFFFF;
	width:90px;
}
.fleet_table th {
	border:1px solid #C1C1C1;
	font-size:10px;
	color:#666666;
	text-align:center;
	padding:4px;
	line-height:12px;
}
.fleet_table th span {
	display:block;
	font-size:10px;
	font-weight:normal;
}
.fleet_table tr.even td {
	background-color:#D3E2EC;
}

.fleet_header 
{
	width:456px;
}

div.ship_image {
	border:1px solid #B8B8B8;
}

.ship_pager_disabled a 
{
   color:Gray;
}

.ship_pager {
	margin-top:10px;
	padding-top:6px;
	background-image:url(../_gfx/separator.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.ship_pager_left {
	float:left;
}
.ship_pager_left a {
	font-weight:normal;
	padding-left:15px;
	background-image:url(../_gfx/pager_left.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
}
.ship_pager_right {
	float:right;
}
.ship_pager_right a {
	font-weight:normal;
	padding-right:15px;
	background-image:url(../_gfx/pager_right.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
}

.ship_stats {
	border-collapse:collapse;
	width:100%;	
}
.ship_stats th {
	border:1px solid #C1C1C1;
	font-size:11px;
	color:#666666;
	text-align:left;
	padding:4px;
	line-height:12px;
	vertical-align:top;	
}
.ship_stats th span {
	display:block;
	font-size:10px;
	font-weight:normal;
}
.ship_stats td {
	border:1px solid #C1C1C1;
	padding:4px;
	font-size:11px;
	line-height:12px;
	vertical-align:top;
}


/*
***********************************************************
	PHOTO GALLERY PAGES
***********************************************************
*/
.photogallery_canvas {
	width:216px;
	overflow:hidden;
}
.photogallery_canvas_inner {
	width:236px;
}
.photogallery_canvas_inner a {
	display:block;
	width:96px;
	border:1px solid #B8B8B8;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.photogallery_canvas_inner a:hover {
	border:1px solid #053556;
}

/*
***********************************************************
	CONTACT FORM
***********************************************************
*/
.contact_form input[type=text],
.contact_form textarea {
	width:300px;
}

/*
***********************************************************
	CUSTOM CLASSES
***********************************************************
*/
.blue {
	color:#236FC2;
}
.grey {
	color:#999999;
}
.star,
.error {
	color:#FF0000;
}
div.error {
	padding-bottom:4px;
}
.caption {
	font-size:11px;
	font-style:italic;
	color:#666666;
}
a.button {
	background-color:#C6D9E4;
	color:#236FC2;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:3px 16px 5px;
	text-align:center;
	width:72px;
}
a.button:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#053556;
}

/*
***********************************************************
	MARGIN CLASSES
***********************************************************
*/

.mt0 { margin-top:0px; }
.mb0 { margin-bottom:0px; }
.mt10 { margin-top:10px; }
.mb10 { margin-bottom:10px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }

.p10 { padding:10px; }
.p20 { padding:20px; }

.clear
{
	clear:both;
	height:0px;
}

/*
***********************************************************
	AUTOCOMPLETE EXTENDER CLASSES
***********************************************************
*/

.listitem {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.selected-listitem {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:Silver;
}

/*
***********************************************************
	CLASSES FOR PRINTING
***********************************************************
*/
@media print
{
	body 
	{
		background-color:Transparent;
	}
	div.header,
	div.vessel_search,
	div.button_print,
	div.button_email
	{
		display:none;
	}
	div.footer_menu 
	{
		background-color:Transparent;
	}
	div.footer_left,
	div.footer_right 
	{
		float:none;
		color:#999;
		padding:0px;
		background-color:Transparent;
	}
	div.canvas 
	{
		width:auto;
		padding:0px;
		margin:0px;
	}
	div.crossfader_canvas,
	div.column_container
	{
		padding:0px;
		width:auto;
		background-image:none;
	}
	div.inner_canvas 
	{
		padding:0px;
		background-color:Transparent;
		background-image:none;
		width:auto;
	}
	div.page_title 
	{
		width:auto;
	}
	div.page_title_padding 
	{
		padding:0px;
	}
		
	
	
}
