/*-----------------------------------------------------------------------
	Common
------------------------------------------------------------------------ */
a {
color:#036;
}

a:hover,#trip-columns a:hover,#top-list-box a:hover {
color:#900;
}

#nav,#header #login-bg,#footer,#footer ul.footerMenu li a {
background-color:#0F2A61;
color:#fff;
}

#nav ul.mainMenu li a {
color:#fff;
}

#nav ul.mainMenu li a.current,#nav ul.mainMenu2 li a.current {
background-color:#900;
}

h2.header,h2.header-sml,.title-bar,.title-bar h3,h2.ColHeader,.ColHeader,.submit-btn,.button,li.button-to input {
background-color:#036;
color:#fff;
}

.login-btn {
background-color:#ccc;
color:#000;
}

h1,h2,h3,h4,#signupForm h2,#search-box h2,.step1 span,.step2 span,.step3 span,.step4 span,.step5 span {
color:#0F2A61;
}

table tr.header td, table tr.title td {font-weight: bold;}

table.default {
border:1px solid #000;
margin: 20px auto;
font-size: 12px;
}
table.default tr.header {
background-color: #036; color: #fff; font-weight: bold; border: none;
}
table.default tr {
border-bottom: 1px dotted #ccc;
}


#mainContent.one-offs h1, #mainContent.one-offs h2, #mainContent.one-offs h3 {margin: 10px 0;}
/*-----------------------------------------------------------------------
	Pre Login
------------------------------------------------------------------------ */
#hero-left-text{
color:#fff;
}

/*-----------------------------------------------------------------------
	Thank you / Post Enrollment
------------------------------------------------------------------------ */
#gvr-confirm {
padding: 0;
margin: 0;
}

#gvr-confirm .thank-you {
width: 530px;
float: left;
padding: 20px;
}

#gvr-confirm .form {
width: 365px;
float: left;
padding: 20px;
background: #f6f6f6 url(/images/landing_pages/grey-form-bg.gif) repeat;
}


#gvr-confirm li.button-to input {
float: right;
}

#gvr-confirm .title {
text-align:center;}

#gvr-confirm .title h4 {
font-size: 14px;}

#gvr-confirm ul.signupForm li label {
display: block;
width: 120px;
padding:0;
margin: 5px 0 0;
text-align: right;
float: left;
padding-right: 10px;
font-weight: bold;
}

#gvr-confirm ul.signupForm li input {
width: auto;
margin: 0;
display: inline;
padding: 2px;
}

#gvr-confirm ul.signupForm li {
padding: 5px 0;
border:1px dotted #F6F6F6; /*aligns zip code*/

}

#gvr-confirm ul.signupForm li.disclaimer {
font-size: 10px; text-align: right; margin: 15px 0 0 0;}

/*-----------------------------------------------------------------------
	Search Box
------------------------------------------------------------------------ */
#searchbox,
#searchbox-trip{
background-color: #FFF;
border-color: #036;
}

#searchbox h1.header,
#searchbox-trip h1.header{
color: #000;
}

#searchbox .inside-box,
#trip-category-table .inside-box{
background-color: #FCF9F0;
border-color: #DECE97;
}

#searchbox a,
#searchbox-trip a,
#trip-category-table a {
background-color: #FFF;
border-color: #DECE97 ;
}

#searchbox ul.searchbox-nav a.current,
#searchbox-box ul.searchbox-nav a.current,
#trip-category-table ul.trip-category-nav a.current {
background-color: #fff;
border-color:;
color: #036;
font-weight: bold;
}

#trip-category-table {
background-color: #036;}

#trip-category-table a.tab  {
background-color: #036;
color: #fff;}

/*-----------------------------------------------------------------------
	Content
------------------------------------------------------------------------ */

#mainContent h1,#hero h1 {
color:#0F2A61;
border-color: #0F2A61;
}

/*-----------------------------------------------------------------------
	Cruise homepage template
------------------------------------------------------------------------ */
#top-list-box {
background-color: #fff;
border-color: #036;
}

.list {
background-color: #f4f8fb;
border-color: #e0e7fa;
}

/*-----------------------------------------------------------------------
	Cruise landing
------------------------------------------------------------------------ */
.bonus-offers .arrow {
border-color: #eae0bc;
background-color: #fcf9f0;
color: #003366;
}

.bonus-offers {
border: 1px solid #ccc;
background-color: #dfeefa;
}

#trip-category-table .inside-box{
background-color: #FFF;
}


/*-----------------------------------------------------------------------
	One offs
------------------------------------------------------------------------ */

.one-offs table.travel-ins th {
background-color: #003366;
}

.one-offs #emerg-asst h3 {
background-color: #003366;
color: #fff;
}

.one-offs #emerg-asst ul.col {
width: 300px;
margin-left: 50px;
}
.col1 h3 {
color: #990000;
}

/*-----------------------------------------------------------------------
	Tab Nav / Vacation Style
------------------------------------------------------------------------ */
#mainContent.vacation-style  ul.tabs {
	height:25px; /*--Set height of tabs--*/
}
#mainContent.vacation-style  ul.tabs li {
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 20px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	background: #e0e0e0;
}

#mainContent.vacation-style ul.tabs li.first {
	border-left: 1px solid #999;
}

#mainContent.vacation-style ul.tabs li a {
	color: #000;
	font-size: 1em;
    font-weight: bold;
    height: 24px;
}

#mainContent.vacation-style ul.tabs li a:hover {
	background: #ccc;
}

html #mainContent.vacation-style ul.tabs li.active, html #mainContent.vacation-style  ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like its connected with its content--*/
}

#mainContent.vacation-style .tab_container {
	border: 1px solid #999;
	background: #fff;
    width: 700px;
    margin-left: 20px;
}
#mainContent.vacation-style .tab_content {
	font-size: 1em;
	padding: 20px;
}

/*-----------------------------------------------------------------------
	Vertical Tab Nav / Select Access
------------------------------------------------------------------------ */
#select-access ul.tabs {
	height:0; /*--Set height of tabs--*/ 
	width: 50px; /*ie6*/
}
#select-access ul.tabs li {
	height: 100px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 14px; /*--Vertically aligns the text within the tab--*/
    border: 1px solid #ccc;
	background: #efeae0;
    float: none;
    width: 100px;}

#select-access ul.tabs li a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 100px; padding-top: 10px;
}

#select-access ul.tabs li a:hover {
	background: #26B7DF;
}

html #select-access ul.tabs li.active, html #select-access ul.tabs li.active a:hover  { 
	background: #fff;
    border-right: 1px solid #fff;
}

#select-access {width: 600px;/*ie6*/}

#select-access .tab_container {
    border: 1px solid #ccc;
    background: #fff;
    width: 497px;
    margin: 0 0 0 -1px; /*ie6*/
    min-height: 403px; float: right;/*ie6*/
}

#select-access .tab_content {
	font-size: 1em;
	padding: 20px;
}
/*-----------------------------------------------------------------------
	Select Access
------------------------------------------------------------------------ */
#select-access {
	padding: 20px 0;
	float: left;}

#mainContent.select-access .side-features1 {
	float: left; 
	height: 315px; 
	width: 276px; 
	margin: 20px 0 0 20px;
    background-color: #EFEAE0;}

#mainContent.select-access .side-features1 h1 {
	font-size: 1.2em; 
    color: #33cccc; text-align: center;
    background-color: #fff; margin: 0; line-height: 55px;}

.side-features1 #slider h2 {
	padding: 5px 10px 8px 0; 
	font-size: 16px; text-align: center;}

#mainContent.select-access .side-features1 p.more {
padding: 0 0 0 15px;
margin-top: -18px;}

#select-access p {
	line-height: 22px; 
	padding: 5px;}
	
#slider li p.title, #mainContent.select-access #right li p.title { 
	font-weight: bold;
	font-style: normal;}
	
#slider li p, #mainContent.select-access #right li p{
	padding: 0 10px;
    line-height: 12px; font-style: italic;}

#slider ul {
	padding: 5px;}

#mainContent.select-access #slider, #mainContent.select-access #slider li, 
#mainContent.select-access #right ul li{ 
	width:275px;
	height:230px;
	overflow:hidden;}
	
#mainContent.select-access span#prevBtn {padding: 0 0 0 220px;}	

#mainContent.select-access span#nextBtn {padding: 0 10px;}	

#mainContent.select-access .tab_container img {
	border:1px solid #efefef; 
	margin: 18px 0 0 10px;}
	
#select-access table.charts {
	border:1px solid #ccc; 
	width: 455px; 
	margin: 20px auto; }

#select-access table.charts td {
	padding: 5px; 
	border-bottom: 1px dotted #ccc;}

#select-access table.charts tr.title td {
	background-color: #003366; 
	text-align:center; 
        color: #fff;}

#mainContent.select-access h1, .select-access-feature h1 {
	color: #33cccc; border: none;}
	
#mainContent.select-access-feature ul.points-tabs { 
	float: left;
	position: relative;
	top: 20px;
	left: 30px;
	height: 20px;}
	
#mainContent.select-access-feature ul.points-tabs li,
#mainContent.select-access-feature ul.points-tabs li a {
height: 30px; width: 100px; float: none; font-size: 14px; line-height: 2em;
border:1px solid #fff; width: 120px; text-align: center; background-color: #ccc;
}

#mainContent.select-access-feature ul.points-tabs li a {
border: none;}

#mainContent.select-access-feature ul.points-tabs li a:hover {
background-color: #fff; display: block; border: 1px solid #fff;}

#mainContent.select-access-feature #right.container {
	width: 700px; 
	padding: 0 0 0 20px;
	float:left; margin-left: 160px; background-color: #fff;
	font-size: 1.1em; }

#mainContent.select-access-feature #right ul {
	clear: both; overflow: auto; padding: 10px 0;}

#mainContent.select-access-feature #right ul li {
	float: left; padding: 0 50px 30px 20px;}
	
#mainContent.select-access-feature #right p.title img {
border:none; float: right;}