@charset "UTF-8";
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.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 		{margin: 0px; padding: 0px;}

.TabbedPanelsTab 			{position: relative; top: 0px; color:#666666; float: left; padding: 4px 10px; height:15px; margin: 0px 0px 5px 5px; font-size: .8em ; letter-spacing:.1em;  text-transform:uppercase; background-color: #eee; list-style: none; -moz-user-select: none;-khtml-user-select: none; cursor: pointer;}

.TabbedPanelsTabHover 		{background-color: #EFF1F5;}
.TabbedPanelsTabSelected 	{background-color: #D7DEE6; color: #eee; font-weight:bold;}
.TabbedPanelsTab a 			{color:#888; text-decoration: none;}

.TabbedPanelsContentGroup 	{clear: both; }
.TabbedPanelsContent 		{padding: 0px;}
.TabbedPanelsContentVisible {}
