@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

 
 
.TabbedPanels {
	margin: 0px;
	padding: 0px;
 	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background:transparent;
}
 
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	background:transparent;
}
 
.TabbedPanelsTab {
	position: relative;
	top: 1px;
 	margin: 0px 0.4em 0.4em 0px;
	 
 	list-style: none;
 	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:auto;
	float:left;
	background:transparent;
}

#Schedule .TabbedPanelsTab.button.awesome{ width:8em; line-height:normal; }

 
.TabbedPanelsTabHover {
 }
 
.TabbedPanelsTabSelected {
	
 }
 
 
 .TabbedPanelsTab {opacity:0.4;filter:alpha(opacity=40); }
.TabbedPanelsTab {opacity:0.4;filter:alpha(opacity=40); }

.TabbedPanelsTabHover, .TabbedPanelsTabSelected {
	 opacity:1;filter:alpha(opacity=100); text-shadow: 0 1px 1px rgba(10,10,10,.25);
 }
 
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
 
.TabbedPanelsContentGroup {
	clear: both;
 
}
 
.TabbedPanelsContent {
	 
}
 
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

 

