@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height:39px;
	
}

.TabbedPanelsTabGroup li{background:none; }


/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */


#TabbedPanelsOurShip,#TabbedPanelsDiving {
		
	
}

#TabbedPanelsOurShip h2 ,#TabbedPanelsDiving h2, #TabbedPanelsRates h2 {
	
	margin:5px 0px 5px 0px;
	font-size:15px;
	font-weight:bold;
	text-indent:0px;
	text-transform:capitalize;
	
}

#TabbedPanelsDiving h2 ,#TabbedPanelsOurShip h2{
	margin-left:10px;
	
}

.TabbedPanelsTab {
	width:auto;
	position:relative;
	top:1px;
	display:block;
	float:left;
	/*width:169px;*/
	height:39px;
	cursor:pointer;
	outline:none;
    z-index:1;
	padding:0;
	margin:0;
	margin-right:-10px;
	
}

.TabbedPanelsnm {
	width:auto;
	background: url(../../css/images/tabs.png) no-repeat left -49px;
	display:block;
	float:left;
	height:38px;
	padding:0 10px 0 15px;
	line-height:2.5em;
	text-indent:5px;
	font-size:0.9em;
}


.TabbedPanelsTab .endtab{
	position:relative;
	width:15px;
	height:38px;
	display:block;
	float:left;
	background: url(../../css/images/tabs.png) no-repeat right -49px;
}


.TabbedPanelsTabHover .endtab{
	height:42px;
	background: url(../../css/images/tabs.png) no-repeat right -98px;
}

 
.TabbedPanelsTabHover .TabbedPanelsnm {
	height:42px;
	background:url(../../css/images/tabs.png) no-repeat left -98px;
}

.TabbedPanelsTabHover  { top:-3px; margin-bottom:-4px; height:42px; }

.TabbedPanelsTabHover.TabbedPanelsTabSelected { top:1px; margin-bottom:0; height:39px; overflow:hidden;}

.TabbedPanelsTabSelected .TabbedPanelsnm{
	width:auto;
	position:relative;
	display:block;
	/*width:169px;*/
	float:left;
	height:39px;
	cursor:default;
	outline:none;
	background:  url(../../css/images/tabs.png) no-repeat left 0;
	
	
}

.TabbedPanelsTabSelected {z-index:7; }

.TabbedPanelsTabSelected .endtab{
    height:39px;
	background: url(../../css/images/tabs.png) no-repeat right 0px;
	
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	margin:0;
}





.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	/*border-bottom: solid 1px #CCC;*/
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #999;
	/*background-color: #EEE;*/
	width:100%;
	
	
}

.TabbedPanelsContent {
	padding: 4px;
	/*max-height:300px;*/
	 
	height:auto;
}

.TabbedPanelsContent ul { margin-left:15px; }
.TabbedPanelsContent li { padding-left:0; margin-left:0; background:none; }

#TabbedPanelsDiving .TabbedPanelsContent ul {
	margin:0;
	 
}

.TabbedPanelsContent img {
	 
}

.TabbedPanelsContent .pframe300 {
	margin-right:1em;
}

.TabbedPanelsContent p{
	
    padding:0 5px 0px 10px;
   font-size:0.9em;
   line-height:1.6em;
}

.TabbedPanelsContent{
	height:auto;
	
}

.TabbedPanelsContent li {
/*	list-style:none;*/
 	line-height:1.6em;
 	margin-bottom:8px;
}

.TabbedPanelsContent ul {
	
}
#TabbedPanelsOurShip .TabbedPanelsContent {
	height:auto;
		
}


.TabbedPanelsContentGroup  {}



 
 
 #TabbedPanelsDiving .TabbedPanelsContentGroup{
	height:500px;
	
 }
 
  

.TabbedPanelsContent .rtcol { width:286px; padding:5px 8px 0 0px; float:right; }

.TabbedPanelsContent .rtcol_lg {width:390px; padding:5px 8px 0 0px; float:right; }

.TabbedPanelsContent div { float:left; }
 
.TabbedPanelsContentVisible {
	
}










.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
