@charset "UTF-8";.CollapsiblePanel{margin:0 0 10px 0;padding:0;border:1px solid #ccc}.CollapsiblePanelTab{background:url(../images/bg_header_1.gif) no-repeat center bottom;margin:0;padding:2px;cursor:pointer;-moz-user-select:none;-khtml-user-select:none}.CollapsiblePanelContent{margin:0;padding:5px;background:#eee}.CollapsiblePanelTab a{color:#000;text-decoration:none}.CollapsiblePanelOpen .CollapsiblePanelTab{filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;"
}

/* This is an example of how to change 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.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;"}.CollapsiblePanelFocused .CollapsiblePanelTab{background-color:#B5CAE7}