@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 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-left: ;
	border-right: ;
	border-top: ;
	border-bottom: ;
	background-color:;
}

.CollapsiblePanelFeatured {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-left: ;
	border-right: ;
	border-top: ;
	border-bottom: ;
	background-color:;
}

.CollapsiblePanelTab {
	font: bold;
	background-color: #666;
	color: #FFF;
	border-bottom: 1px solid #999;
	margin: 4px 0px 4px 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelTabFeatured {
	font: bold;
	background-color: #666;
	color: #FFF;
	border-bottom: 1px solid #999;
	margin: 4px 0px 4px 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #666;
	color: #ffffff;

}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	text-decoration: underline;
}

/* This is an example of how to change 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.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #666;
	
}
