@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 0 30px; padding: 0px; 
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTab {
	position: relative; top: 0px; float: left; padding:0; margin: 0px 2px 0px 0px; list-style: none; background: url(images/tabbedPanelsTab.png) no-repeat right bottom; border-left: none;
	font-size:14px; text-transform:uppercase; color:#fff;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTab:focus { 
	outline: none; 
}
.TabbedPanelsTab span {
	padding: 0px 6px 0 22px; margin-right:16px; display:block; line-height:37px; background: url(images/tabbedPanelsTab.png) no-repeat left top;
}
.TabbedPanelsTabHover, .TabbedPanelsTabSelected {
	background: url(images/tabbedPanelsTabSelected.png) no-repeat right bottom; border-left: none;
}
.TabbedPanelsTabHover span, .TabbedPanelsTabSelected span {
	background: url(images/tabbedPanelsTabSelected.png) no-repeat left top; border-left: none;
}
.TabbedPanelsContentGroup {
	border: none; background: #383b49 url(images/tabbedPanelsContentGroup.gif) no-repeat right top; position:relative; top:-2px;
}
.TabbedPanelsContent {
	padding: 20px 20px 20px; background: url(images/tabbedPanelsContent.gif) no-repeat left bottom; font-size:13px;
}
/*.VTabbedPanels .TabbedPanelsTabGroup {
	float: left; width: 10em; height: 20em; background-color: #EEE; position: relative; border:none;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none; margin: 0px; border: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none; float: left; padding: 0px;	width: 30em; height: 20em;
}*/

