@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTab {
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-decoration: underline;
	width: 80px;
	white-space: nowrap;
}
.TabbedPanelsTabGroup{
}
.TabbedPanelsTabGroup li{
	float: left;
	width: 274px;
	height: 24px;
}
.TabbedPanelsTabGroup li.new{
	list-style-image: url(../images/bullet_new.gif);
	list-style-type: none;
	margin-left: 10px;
	width: 265px;
}
.TabbedPanelsTabHover {
	/* background-color: #CCC; */
	color: #C7A25E
}
.TabbedPanelsTabSelected {
	/* background-color: #EEE;
	border-bottom: 1px solid #EEE; */
	color: #A88239;
	font-weight: bold;	
}
.TabbedPanelsTab a {
	text-decoration: underline;
}
.TabbedPanelsContentGroup {
	margin-top: 20px;
	border: 1px solid #FFF;
	clear: both;
	padding-left: 16px;
}
.TabbedPanelsContent {
	clear: both;
	padding-bottom: 36px;
}
.TabbedPanelsContent h3{
	margin: 20px 0 0 -16px;
	border-bottom: 1px solid #DDD;
}




