@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* 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 {
	width: 100%;
	height: 24px;
	background-color: #bee5ec;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -1px;
	padding: 5px auto 0px;
	text-align: center;
	border: 0px;
}

.TabbedPanelsTab {
	float: left;
	top: 1px;
	margin: 0px auto 0px auto;
	display: inline;
	font: bold 90% sans-serif;
	color: #0C5061;
	background-color: #bee5ec;
	list-style: none;
	border: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}

.TabbedPanelsTabHover {
	background-color: #1591b2;
	color: #bee5ec;
}

.TabbedPanelsTabSelected {
	background-color: #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.TabbedPanelsContent {
	padding: 20px 30px;
}

.TabbedPanelsContentVisible {
}
