@charset "UTF-8";.CollapsiblePanel{margin:1px;padding:0px;border-left:solid 1px #000000;border-right:solid 1px #000000;border-top:solid 1px #000000;border-bottom:solid 0px #000000;}.CollapsiblePanelTab{font:bold 0.7em times "Times New Roman",Times,serif;font-style:normal font-size:14px;background-color:#000000;border-bottom:solid 0px #000000;margin:0px;padding:2px;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;}.CollapsiblePanelContent{margin:0px;padding:0px;}.CollapsiblePanelTab a{color:black;text-decoration:none;}.CollapsiblePanelOpen .CollapsiblePanelTab{background-color:#666666;}
}

/* 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: ##666666;
}

