@charset "UTF-8";

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

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

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab {
	font: bold 9pt Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px;
	padding: 5px 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background:#F2F2F2 url(../images/close-arrow.gif) no-repeat 8px 8px;
	padding-left: 25px;
}
.CollapsiblePanelContent {
	font: 9pt/15pt Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px;
	padding: 0px;
	padding-left: 25px;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background:#E5E5E5 url(../images/open-arrow.gif) no-repeat 8px 8px;
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #E5E5E5;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #E5E5E5;
}