@charset "UTF-8";

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

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

#content .CollapsiblePanelGroup {
	margin: 0 0;
	padding: 0 0;
	border: none;
}
#content .CollapsiblePanel {
	margin: 0 0 1em;
	padding: 0px;
	border: none;
}
#content .CollapsiblePanelTab {
	border-bottom: solid 1px #CCC;
	margin: 0 0 .5em;
	padding: 0 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	outline:none;
}
#content .CollapsiblePanelContent {
	margin: 0;
	padding: 0 12px;
	border-bottom: solid 1px #549eb0;
	border-bottom: solid 2px #549eb0;
	margin-bottom: .25em;
	padding-bottom: .25em;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the keyboard focus ring appears *inside* the tab instead of around the tab. This is an example of how to make the text within the anchor tag look like non-anchor (normal) text. */
#content .CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
#content .CollapsiblePanelTab h2 {
	background-image:url(SpryMenuBarRight.gif);
	background-position: left 4px;
	background-repeat:no-repeat;
	margin:0 0 .25em;
	padding:0 0;
	padding-left:12px;
	padding-right:12px;
	font-style:italic;
	color:#7A4B5C;
}
#content .CollapsiblePanelTab p {
	left:12px;
	padding-right:12px;
	position:relative;
	display:block;
	font-size:1em;
}
/* The appearance of the panel tab that is currently open. The class "CollapsiblePanelOpen" is programatically added and removed from panels as the user clicks on the tabs within the CollapsiblePanel. */
#content .CollapsiblePanelOpen .CollapsiblePanelTab h2 {
	background-image:url(SpryMenuBarDown.gif);
	background-position: left 4px;
	background-repeat:no-repeat;
	padding-left:12px;
}
/* The appearance of the panel tab as the mouse hovers over it.  The class "CollapsiblePanelTabHover" is programatically added and removed from panel tab containers as the mouse enters and exits the tab container. */
#content .CollapsiblePanelTabHover h2 {
	color:#F1A816;
	background-image:url(http://spss-asp.com/spssdirections/na/SpryAssets/SpryMenuBarDownBlack.gif);
	background-position: left 4px;
	background-repeat:no-repeat;
	padding-left:12px;
}
/* The appearance of all the panel tabs when the CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed whenever the CollapsiblePanel gains or loses keyboard focus. */
#content .CollapsiblePanelFocused .CollapsiblePanelTab h2 {
}