@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;
	float: left;
	clear: none;
	width: 595px; /* 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;
	padding: 4px 18px;
	margin: 0px 1px 0px 0px;
	font-size: 0.95em;
	background-color: #d58d34; /* #DDD; */
	list-style: none;
	border-left: solid 1px #bd7c2d; /* #CCC; */
	border-bottom: solid 1px #8c5c22; /*  #999; */
	border-top: solid 1px #8c5c22; /*  #999; */
	border-right: solid 1px #8c5c22; /*  #999; */
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#000;
	text-transform:uppercase;
	letter-spacing: -.07em;
	font-weight:900;
}

.TabbedPanelsTabHover {
	background-color: #e5a85c; /* #CCC; */
}

.TabbedPanelsTabSelected {
	background-color: #000;
	border-bottom: 1px solid #000;
	color:#fff;
}

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

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #bd7c2d; /* #CCC; */
	border-bottom: solid 1px #bd7c2d; /* #CCC; */
	border-top: solid 1px #8c5c22; /*  #999; */
	border-right: solid 1px #8c5c22; /*  #999; */
	background-color: #000;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #d58d34; /* #EEE; */
	position: relative;
	border-top: solid 1px #8c5c22; /*  #999; */
	border-right: solid 1px #8c5c22; /*  #999; */
	border-left: solid 1px #bd7c2d; /* #CCC; */
	border-bottom: solid 1px #bd7c2d; /* #CCC; */
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #e5a85c; /* #EEE; */
	border-bottom: solid 1px #8c5c22; /*  #999; */
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

