@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: 1px;
	float: left;
	font-weight: bold;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #3b383a;
	list-style: none;
	border-left: solid 1px #0e0d11;
	border-bottom: solid 1px #0e0d11;
	border-top: solid 1px #0e0d11;
	border-right: solid 1px #0e0d11;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #0e0d11;	
}

.TabbedPanelsTabSelected {
	background-color: #292730;
	border-bottom: 1px solid #292730;
	outline: none;
}

#wrapper #content #sidebar ul li#tabbed .TabbedPanelsTab a {
	text-decoration: none;		
}

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #0e0d11;
	background-color: #292730;
}


.TabbedPanelsContent {
    padding: 20px 10px 10px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}
