﻿#controlCentreBrowser table td b{
    color : #EE2F2B;
}

#utils,
#utils a,
.divLoggedIn,
.divLoggedIn a,
#controlCentreBrowser,
#controlCentreCell a,
#topMenu a
{
    color: white !important;
}

#controlCentreBrowser .count
{
    color: #00317D;
}

#topMenu	a.saved	{
	color: #FF9906;
}

table.subMenuTopLevel	td.Selected	a
{
	color: #FFFF33 !important;
}

table.subMenuSubLevel	td.Selected a
{
	color: #252659 !important;
}

table.subMenuTopLevel	td	a:hover,	
table.subMenuSubLevel	td	a:hover
{
    color: #FFFF33 !important;
}

table.subMenuTopLevel	td.Disabled	a:hover,
table.subMenuSubLevel	td.Disabled	a:hover
{
	color: gray;
}

.basketSubMenu a,
table.subMenuSubLevel td	a:hover,
.box-heading,
a.sideMenuLink 
{
    color: Black !important;
}

.subMenuHoverMenu	.Selected
{
	background-color: Silver;
}

a.sideMenuLink:hover 
{
    color: blue;
}

#sideMenu   .box-heading
{
    color: #ffffcc;
}

/* comon style -------------------------------------------------------------------------------- */
body 
{
   /* background: #fefbe9 url(/images/bgPage.png) repeat-x left top;  20090312 = fff9dc; previous = fff7cd original bg colour;-- */
    font-family:  Calibri, Arial;
	margin:0px;
	font-size:   10pt;
	text-align: center;
    background: white;
	background: white url(/images/version2/bgTop.png) repeat-x left top;
    
}

#divBodyFrame
{
	background: white url(/images/version2/content_background.png) repeat-x left top;
	/*width: 100%;*/
}

#aFaceBookButton
{
    margin-right: 0px;
    margin-left: 0px;
}

a
{
	color:#037da7;/* 73880A original bg colour-- */
}

th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}
h1
{
	color: #000033;
	font-size: 18pt;
	margin-bottom: 3px;
    margin-top: 0px;
}

h2 
{
	color: #000033;   
	font-size: 14pt;
    font-weight: bold;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    margin-top: 0px;
}

h3 {
	color: #000033;
    line-height: normal;
    font-style: normal;
	font-size: 14pt;
    font-variant: normal;
    margin-top: 0px;
}

h4 
{
    color: #000033;
    font-style: normal;
	font-size: 12pt;
    margin-top: 0px;
}

h5 {
    color: #000033;
    font-style: normal;
	font-size: 12pt;
}

img { border: 0px; }

hr { color: #ccc; height: 1px; margin-top: 0px; margin-bottom: 0px; }

table { font-size: 100%; }

.codeblock 
{
	color: #037da7;/* 73880A original bg colour-- */ 
	font: 100% "Courier New", Courier, monospace; 
	padding:20px;
	margin:20px;
	border-left:1px solid #666666; 
}

form { margin: 0px; padding: 0px; }

input, select 
{
    font-size: 10pt;
/*    border:1px solid #c5c5c5;*/
}

textarea
{
    font-size: 10pt;
    border:1px solid #c5c5c5;
}

/* layout -------------------------------------------------------------------------------- */

#pageContainer	
{
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	height: 100%;
	text-align: left;
	border: 0px solid white;
	border-top: none;
}

#header 
{
	/*height: 195px;*/
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align: left;
}

#utils {
    position:absolute;
    right:0px;
    top:0px;

}
#utils a {
    text-transform:lowercase;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
}

#utils a:hover {
}

.divLoggedIn {
    position:absolute;
    right:20px;
    top:10px;
    text-transform:lowercase;
}

#controlCentre
{
	/*position: absolute;
	top: 165px;*/
	padding-top: 5px;
	padding-top = 0px; /*IE ONLY */
	width: 995px;
	font-size: 11px;
}

*html #controlCentre
{
    padding-top: 0px;
}

#controlCentreCell
{
    width:100%; 
    padding-top: 10px;
    background-image: URL(/images/control_center_mid.png);
    background-repeat: repeat-x;
	font-weight: bold;
	color: #252659;
    
}

#controlCentre div
{
/*	float: left;
	width: 100%;*/
}

#controlCentre	.button
{
	position: relative;
	font-size: 11px;
	float: right;
}

#controlCentre	#wait
{
	/*position: absolute;
	top: 7px;
	right: 7px;*/
	float: right;
}

#controlCentre	select
{
	font-size: 11px;
}

#controlCentre	.combo	
{
	width: 115px;
}

#controlCentreBrowser
{
	width: 100%;
	padding-top: 5px;
    position: relative;
}

#controlCentreBrowser .button_frame
{
    text-align: right;
    position: absolute;
    right:0px;
    padding-top: 10px;
    z-index: 100;
}

#controlCentreBrowser .button_frame .heading
{
    margin-bottom: 3px;
    font-weight : bold;
}

#controlCentreBrowser	table
{
	width: 100%;
}

#controlCentreBrowser table td
{
	color: #323467;
    font-weight: bold;
    font-size: 14px;
}
#controlCentreBrowser table td b{
    text-transform: uppercase;
}

#logo
{
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 1;
    /*margin-top: -20px;
    float: left;*/
    display: none;
}

#banner 
{
    width: 825px;
	width: 995px;
	height: 100px;
    top: 0px;
    left: 170px;
	left: 0px;
    /*position: absolute;*/
	border: 0px solid white;
	/*float: left;*/
	margin-left: 170px;
	margin-left: 0px;
}

#helpBox 
{
        width: 170px;
        height: 81px;
        padding-left: 0px;       
}

#tagline	
{
	font-weight: bold;
	padding: 5px;
	margin-top: 12px;
}

#topMenuContainer
{ /*required for print.css */
	height:	27px;
	/*position: absolute; 
	top: 103px; 
	left: 0px;
	z-index:10; */
	width: 995px;
}

#topMenu
{       
    height: 30px;
    /*position: absolute;   */
    padding: 0px 0px 0px 0px;
    font-size: 10pt;
    text-align: center;
    /*float: left;*/
    padding-left: 25px;
    text-align: center;
	font-weight: bold;

	width:995px;
	float: none;
	height: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	top: 100px;
	
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;

}

#topMenu	a	{
	text-decoration: none;
	font-weight: bold;
}

/* -- ContextSubMenu control styles ----------------------------- */

table.subMenuTopLevel,	table.subMenuSubLevel
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
}




div.subMenuSubLevelContainer
{
	width: 995px;
	padding-top: 5px;
}

table.subMenuSubLevel
{
	margin-top: -1px;
	border-collapse: collapse;
	border-spacing: 0px;
	
}

table.subMenuTopLevel	td
{    
    vertical-align: middle;
    height: 30px;

}

table.subMenuTopLevel	td,	table.subMenuSubLevel	td
{
	padding: 0px;
	border: 0px solid red;
	text-align: center;
	white-space: nowrap;
}

table.subMenuTopLevel	td a div
{
    display: inline;
}


table.subMenuTopLevel	td	a,	table.subMenuSubLevel	td	a
{
	padding-bottom: 0px;
	display: block;
	text-decoration: none;
    height: 24px;
    vertical-align: middle;
    padding-top : 6px;	
    padding-bottom = 6px;
padding-left:10px;
padding-right: 10px;
}

*	html table.subMenuTopLevel	td	a,	*	html	table.subMenuSubLevel	td	a
{
	/* this is needed to fix inconsistent padding & hight calculation (if FF actual heigh it height+happing, in IE it's jsut height) */
	height: 25px;
}

table.subMenuSubLevel	td	a
{
	display: block;
	/*background: url(/images/bgSub2MenuTab.png) no-repeat top left;*/
}

table.subMenuTopLevel	td.Selected	
{
}

#submenu li.Selected	a
{
}

table.subMenuTopLevel	td	a:active
{
	/*background: url(/images/bgSubMenuTab-Sel.png) no-repeat top left;*/
}

table.subMenuSubLevel	td	a:hover
{
	text-decoration: underline;
	background-color: White;
}

table.subMenuTopLevel	td.Disabled	a:hover,	table.subMenuSubLevel	td.Disabled	a:hover
{
	text-decoration: none;
}

table.subMenuTopLevel	td.NoTab	a,	table.subMenuSubLevel	td.NoTab	a
{
	background: none;
}

table.subMenuTopLevel	td.NoTab	a:hover,	table.subMenuSubLevel	td.NoTab	a:hover
{
	background: none;
}

table.subMenuTopLevel	td.BackLink	a,	table.subMenuSubLevel	td.BackLink	a
{
	background: url(/images/icoArrowLeft.png) no-repeat 4 4;
	text-align: left;
	padding-top: 6px;
	padding-left: 23px;
}

table.subMenuTopLevel	td.BackLink	a:hover,	table.subMenuSubLevel	td.BackLink	a:hover
{
	/*background: url(/images/icoArrowLeft.png) no-repeat 3 4;*/
}

table.subMenuTopLevel	td.Separator
{
    width: 3px;
}

.subMenuHoverMenu
{
	background-color: white;
	padding: 2px;
	width: 150px;
}

.basketSubMenu a
{
    display: block;
}

.subMenuHoverMenu	td
{
	padding: 2px;
}

.subMenuHoverMenu	a:hover
{
	text-decoration: underline;
}

.shipSubMenu table td
{
}


/* ----------------------------------- */

.PanelScrollBox
{
		height:350px;	
		
}


.box
{
    margin-bottom: 34px;
}

/* IE 6 hack */
* html .box
{
    margin-bottom: 0px;
}
.box-heading
{
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
*   html    .box-heading 
{
    height: 30px;
}
.box-content
{
    height: 100%;
    padding: 2px 10px 4px 0px;
    margin: 0px;
    margin-top: -4px;
}

a.sideMenuLink 
{
	font-weight: bold;
    font-size: 12pt;
    text-align: left;
    height: 26px;
    padding: 4px 5px 0px 15px;
    margin: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

a.sideMenuLink:hover 
{
    text-decoration: underline;
}

#sideMenu
{
    width: 170px;
    position: absolute;
    /*top: 173px;*/
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#sideMenu   .box
{
    width: 170px;
}
    
#sideMenu   .box-heading
{
    height: 25px;
    margin-top: 4px;
    font-size: 10pt;
    text-align: left;
}

#sideMenu   .box-content
{
}

#sideMenu   .custom-box .box-heading, #sideMenu   .custom-box .box-content
{
}

#sideMenu   input, #sideMenu   select
{
    margin-bottom: 2px;
}

/* custom box specs. generally don't need them, so that a generic style is applied.
Done it so it looks as per origial design */
#membersBox 
{
height: 60px;
}

#membersBox .box-content 
{
    background-repeat: repeat-y;
    height: 60px;
}

#preferencesBox #infoIcon
{
    float: right;
    position: relative;
    right: 0px;
    top: -17px;
}

*   html    #preferencesBox #infoIcon
{
    margin-top: 0px;
}

#preferencesBox .box-content 
{
    padding-right: 0px;
}

*   html    #preferencesBox .box-content 
{
}

#preferencesBox select
{
    width: 146px;
}

#preferencesBox a
{
    font-size: 10px;
}

#infoPopupBox 
{
    position: absolute;
    width: 300px;
    border: 1px solid gray;
    background-color: White;
    padding: 10px;
    z-index: 100;
    left: 155px;
    top: 185px;
    display: none;
    top: 1850px;
}

#navigatorBox 
{
}

#navigatorBox   .box-content 
{
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 15px;
}

*   html    #navigatorBox   .box-content 
{
    padding-bottom: 0px;
}

#navigator
{
    padding-top: 4px;
    padding-left: 10px;
    overflow: auto;
}

*   html    #navigator
{
    padding-left: 15px;
}

#navigator  ul
{
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    list-style-image: url(/images/BulletArrow.gif);
}

#navigator  ul  li
{
    padding: 0px;
    margin: 0px;
}

#contentArea {
	padding-top: 0px;
	width: 995px;
	border: 0px solid #E5F5F0;
	border-top: none;
	margin-left:0px;
	text-align: center;
}

#contentArea > div
{
    text-align: center;
}

#mainPanel
{
	margin-top: 0px;
	padding: 15px;
	min-height: 350px;
    text-align: left !important;
	
}

* html #mainPanel
{
	height: 350px;
}

#mainPanel.FrontPage
{
    /* No padding on front page it causes wrapping of images */
    padding: 0px;
    text-align: center;
}

.fade
{
	background-image: URL(/images/white_50_percent.png) !important;
	background-repeat: repeat;
    background-color: transparent;
}

.fade2
{
	background-image: URL(/images/white_80_percent.png) !important;
	background-repeat: repeat;
    background-color: transparent;
}

.fade3
{
	background-image: URL(/images/white_20_percent.png) !important;
	background-repeat: repeat;
    background-color: transparent;
}


#mainPanel.fade
{
    
}

.contentBox
{
	width:100%;
	/*position: relative;*/
}

* html .contentBox 
{
/*	width:770px;
	height:530px;*/
}

/* rounded corners for main panel */
.topLeftCorner 
{
        /*background: url(/images/RoundedCorners.png) no-repeat top left;
        width: 10px;
        height: 10px;
        position: absolute;
        z-index: 1;*/
        width: 0px;
        height: 0px;
    }

    .topRightCorner 
    {
        /*background: url(/images/RoundedCorners.png) no-repeat top right;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0px;
        z-index: 1;*/
        width: 0px;
        height: 0px;
    }

    *   html    .topRightCorner 
    {
        margin-right: -1px;
    }

    .bottomRightCorner 
    {
        /*background: url(/images/RoundedCorners.png) no-repeat bottom right;
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 1;*/
        width: 0px;
        height: 0px;
    }

    *   html    .bottomRightCorner 
    {
        margin-right: -1px;
    }

    .bottomLeftCorner 
    {
        /*background: url(/images/RoundedCorners.png) no-repeat bottom left;
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 0px;
        z-index: 1;*/
        width: 0px;
        height: 0px;
}

.mainTopRightCorner	
{
        background: url(/images/bgMainTR.png) no-repeat top right;
        position: absolute;
        right: 0px;
        z-index: 1;
        width: 27px;
        height: 27px;
}

*	html	.mainTopRightCorner
{
	margin-right: -1px;
}

#footer 
{
    float: left;
    clear: both;
	padding-top: 0px;
	width: 995px;
	/*min-height: 350px;*/
	border: 0px solid #E5F5F0;
	border-top: none;
	text-align: center;
}

#footer table
{
    margin: auto;
    width: 850px;
}

#footer table td
{
    text-align:center;
}

#footer table td.links
{
    padding-top: 10px;
}

*	html	#footer 
{

}

.list1	{
	border-collapse: collapse;
	font-size: 10pt;
	}

	.list1	a	{
		/*text-decoration: none;
		color: black;*/
	}

	.list1	a:hover	{
		/*text-decoration: underline;*/
		color: red;
	}

	.list1	td	{
		padding: 3px;
		border-top: 1px solid #d4d4ca;
	}
	
    .list1 > tr td:frist	{
		text-align: center;
	}

	.list1	.hdr {
		background-color: #1389CD;
		color: white;
		font-weight: bold;
		text-align: left;
        border: none !important;

	}
    .list1	.hdr td {
        border: none !important;
	}

	.list1	.alt {
		/*background-color: #FAFDFF;*/
    }

    .list2	{
	    border-collapse: collapse;
	    font-size: 10pt;
	}

	.list2	a	{
		text-decoration: none;
		color: black;
	}

	.list2	a:hover	{
		text-decoration: underline;
		color: blue;
	}

	.list2	td	{
		padding: 3px;
	}
	


	.list2	.hdr {
		background-color: #1389CD;
		color: white;
		font-weight: bold;
		text-align: left;
		border: none !important;
	}
    .list2	.hdr td {
        border: none !important;
	}
	.list2	.alt {
		background-color: #FAFDFF;
}

/* debug and diagnostics elements  -------------------------------------------------------*/
.switchTemplate 
{
    position: relative;
    left: 600px;
    top: -20px;
    z-index: 100;
}

#debugInfoBox
{
    border: 1px solid gray;
    background-color: White;
    position: absolute;
    left: 10px;
    top: 600px;
    padding: 10px;
    display: none;
}

#waitAjax   
{
    position: absolute;
    z-index: 100;
    left: 180px;
    top: 205px;
    font-size: 11px;
    display: none;
    }
    
    #waitAjax   img
    {
        position: relative;
        top: 5px;
}

.zoomIcon
{
	float: left;
	position: absolute;
	left: 170px;
	top: 127px;
	z-index: 1;
}

*	html	.zoomIcon
{
	left: 0px;
	top: 0px;
}

#ctxHelp 
{
	margin-top: 3px;
	z-index: 100;
	font-size: 10pt;
	padding-left: 0px;
}

.mapInfoContainer
{
    position: absolute;
    width: 825px;
    z-index: 100;
    left: 170px;
    margin-top: 20px;
    /*top: 180px;*/
}

.ctxHelpHeader
{
	float: left;
	margin-right: 10px;
	padding-left: 44px;
	background: url(/images/helper.png) no-repeat 3px 0px;
	height: 24px;
	vertical-align: middle;
	padding-top: 0px;
	font-weight: bold;
	color: #252659;
}
.ctxHelpItem, .ctxHelpItemDisabled,	.ctxHelpItemVisited
{
	padding-top: 0px;
    font-style: italic;
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	/*padding-left: 50px;
	padding-right: 50px;*/
    float: left;
}
.ctxHelpItemTrigger
{
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	/*padding-bottom: 3px;*/
	/*height: 25px;
	width: 190px;*/
	float: left;
	color: Black;
	/*margin-left: 37px;
	margin-right: 38px;*/
	/*background: url(/images/bgButton.png) no-repeat top left;*/
	
	width: auto;
}
.ctxHelpItemTrigger	img
{
	position: relative;
	top: 3px;
	margin-right: 2px;
	display: none;
}

.ctxHelpItemContent
{
	color: Black;
    text-align: left;
    border: 1px solid gray;
    background-color: White;
    padding: 10px;
    width: 330px;
    position: absolute;
    z-index: 1000;
    
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
    	
    margin-top: 17px;
}

.ctxHelpItemDisabled	.ctxHelpItemTrigger
{
	color: gray;
	background: none;
	background-color: Transparent;
	display: none;
}

.ctxHelpItemVisited	.ctxHelpItemTrigger
{
	color: black;
	background: none;
	background-color: Transparent;
	display: none;
}

.ctxHelpItemVisited	.ctxHelpItemTrigger	img
{
	opacity: 0.7;
	filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/*
#mapInfoTrigger 
{
	font-weight: bold;
	text-align: center;
	color: White;
	margin-left: 300px;
	margin-right: 300px;
}

.mapInfoPopupBox 
{
    text-align: left;
    border: 1px solid gray;
    background-color: White;
    padding: 10px;
    display: none;
    margin-top: -10px;
	margin-left: 500px;
	margin-right: 20px;
}
*/

a.button, a.buttonWithImg
{
	background: url(/images/bgButton.png) no-repeat top left;
	width: 200px;
	height: 25px;
	display:block;
	float: left;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	color: Black;
}

a.button:hover, a.buttonWithImg:hover
{
	color: Blue;
}

a.buttonWithImg
{
	padding-top: 1px;
}

a.buttonWithImg	img
{
	border: 0px;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 2px;
}

* html a.button	
{
	display:inline;
	float: none;
}

div.buttonAutoWidth
{
	background: url(/images/bgButtonLeft.png) no-repeat top left;

	height: 25px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: Black;
	margin-right: 5px;
}

div.buttonAutoWidth	a
{
	background: url(/images/bgButtonRight.png) no-repeat top right;
	width: 10px;
	height: 25px;
	display: block;
	width: 85px;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 12px;
}

div.buttonAutoWidth	img
{
	border: 0px;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 2px;
}

#mapZoomControls 
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.googleLink
{
    text-align: right;
}

#ctl00_ctl00_MainContent_ListPanel_UpdateProgress1 
{
	display: inline;
}

.brochuresList
{
	border-collapse: separate;
	padding: 3px;
}


.brochuresList	td
{
	padding: 5px;
}

.brochuresList	td	img
{
	float: right;
	border: solid 1px silver;
}

.brochuresList	.title
{
	font-weight:bold;
}


.brochureTile
{
	width: 200px;
	padding: 10px;
	border: solid 1px silver;
	float: left;
}

#cruiseCount
{
	position: absolute;
	top: 105px;
	right: 125px;
	z-index: 100;
	font-size: 11px;
}

.front_page_flash_frame
{
    position:relative;
}

.front_page_flash_button_frame 
{
    position:absolute;
    white-space:nowrap; 
    bottom:0px;left:0px;
    text-align:center;
    padding-bottom:20px;
    width:995px;
}

.front_page_flash_button_frame img
{
    margin-left:6px;
    margin-right:6px;
}

.list1	a.Selected
{
	font-weight: bold;
}

/* email form ---------------------------------------- */
table.emailForm  {
    border-collapse: collapse;
    border: 1px solid #D0D0D0;
    width: 320px;
    margin-top: 10px;
}

table.emailForm td  {
    padding: 10px;
    padding-bottom: 0px;
}

table.emailForm input  {
    width: 300px;
}

table.emailForm textarea  {
    width: 300px;
    height: 120px;
}

table.emailForm .button  {
    width: auto;
    margin-bottom: 10px;
}

/* enquiry form ---------------------------------------- */
table.enquiryForm  {
    width: 520px;
}


hr.solid{
    height: 1px;
    border-top: 1px solid #dbd4b2;
    border-bottom: none;
}

hr.dotted{
    height: 2px;
    border:none;
    background-image: URL(/images/hr_dotted.png);
}

#cruiseDetails
{
    padding-top: 5px;
}



/* Cruise line page*/
/* cruiseline items */
.div_cruiseliner_select_frame{
    text-align: center;
    margin: 3px; 
}
.cruiseline_style_frame p
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.cruiseline_style_frame h3
{
    margin-bottom: 0px;
    font-weight: bold;
}

#mapButtons {
	position: absolute; 
	z-index: 100; 
	right: 10px; 
	top: 370px; 
	display: none;
}

/*
    Style popup menu
*/
.table_horzontal_menu a{
    text-decoration: none;
}
.table_horzontal_menu td.hover{
    /*background-image: URL(/images/white_10_percent.png);*/
    background-color: white;

}
.table_horzontal_menu a.active{
    font-weight: bold;
    /*text-decoration: underline;*/
}

.table_horzontal_menu_popup{
    position: absolute;
    /*background-image: URL(/images/white_10_percent.png);*/
    background-color: white;
    display:none;
}
.table_horzontal_menu_popup a{
    display:block;
    color: black;
    padding: 2px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.table_horzontal_menu_popup a:hover{
    background-color: white;
}

.div_news_list h2
{
    margin-bottom: 0px;
}
.div_news_list h2 a
{
    color: Black;
    text-decoration: none;
}
.div_news_list p
{
    margin-top: 0px;
}

.div_pdf_brochure_link
{
    padding-top: 10px;
}

.div_pdf_brochure_link a
{
    text-decoration: none;
}

.div_pdf_brochure_link img
{
    margin-right: 5px;
}

.disable_fade
{
    filter:alpha(opacity=25);
    -moz-opacity:.25;
    opacity:.25;   
}


.cruiseList 
{
	border-top: 0px #d4d4ca solid;
}

.cruiseList td
{
	padding: 0px;
}

.cruiseList	table 
{
     margin-left: 10px;
	 border: 1px #99CCFF solid;
	 background: url(/images/white_50_percent.png) repeat;
	 width: 630px;
}

.cruiseRowViewed
{
	color: silver;
}

.cruiseRowSelected
{
	padding-left: 10px;
	background: url(/images/BulletArrow.gif) no-repeat 0px 10px;
}

.cruiseRowSelected	table
{
	margin-left: 10px;
	background-color: #FBEEBE;
	border: 1px solid gray;
	color: Black;
}

/* Tab Controls */
.tab_header{
    padding-top: 5px;
    padding-left: 5px;
    height: 20px;
    border-bottom: 1px solid white;
}

.tab_header a{
    text-align: center;
    width: 100px;
    border:solid 1px white;

    color: white;
    text-decoration: none;
    border-bottom: 0px;
    padding: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    white-space: nowrap;
    font-weight: bold;
}

.tab_header a.active{
    background-color: #6EA2F8;
    color: #FFFF33;
    font-weight: bold;
}

.tab_frame
{
    border:solid 1px white;
    border-top: none;
    padding: 5px;
}

.divRecordPager a.current
{
    font-weight: bold;
}

.divRecordPager
{
    text-align : center;
}

.divRecordPager a
{
    padding-left: 3px;
    padding-right: 3px;
}


.divSpecialFilter
{
 font-size: 13px !important;
}


.div_cruiseliner_select_frame img{
    float:none  !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;

}

.prefsSerialized    {
    position: absolute;
    left: 0px;
    top: 550px;
    display: none;
}

.error
{
    color: Red;
}

.grid{
    border-collapse: collapse;
    width: 100%;
    border-bottom: 2px solid #1389CD;
}


.grid tr.row td,
.grid tr.alt td
{
    border-top: 1px solid #ECECEC;
    padding: 5px 5px 5px 5px;
    background-color: white;
}

.grid tr.alt td
{
    background-color: #FAFDFF;
}

.grid tr.highlight td
{
    background-color: #FFFFC9 !important;
    cursor: pointer;    
}

.grid tr.header td{
    background-color: #1389CD;
    vertical-align: middle;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    color: white;
}

.grid tr.groupHeader td{
    color : white !important;
    background-color: #46B1EE;
    vertical-align: middle;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    color: #252659;
    padding: 5px 5px 5px 5px;
}


.grid td .bold
{
    color: Red;
    font-weight: bold;
}
.grid td.link
{
    color: Blue;
    text-decoration: underline;
}



.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.ui-widget { font-size: 12px; }

.ui-tabs
{
    border-bottom: none;
    padding-bottom: 0px;
}

.ui-button .ui-button-text
{
 line-height: 1;
}
