@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;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 0px #999;
	border-bottom: solid 0px #CCC;
	width: 400px;
}

.CollapsiblePanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	width: 397px;
	height: 19px;
	background: url('../images/home/fyxx.home.sub.arrow.open.jpg') bottom no-repeat;
}

#panel-text {
	font-size: 13px;
	font-weight: bold;
	color: #0C014E;
	margin: 5px;
	vertical-align: middle;

}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background: url('../images/home/fyxx.home.sub.arrow.close.jpg') bottom no-repeat;
}

 
.CollapsiblePanelClosed .CollapsiblePanelTab{
	background: url('../images/home/fyxx.home.sub.arrow.open.jpg') bottom no-repeat;
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}
