/* @group STANDARD */

#container {
	min-height: 500px;
	padding: 20px 25px;
}

#main_panel {
	background: url(/images/cruise/main_panel.jpg) no-repeat;
	height: 221px;
}

/* @end */

/* @group LEFT COLUMN */

#left_column {
	float: left;
	width: 266px;
}

#left_column .top {
	background: url(/images/cruise/schedule_top_toolbar.gif) no-repeat;
	height: 35px;
}

#left_column .middle {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	background-color: #f5f5f5;
}

#left_column .bottom {
	background: url(/images/cruise/schedule_bottom_toolbar.gif) no-repeat;
	height: 14px;
	padding: 0;
	margin: 0;
}

#left_column .nothing_scheduled {
	height: 200px;
	color: #686868;
	line-height: 190px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

/* @group NAV LIST */

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navlist li {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d5d5d5;
}

ul#navlist li a, ul#navlist li div {
	display: block;
	padding: 0;
	height: 75px;
	color: #000;
}

ul#navlist .first {
	border-top: none !important;
}

ul#navlist .last {
	border-bottom: none !important;
	padding-bottom: 0;
}

ul#navlist li .completed a {background: transparent url(/images/cruise/view_gallery_icon.png) no-repeat right -75px;}
ul#navlist li .completed a:hover {background: #fff url(/images/cruise/view_gallery_icon.png) no-repeat right 1px;}
ul#navlist li .scheduled {background: url(/images/cruise/view_gallery_calendar.png) no-repeat right top;}
ul#navlist li .scheduled:hover {background-color: #fff;}

ul#navlist span {
	display: block;
	padding-left: 10px;
}

ul#navlist .title {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

ul#navlist .meta {
	font-size: 11px;
}

/* @end */

/* @end */

/* @group RIGHT COLUMN */

#right_column {
	margin-left: 300px;
}

#right_column h2 {
	margin: 0px 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 19px;
}

#right_column span {
	font-weight: normal;
}

#right_column h3.last {
	padding-bottom: 10px;
}

#right_column .view_gallery {
	text-align: right;
	padding: 0 15px 0 0;
	margin: 0;
	line-height: 11px;
	background: url(/images/cruise/blue_arrow_right.gif) top right no-repeat;
}

#right_column img {
	float: right;
	margin: 0 0 10px 25px;
}


/* @end */

/* @group GALLERY WIDGET */

#container .t_banner {
	clear: both;
	padding: 20px 0 5px 0;
	margin: 0;
	font-weight: bold;
	font-size: 19px;
}

.sliderGallery {
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 0px 0 10px 0;
	height: 215px;
	width: 652px;
}

.sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery ul li {
	float: left;
	display: block;
	width: 225px;
}

.sliderGallery .panel_bg {
	background: url(/images/cruise/nav_box_blue_bg.png) no-repeat;
	width: 201px;
	padding-top: 15px;
	text-align: center;
	height: 243px;
}

#container .sliderGallery .image_frame {
	height: 88px;	
}

#container .sliderGallery p.title {
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
}

#container .sliderGallery p.description {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	position: relative;
	color: #fff;
	margin: 0;
}

#container .view_gallery_white a {
	width: 100px;
	padding: 0 15px 0 0;
	text-align: right;
	color: #fff;
	background: url(/images/cruise/white_arrow_trans.png) no-repeat right 4px;
}

/* SLIDER HANDLE */

#container .slider {
	width: 652px;
	height: 24px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	position: relative;
	top: -20px;
	cursor: pointer;
	background: url(/images/cruise/scrollbar_bg.png) no-repeat;
}

#container .handle {
	position: absolute;
	cursor: pointer;
	height: 24px;
	width: 110px;
	top: 1px;
	background: url(/images/cruise/scrollbar_handle.png) no-repeat;
	z-index: 100;
}

.tip {
	font-weight: bold;
	display: block;
	text-align: center;
	position: relative;
	top: -10px;
}

/* END SLIDER HANDLE */

/*

 @end */