@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: 13px 1px 0px 0px; padding: 0px 0px 0px 0px; height:auto; }
body#homePg .CollapsiblePanel {background-color: #f4f1e6;  }
*html .CollapsiblePanel { /* IE6 */
	margin: 9px 0px 0px 0px;
}
.CollapsiblePanelTab { background-color: #990000; margin: 0px; padding: 2px; cursor: pointer; -moz-user-select: none; -khtml-user-select: none; font-size: 0.6em; color:white;}
.CollapsiblePanelContent {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.CollapsiblePanelTab a {
	color: white;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab { background-color: #DD0000; }
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #DD0000;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #990000; color:white;
}