/*global selectors - set all box model outlines to zero - might cause problem? */
* {
	border:0;
}
a {outline: none;}

/* corrections for margin removed in global selector, may be useful  */
p {margin-top:10px;margin-bottom:10px;}
li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

/*p + p { margin-top: 0.5em; } 
ul + p { margin-top: 0.5em; } 
p + ul { margin-top: 0.5em; }*/



/* end global selectors*/


body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-size:12px;
	background-color: #0f1f38;
	background-image: url(navimages/backgroundfix.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
}

h1 {color:#0c60c1;font-size:20px;line-height:30px;	
font-family: Georgia, "Times New Roman", Times, serif;}
h1.red {color:#cc0000;	
font-family: Georgia, "Times New Roman", Times, serif;}

h2 {display:inline;color:#0c60c1;font-size:18px;font-weight:bold;text-transform:uppercase;	
font-family: Georgia, "Times New Roman", Times, serif;}

b, strong {
	color:#0c60c1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

/* homepage cruise panels  */
.cruisetableborder {border:thin solid #666;border-width:1px;}
td.cruisestitle {color:#009;background-color:#aebedb;font-size:12px;font-weight:bold;padding:2px 2px;}
td.cruisescopy {color:#009;background-color:#FFFFD8;font-size:10px;padding:2px 2px;}
td.cruisesfooter {color:#900;background-color:#aebedb;font-size:10px;font-weight:bold;padding:2px 2px;}


a.bluebutton {background-color:#009;color:#fff;padding:2px 4px;font-size:9px;text-decoration:none;font-weight:normal;}
a.bluebutton:hover {background-color:#c00;color:#fff;padding:2px 4px;text-decoration:none;}



/* clearing div */
.clear {clear:both;}

#container {
	display:block;
	width:940px;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#toplogohome {display:block;float:left;background-color:transparent;}

#banner {
	display:block;
	width:940px;
	height:103px;
	background-image: url(navimages/Index_Banner_2009.jpg);
	background-repeat: no-repeat;
}

#bannerPacific {
	display:block;
	width:940px;
	height:203px;
	background-image: url(navimages/Index_BannerPacific_2010.jpg);
	background-repeat: no-repeat;
}
/*   TOP MENU   */
#topmenu {display:block;float:right;text-align:right;
width:480px;
padding:79px 15px 0 0;
background-color:transparent;}

/*  three menu states for each menu item - off, on, hover  */
#topmenu a {margin:0 3px;display:block;float:right;width:101px;height:25px;}

a.topnav-1 {background:url("navimages/1.gif") left bottom;}
a.topnav-1-on {background:url("navimages/1.gif")  left top;}
a.topnav-1:active, a.topnav-1:hover {background:url("navimages/1.gif")  left top;} 

a.topnav-2 {background:url("navimages/2.gif") no-repeat bottom left;}
a.topnav-2-on {background:url("navimages/2.gif") no-repeat left top;}
a.topnav-2:active, a.topnav-2:hover {background:url("navimages/2.gif") no-repeat left top;} 

a.topnav-3 {background:url("navimages/3.gif") no-repeat bottom left;}
a.topnav-3-on {background:url("navimages/3.gif") no-repeat left top;}
a.topnav-3:active, a.topnav-3:hover {background:url("navimages/3.gif") no-repeat left top;} 

a.topnav-4 {background:url("navimages/4.gif") no-repeat bottom left;}
a.topnav-4-on {background:url("navimages/4.gif") no-repeat left top;}
a.topnav-4:active, a.topnav-4:hover {background:url("navimages/4.gif") no-repeat left top;} 

/*   PACIFIC TOP MENU   */
#topmenuPacific {display:block;float:right;text-align:right;
width:480px;
padding:179px 15px 0 0;
background-color:transparent;}

/*  three menu states for each menu item - off, on, hover  */
#topmenuPacific a {margin:0 3px;display:block;float:right;width:101px;height:25px;}

a.topnav-1 {background:url("navimages/1.gif") left bottom;}
a.topnav-1-on {background:url("navimages/1.gif")  left top;}
a.topnav-1:active, a.topnav-1:hover {background:url("navimages/1.gif")  left top;} 

a.topnav-2 {background:url("navimages/2.gif") no-repeat bottom left;}
a.topnav-2-on {background:url("navimages/2.gif") no-repeat left top;}
a.topnav-2:active, a.topnav-2:hover {background:url("navimages/2.gif") no-repeat left top;} 

a.topnav-3 {background:url("navimages/3.gif") no-repeat bottom left;}
a.topnav-3-on {background:url("navimages/3.gif") no-repeat left top;}
a.topnav-3:active, a.topnav-3:hover {background:url("navimages/3.gif") no-repeat left top;} 

a.topnav-4 {background:url("navimages/4.gif") no-repeat bottom left;}
a.topnav-4-on {background:url("navimages/4.gif") no-repeat left top;}
a.topnav-4:active, a.topnav-4:hover {background:url("navimages/4.gif") no-repeat left top;} 


#mainmenu{
	width:100%;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #1b3fc5 url(navimages/MenuBar_Grad2.gif);
	padding: 0;
	height: 28px;
}

/*   Son of Suckerfish = menu system  */

 
#nav, #nav ul { /* all levels */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	color:white;
	font-size:100%;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
 
#nav li { /* all list items */
float: left;
padding:8px 5px 5px 5px;
margin-left:15px;
}

#nav li a {color : white;}
#nav li a:hover {
	color : #85DEEE;
}

#nav li.mainmenu-on { /* on state for top level list items */
	color:#85DEEE;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	background: #1b3fc5;
	width: 15em;
	margin-top:5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav li ul li {	padding:4px 2px 5px 0px ;clear:both;} 
 
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;

}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:1001;
}

/* end suckerfish here  */

/* IMAGE ROTATER  */
/* rotator in-page placement */
 div#rotator {
	position:relative;
	height:593px;
	width:273px;
}

div#rotator ul {margin:0 0;}
	
div#rotator ul li {
	float:left;
	position:absolute;top:0;left:0;
	list-style:none;
	margin:0 0;
	z-index:1
}
/* rotator image style */	
div#rotator ul li img {
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}


input {background-color:#fff;color:#333;border:thin solid #000;border-width:1px;padding:2px 2px 2px 2px;}
.checkbox {border:none;background-color:#fff;color:#333;}
.select {background-color:#fff;color:#333;;border:thin solid #000;border-width:1px;padding:2px 2px 2px 2px;}
.inputbutton {background-color:#A57B4A;color:#f0dbbe;border:thin solid #8C4A42;border-width:1px;font-size:0.8em;font-weight:bold;}
textarea.styled {
	border: 1px solid #333;
	padding: 5px;
	font-family:
	background-color:#fff;
}
/*  Main Editable Region*/

div#mainpage_editable {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



/*   FOOTER   */

#bluefooter {display:block;
width:940px;
height:30px;
color:#fff;
font-size:12px;
padding:6px 0 0 0;
background:#1B3FC5;
text-align:center;}

#bluefooter a, #bluefooter a visited, #bluefooter a link {color:#fff;text-decoration:none;font-weight:bolder;}
#bluefooter a.active, #bluefooter a.hover {text-decoration:underline;} 


blockquote {
	padding:15px 50px;
	color:#009;
	font-style:normal;
}


/* ---------------------- original css below here -------------------------   */

/* from head of old template */



body {
	margin-left: 0px;
	margin-top: 10px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.style49 {color: #FFFFCC}
.style50 {font-size: 12px}

/* end from head of old template */

/* original stylesheet  */

.Headline_VoyLog {
	font-size: 24px;
	font-weight: normal;
	color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.HeadTitle {
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style15 {	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}


.page_caption1 {	color: #666666;
	font-style: italic;
}
.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
}
.style12 {
	font-style: normal;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-variant: normal;
	color: #FFFFCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style35 {
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-style: italic;
}
.style36 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style42 {
	font-size: 19pt;
	color: #993366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style45 {
	font-size: 14pt;
	font-weight: bold;
	color: #993366;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style46 {
	color: #993366;
	font-weight: bold;
}
.style47 {color: #993366}

.VoyTrack_Title {
	font-size: 16px;
	color: #990099;
	font-weight: bold;
}
.VoyageTrack_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990099;
}
.link_html {
	font-weight: bold;
	color: #990000;
}
.text06 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}
.Headline2006 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19pt;
	font-weight: bold;
	color: #0099CC;
}
.subHeadline2006 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0099CC;
}
.tableText2006 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}
.TnC_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #336600;
	font-weight: bold;
}
.Headline_NZ10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #3953A4;
	font-style: normal;
}
.subHeadline_NZ10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #3953A4;
}

.subheadline2007 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #660000;
}
.Headline2007 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19pt;
	font-weight: bold;
	color: #660000;
}
.tabletext2007 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
}
.Headline2008 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19pt;
	font-weight: bold;
	color: #174082;
}
.subHeadline2008 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #174082;
}
.tabletext2008 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #174082;
}
.Video_subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999900;
	
}
.headline01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.subHeadline2009 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0C60C1;
	font-style: normal;
}
.Healine2009 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: ##0c60c1;
	font-style: normal;
}
.tableborder {
	border: thin solid #CC6600;
	margin: 5px;
}
.HVspace {
	position: static;
	visibility: visible;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}
.Headline_Voylog08 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	color: #9C9803;
}
.subHeadlineNZ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #336600;
}
.tableborderNZ {
	border: thin solid #3953A4;
}
.paraSpacerLeft {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


 /* this behavior is a fix for suckerfish in ie6, need to have the csshover2.htc file from whatever:hover  */
body {   behavior: url("Assets/scripts/csshover2.htc"); } 

/* for debugging -  see div outlines */
/*
.clear {border:thin solid blue;}
#container {border:thin solid red;}
#toplogohome {border:thin solid red;}
#topmenu {border:thin solid black;}
#mainmenu {border:thin solid purple;}
#footer {border:thin solid pink;}
#banner {border:thin solid green;}

*/
.WhiteHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
