/* @override 
	http://new_royal/css/screen.css
	http://royal.micstura-hosting.com/css/screen.css
	http://new_royal/css/screen.css
	http://royal_final/css/screen.css
*/

/* -------------------------------------------------------------- 

   Title:		Master styles for screen media
  
   Author:		Fabian Socarras - fsocarras@micstura.com
   Client:		Royal Caribbean International
   Project:		Royal Caribbean Home Page Redesign
   Date:		Tuesday; September 8, 2009
  
   Version:		1.0
 
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
  background: #fff;
}

/* Misc classes and elements
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { /* Hide stuff without resorting to display:none; */
				visibility:hidden;
				width:0!important;
				height:0!important;
				line-height:0!important;
				padding:0!important;
				margin:0!important;
				position:absolute;
			}

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.navlink 	{ color: #1546A2; font-size: 11px; text-decoration: none; }

/* About Sticky Footer

   These rules allow the footer to stick to the bottom
   of the page, regardless of screen resolution.
 
-------------------------------------------------------------- */

/* @group Sticky Footer */

html, body, #outer_wrapper {height: 100%;}

body > #outer_wrapper {height: auto; min-height: 100%;}

#content_wrapper {padding-bottom: 110px !important;}  /* must be same height as the global footer */

#content_wrapper_dashboard {padding-bottom: 0px !important;} 

#global_footer {
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
	height: 110px;
	clear:both;
}

/* @end Sticky Footer */

/* ------------------------------------------------------------ */

/* @group General Body Styles */

body { 
  	color: #555555; 
	background: transparent; 
}

html {
    color:#FFF;
}




/* @end General Body */

/* ------------------------------------------------------------ */

/* @group Page Structure */

#outer_wrapper, #content_wrapper, #content_wrapper_dashboard {
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}

#outer_wrapper {
	width: 1010px;
	margin: 0 auto;
	background: transparent url(../images/bg_canvas_shadow2.png) repeat-y ;
}

#content_wrapper , #content_wrapper_dashboard  {
	width: 944px;
	padding: 0 9px;
	background: #FFFFFF;
}

/* @end Page Structure */

/* ------------------------------------------------------------ */

/* @group Header */

#header { 
	background: #c9efef url(../images/bg_global.jpg) no-repeat top left;
	line-height: 1.5;
	width: 944px;
	padding: 5px 0 0;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	color: #336699;
	text-decoration: underline;
}

#header a img {
	border: 0px;
	text-decoration: none;
}

#header a:hover img {
	border: 0px;
	text-decoration: none;
}

#header.headerRedesign {
	margin-left:5px;
}
#logo, #customer_login, #location_meta { float: left; }

#logo { width: 250px; }
#customer_login { width: 434px; padding-top: 6px; }
#location_meta { width: 260px; padding-top: 6px; }

#logo h1 {
	margin: 0;
	padding-bottom: 5px;
}

.login_list { margin: 0; list-style: none; }
.login_list li { display: inline-block; margin-right: 15px; }

.ie6 .login_list li,
.ie7 .login_list li { display: inline; margin-right: 15px; }

.action_link { 
	display:inline-block; 
	background: transparent url(../images/icon_rarrow.png) no-repeat right center;
	padding-right: 7px;
}

.welcome {
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	padding-bottom: 8px;
}

.welcome .member_status {
	font-size: 11px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
	padding: 0 5px 0 16px;
	display: inline-block;
	background: url(../images/icon_anchor.png) no-repeat 0;
	color: #333333;
}

.customer_meta .mycruises, .customer_meta .logout  {
	display: inline-block;
	padding-left: 8px;
	margin-right: 8px;
	text-decoration: none;
}

span.country {
	font-weight: bold;
	background: url(../images/icon_globe.png) no-repeat 0 50%;
	padding-left: 24px;
	margin-right: 14px;
	display: inline-block;
	color: #0D409F;
}

#global_search .search_field {
	position: relative;
	padding-top: 15px;
}

#global_search .search_field input {color: #666;}

#global_search .search_field button.button {
	position: absolute;
}

/* @end Header */

/* ------------------------------------------------------------ */

/* @group Fat Footer */

.footer_divider {
	height: 20px;
	clear: both;
	overflow: hidden;
}

#fat_footer {
	width: 944px;
	float: left;
	background: url('../images/bg_fat_footer.jpg') no-repeat top left;
}

#fat_footer div.col { float: left; margin: 0; padding-top: 17px; }

#fat_footer div.col.col_1 { width: 149px; padding-left: 16px; margin-right: 7px;}
#fat_footer div.col.col_2 { width: 166px; margin-left: 7px; }
#fat_footer div.col.col_3 { width: 152px; margin: 0 7px 0 15px; }
#fat_footer div.col.col_4 { width: 144px; margin-left: 7px; }
#fat_footer div.col.col_5 { width: 259px; margin-left: 15px; padding-top: 0;}

.fat_footer_list { margin: 0; list-style: none; }
.fat_footer_list a { color: #888; }

#fat_footer div.col.col_5 p { padding-right: 26px; margin-bottom: 0; }
#fat_footer div.col.col_5 img { display: inline-block; margin: 10px 0 14px 0; }

#fat_footer div.divider {
	clear: both;
	background: url(../images/bg_fat_footer_border.jpg) no-repeat bottom left;
	padding-top: 23px;
	margin-bottom: 11px;
	height: 2px;
}

/* @end Fat Footer */

/* ------------------------------------------------------------ */

/* @group Corporate Footer */

#corporate_footer {
	width: 944px;
	float: left;
	margin-bottom: 3.12em;
}

#corporate_footer div.col { float: left; }
#corporate_footer div.col.col_1 { width: 165px; margin-right: 14px; }
#corporate_footer div.col.col_2 { width: 510px; padding-left: 30px; }
#corporate_footer div.col.col_3 { width: 212px; padding-left: 12px;}

#corporate_nav { margin: 0; list-style: none; }
#corporate_nav li { display: inline; line-height: 3.7;}
#corporate_nav li a {
	color: #888;
	display: inline-block;
	margin-right: 30px;
}

#corporate_footer div.col.col_3 p { padding-right: 26px; float: right; width: 130px;}
#corporate_footer div.col.col_3 img { float: left; display: block; width: 43px;}

/* @end Corporate Footer */

/* ------------------------------------------------------------ */

/* @group Misc Styles */

.left_justify { text-align: left; }
.right_justify { text-align: right; }
.center_justify { text-align: center; }

.textfield {
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	width: 190px;
	background: url(../images/bg_textfield.png);
	font-size: 13px;
}

button.button {
	border: none;
	background: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/* @end Misc Styles */

/* @group Non Javascript Styles */

#noJs {margin:0 auto; background-color:#FFF; padding:5px 0;}
#noJs .errorJSOFF {margin:0 auto; padding:7px 38px 7px 70px; width:540px; border:1px solid #ff0000; color:#cc0000; line-height:13px; background:url(../images/icon_system_error.gif) no-repeat 40px; text-align:left;}

/* @end No Javascript */

#backtolink {
	position: relative;
	width: 730px;
	left: 5px;
	top: 16px;
	padding-bottom:16px;
}

#breadcrumb {
	position: relative;
	width: 730px;
	left: 35px;
	top: 16px;
	padding-bottom:16px;
	float: left;
}

.errorMsg {
	border: 0px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
}
