@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.
 */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	float: left;
	width: 60px;
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	width: 59px;
	height: 28px;
	padding: 0;
	margin: 0 0 5px 0;
	background-color: #006766;
	list-style: none;
	/*border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

#tab-bus {
	border: 1px solid #a2eae6;
	background: url(../images/sections/overseas_travel/tab_bus.gif) no-repeat 0 0;
}

#tab-car {
	border: 1px solid #a2eae6;
	background: url(../images/sections/overseas_travel/tab_car.gif) no-repeat 0 0;
}

#tab-rail {
	border: 1px solid #a2eae6;
	background: url(../images/sections/overseas_travel/tab_rail.gif) no-repeat 0 0;
}

#tab-bus span, #tab-car span, #tab-rail span {
	display: none;
}

.TabbedPanelsTabSelected {
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	border: 1px solid #a2eae6;
	padding: 4px;
	text-align: center;
}

.TabbedPanelsContent p {
	margin: 0;
	padding: 5px 2px;
	font-size: 11px;
	color: #fff;
	text-align: left;
}

.TabbedPanelsContent p a {
	color: #fff!important;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 60px;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	background-color: #20a6a3!important;
	float: none;
	margin: 0 0 5px 0;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #006766!important;
	border-right: 1px solid #006766!important;
}

.VTabbedPanels .TabbedPanelsTabHover {
	background-color: #006766!important;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 170px;
	background: #006766;
}

