@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: 90%; /* 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: 6px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DDD;
	list-style: none;
	border: solid 1px #a0a0a0;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Tahoma, sans serif;
	font-size: 11px;
	color: #336699;
	font-weight: bold;
}

.TabbedPanelsTabHover {
	background-color: #fff;
	color: #738f01;
}

.TabbedPanelsTabSelected {
	color: #738f01;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #a0a0a0;

}

.TabbedPanelsContent {
	padding: 6px;
}

.TabbedPanelsContentVisible {
}

